From 9c80ef550560f7405c1b197d5ec11f3142eb680e Mon Sep 17 00:00:00 2001 From: "zar-app[bot]" <274234973+zar-app[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 04:22:07 +0000 Subject: [PATCH] docs: update documentation (ZAR) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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