diff --git a/README.md b/README.md index d23292f..37a4f92 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,8 @@ Open [http://localhost:3333](http://localhost:3333) in your browser. For remote ![](docs/redacted-screenshots/cron.jpg) +![](docs/redacted-screenshots/actions.jpg) + **Agent Management** — Add main agents and sub-agents through a guided setup flow. View all agents in a tree structure with model selection, workspace browsing, and inline configuration. @@ -56,10 +58,12 @@ Open [http://localhost:3333](http://localhost:3333) in your browser. For remote **Model & Auth** — Configure models from your registered provider list. Follow built-in guides for provider authentication setup. -**Built-in CLI** — Run any OpenClaw CLI command with real-time streaming output. Includes tab completion and saved favorites. +**Built-in CLI** — Available from any page (top-right **Terminal** + bottom dock). Run OpenClaw commands with **real-time streaming output**, **Tab completion**, built-in presets, and your own saved favorites (no more memorizing commands). ![](docs/redacted-screenshots/cli.jpg) +![](docs/redacted-screenshots/cli-output.jpg) + **Ops Panel** — Restart gateway, view logs, run health checks, manage backups (local + NAS via SFTP/rsync), and handle cron tasks. **Bilingual UI** — English and Chinese interface with one-click language switching. diff --git a/docs/USAGE_GUIDE.en.md b/docs/USAGE_GUIDE.en.md index 195be03..af7a29e 100644 --- a/docs/USAGE_GUIDE.en.md +++ b/docs/USAGE_GUIDE.en.md @@ -223,6 +223,20 @@ OCM parses usage from OpenClaw session JSONL files. --- +## 10) Actions menu (ops shortcuts) + +The **⚡ Actions** dropdown in the top-right provides common operational shortcuts: +- Restart Gateway +- Live Logs +- Manual Backup / Backups & Rollback +- NAS Backup Setup +- Health Check +- Open Config Dir / Switch OpenClaw Dir + +Screenshot: + +![](redacted-screenshots/actions.jpg) + ## 10) Cron jobs (Cron) Go to **Cron**: @@ -252,6 +266,8 @@ Screenshot: ![](redacted-screenshots/cli.jpg) +![](redacted-screenshots/cli-output.jpg) + ## 11) Fast troubleshooting ### “Typing…” but no reply in a Telegram group diff --git a/docs/USAGE_GUIDE.zh-CN.md b/docs/USAGE_GUIDE.zh-CN.md index a5acd73..ba6bf3f 100644 --- a/docs/USAGE_GUIDE.zh-CN.md +++ b/docs/USAGE_GUIDE.zh-CN.md @@ -224,6 +224,22 @@ OCM 内置一个 CLI 面板,用来直接运行 OpenClaw 命令(例如:`ope ![](redacted-screenshots/cli.jpg) +![](redacted-screenshots/cli-output.jpg) + +## 9) Actions 菜单(运维快捷入口) + +右上角 **⚡ Actions** 下拉菜单提供常用运维操作: +- Restart Gateway(重启网关) +- Live Logs(实时日志) +- Manual Backup / Backups & Rollback(备份/回滚) +- NAS Backup Setup(NAS 备份配置) +- Health Check(健康检查) +- Open Config Dir / Switch OpenClaw Dir(打开/切换配置目录) + +截图示例: + +![](redacted-screenshots/actions.jpg) + ## 9) Cron(定时任务) 进入 **Cron**: diff --git a/docs/redacted-screenshots/actions.jpg b/docs/redacted-screenshots/actions.jpg new file mode 100644 index 0000000..69b1e92 Binary files /dev/null and b/docs/redacted-screenshots/actions.jpg differ diff --git a/docs/redacted-screenshots/agents.jpg b/docs/redacted-screenshots/agents.jpg index b732a39..0215931 100644 Binary files a/docs/redacted-screenshots/agents.jpg and b/docs/redacted-screenshots/agents.jpg differ diff --git a/docs/redacted-screenshots/cli-output.jpg b/docs/redacted-screenshots/cli-output.jpg new file mode 100644 index 0000000..26cd407 Binary files /dev/null and b/docs/redacted-screenshots/cli-output.jpg differ diff --git a/docs/redacted-screenshots/cli.jpg b/docs/redacted-screenshots/cli.jpg index 21e8064..76aea99 100644 Binary files a/docs/redacted-screenshots/cli.jpg and b/docs/redacted-screenshots/cli.jpg differ diff --git a/docs/redacted-screenshots/cron.jpg b/docs/redacted-screenshots/cron.jpg index 335f029..63bff81 100644 Binary files a/docs/redacted-screenshots/cron.jpg and b/docs/redacted-screenshots/cron.jpg differ diff --git a/docs/redacted-screenshots/dashboard.jpg b/docs/redacted-screenshots/dashboard.jpg index 704946e..026c8ce 100644 Binary files a/docs/redacted-screenshots/dashboard.jpg and b/docs/redacted-screenshots/dashboard.jpg differ