TUI
终端用户界面。
用法
bash
openclaw tui选项
--url <url>: 网关 URL--token <token>: 认证 token--password <password>: 认证密码--session <key>: 会话键--deliver: 投递消息到通道--thinking <level>: 思考级别--message <text>: 初始消息--timeout-ms <ms>: 超时时间--history-limit <n>: 历史限制
快捷键
Enter- 发送消息Ctrl+C- 退出Ctrl+L- 清屏Up/Down- 浏览历史
特性
- 终端内聊天
- 流式响应
- 语法高亮
- 历史记录
示例
bash
# 基本使用
openclaw tui
# 连接远程网关
openclaw tui --url ws://192.168.1.100:18789 --token your-token
# 指定会话
openclaw tui --session my-session
# 发送初始消息
openclaw tui --message "你好"