clawdi 0.10.1 → 0.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/index.js +344 -341
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -291,9 +291,9 @@ Each agent has a dedicated adapter in [`packages/cli/src/adapters`](https://gith
|
|
|
291
291
|
| `clawdi auth login` / `logout` | Authenticate this machine |
|
|
292
292
|
| `clawdi status [--json]` | Show auth and sync state |
|
|
293
293
|
| `clawdi config list/get/set/unset` | Read or write CLI configuration |
|
|
294
|
-
| `clawdi setup [--agent <type>] [--no-daemon]` | Register local agents, install MCP, install the bundled skill, and install/start
|
|
294
|
+
| `clawdi setup [--agent <type>] [--no-daemon]` | Register local agents, install MCP, install the bundled skill, and install/start the singleton daemon by default |
|
|
295
295
|
| `clawdi teardown [--agent <type>]` | Remove Clawdi's local agent wiring |
|
|
296
|
-
| `clawdi daemon run/install/status/logs/doctor/restart/uninstall` | Run and
|
|
296
|
+
| `clawdi daemon run/install/status/logs/doctor/restart/uninstall/ping/rotate-token` | Run, inspect, and control the singleton background sync daemon (`serve` remains a legacy alias) |
|
|
297
297
|
| `clawdi push` | Upload sessions and skills |
|
|
298
298
|
| `clawdi pull` | Download cloud skills into registered agents |
|
|
299
299
|
| `clawdi session list/extract` | Inspect local agent sessions |
|
|
@@ -380,7 +380,7 @@ Common issues:
|
|
|
380
380
|
- **No supported agent detected** - Install a supported agent or pass `--agent claude_code`, `--agent codex`, `--agent hermes`, or `--agent openclaw`.
|
|
381
381
|
- **Memory search is empty** - Add a memory first with `clawdi memory add "..."`, then verify with `clawdi memory search "..."`.
|
|
382
382
|
- **Local backend cannot start because `vector` is missing** - Install `pgvector` for your PostgreSQL 16 instance, or use the included Docker Compose database.
|
|
383
|
-
- **Agent MCP tools look stale** - Run `clawdi setup --agent <type>` again, then `clawdi daemon restart
|
|
383
|
+
- **Agent MCP tools look stale** - Run `clawdi setup --agent <type>` again, then `clawdi daemon restart`.
|
|
384
384
|
|
|
385
385
|
## License
|
|
386
386
|
|