CLI commands
TUI
openclaw tui
開啟連線至 Gateway 的終端機 UI,或以本機嵌入模式執行。
相關:
- TUI 指南:TUI
注意事項:
chat和terminal是openclaw tui --local的別名。--local無法與--url、--token或--password合併使用。tui會在可行時解析已設定的 Gateway 驗證 SecretRefs,以進行權杖/密碼驗證(env/file/exec提供者)。- 從已設定的代理工作區目錄內啟動時,TUI 會自動為工作階段金鑰預設值選取該代理(除非
--session明確為agent:<id>:...)。 - 本機模式會直接使用嵌入式代理執行階段。大多數本機工具都可運作,但 Gateway 專用功能無法使用。
- 本機模式會在 TUI 命令介面中加入
/auth [provider]。 - Plugin 核准閘門在本機模式中仍然適用。需要核准的工具會在終端機中提示你做出決定;不會因為未涉及 Gateway 就默默自動核准任何項目。
範例
openclaw chat
openclaw tui --local
openclaw tui
openclaw tui --url ws://127.0.0.1:18789 --token <token>
openclaw tui --session main --deliver
openclaw chat --message "Compare my config to the docs and tell me what to fix"
# when run inside an agent workspace, infers that agent automatically
openclaw tui --session bugfix
設定修復迴圈
當目前設定已通過驗證,而你想要嵌入式代理檢查設定、對照文件,並從同一個終端機協助修復時,請使用本機模式:
如果 openclaw config validate 已經失敗,請先使用 openclaw configure 或 openclaw doctor --fix。openclaw chat 不會繞過無效設定防護。
openclaw chat
接著在 TUI 內:
!openclaw config file
!openclaw docs gateway auth token secretref
!openclaw config validate
!openclaw doctor
使用 openclaw config set 或 openclaw configure 套用目標修復,然後重新執行 openclaw config validate。請參閱 TUI 和 Config。