diff --git a/README.md b/README.md index b3f27d7..f39eca4 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,6 @@ After `npm link`, all commands start with `synthclaw`: |---------|-------------| | `synthclaw run ` | Execute a shell command on the agent server | | `synthclaw plan ` | Break a task into steps (no execution) | -| `synthclaw agent ` | Autonomous mode — executes without asking | ### Memory & Credentials @@ -342,4 +341,6 @@ Just keep it simple — SynthClaw's entire point is being small and readable. **Made by [@truehannan](https://github.com/truehannan)** | `/skills` | List, install (`.zip` or URL), or remove skills | - 🧩 **Skills System** — Drop in `.zip` skill packs (each with a `SKILL.md`) to extend the agent's behaviour; install via `/skills install ` or by sending a `.zip` directly in chat -- 📊 **Live Progress Messages** — Long-running tool chains edit a single "Working…" message in place so you always see real-time step updates \ No newline at end of file +- 📊 **Live Progress Messages** — Long-running tool chains edit a single "Working…" message in place so you always see real-time step updates +| `synthclaw agent` | Launch interactive dashboard (CPU/mem/disk gauges + chat) | +| `synthclaw agent ` | Autonomous mode — executes the given task without asking | \ No newline at end of file