clawdi 0.14.29 → 0.14.30
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 -2
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,8 +4,9 @@ This package publishes the `clawdi` command-line interface. The CLI registers
|
|
|
4
4
|
local AI agents, syncs sessions and skills, manages memory and vault workflows,
|
|
5
5
|
installs the MCP server, and controls the background sync daemon.
|
|
6
6
|
|
|
7
|
-
For product usage
|
|
8
|
-
[
|
|
7
|
+
For product usage, start with the
|
|
8
|
+
[Connected Agent quickstart](https://docs.clawdi.ai/getting-started/quickstart). For the full command reference, read the
|
|
9
|
+
[top-level README](../../README.md#cli-reference). For contributor workflows, read
|
|
9
10
|
[`docs/cli-development.md`](../../docs/cli-development.md). For a full local
|
|
10
11
|
backend + dashboard + CLI stack, use the canonical runbook in
|
|
11
12
|
[`AGENTS.md`](../../AGENTS.md#local-end-to-end).
|
package/dist/index.js
CHANGED
|
@@ -1216,7 +1216,7 @@ Examples:
|
|
|
1216
1216
|
$ clawdi daemon rotate-token # rotate the local control token
|
|
1217
1217
|
$ clawdi daemon status --agent claude_code # health + supervisor state
|
|
1218
1218
|
$ clawdi serve status --agent claude_code # legacy alias`).action(async(i)=>{await(await n()).serve(i)});return WQ(r),WQ(r.command("run").description("Run the sync daemon in the foreground").configureHelp({showGlobalOptions:!0}).addHelpText("after",`
|
|
1219
|
-
Control RPC listens on loopback HTTP by default.`).option("--auth-token-file <path>","Read CLAWDI_AUTH_TOKEN from an owner-only file").option("--host <host>","Control HTTP RPC host").option("--port <port>","Control HTTP RPC port").option("--allow-remote","Allow the control HTTP RPC listener to bind a non-loopback host")).action(async(i,o)=>{await(await n()).serve(o.optsWithGlobals())}),q2e(r.command("install").description("Install the singleton daemon as a per-user OS service")).action(async(i,o)=>{await(await n()).serveInstall(o.optsWithGlobals())}),r.command("uninstall").description("Remove the singleton daemon service unit and stop the daemon").action(async(i,o)=>{await(await n()).serveUninstall(o.optsWithGlobals())}),r.command("restart").description("Restart the installed singleton daemon (launchctl kickstart -k on macOS, systemctl --user restart on Linux)").action(async(i,o)=>{await(await n()).serveRestart(o.optsWithGlobals())}),r.command("ping").description("Check whether the daemon control RPC is reachable").option("--host <host>","Control HTTP RPC host to call").option("--port <port>","Control HTTP RPC port to call").option("--token <token>","Bearer token for control RPC access (defaults to token file/env)").action(async(i,o)=>{await(await n()).serveRpc("ping",o.optsWithGlobals())}),r.command("rotate-token").description("Rotate the daemon control RPC bearer token").option("--host <host>","Control HTTP RPC host to call").option("--port <port>","Control HTTP RPC port to call").option("--token <token>","Current bearer token for control RPC access").action(async(i,o)=>{await(await n()).serveRpc("rotate_token",o.optsWithGlobals())}),r.command("status").description("Show daemon health (last heartbeat) and supervisor state").option("--agent <type>","Agent to check (defaults to all registered agents)").action(async(i,o)=>{await(await n()).serveStatus(o.optsWithGlobals())}),r.command("logs").description("Tail a daemon's stderr log (delegates to `tail -F`)").option("--follow","Stream new lines as they arrive (default: print last 200 and exit)").action(async(i,o)=>{await(await n()).serveLogs(o.optsWithGlobals())}),r.command("doctor").description("Snapshot every registered agent's daemon state — for support handoff").option("--json","Emit machine-readable JSON instead of human-readable lines").action(async(i,o)=>{await(await n()).serveDoctor(o.optsWithGlobals())}),r}K0();js();Xi();Ja();var Ge=new Hu;function zit(e){let t=[],n=e;while(n){let r=n.name();if(r&&r!=="clawdi")t.push(r);n=n.parent??null}return t.reverse().join(" ")}function lme(e,t=[]){let n=e.split(",").map((r)=>r.trim()).filter((r)=>r.length>0);return t.concat(n)}function kw(e,t=[]){return t.concat(e)}Ge.name("clawdi").description("
|
|
1219
|
+
Control RPC listens on loopback HTTP by default.`).option("--auth-token-file <path>","Read CLAWDI_AUTH_TOKEN from an owner-only file").option("--host <host>","Control HTTP RPC host").option("--port <port>","Control HTTP RPC port").option("--allow-remote","Allow the control HTTP RPC listener to bind a non-loopback host")).action(async(i,o)=>{await(await n()).serve(o.optsWithGlobals())}),q2e(r.command("install").description("Install the singleton daemon as a per-user OS service")).action(async(i,o)=>{await(await n()).serveInstall(o.optsWithGlobals())}),r.command("uninstall").description("Remove the singleton daemon service unit and stop the daemon").action(async(i,o)=>{await(await n()).serveUninstall(o.optsWithGlobals())}),r.command("restart").description("Restart the installed singleton daemon (launchctl kickstart -k on macOS, systemctl --user restart on Linux)").action(async(i,o)=>{await(await n()).serveRestart(o.optsWithGlobals())}),r.command("ping").description("Check whether the daemon control RPC is reachable").option("--host <host>","Control HTTP RPC host to call").option("--port <port>","Control HTTP RPC port to call").option("--token <token>","Bearer token for control RPC access (defaults to token file/env)").action(async(i,o)=>{await(await n()).serveRpc("ping",o.optsWithGlobals())}),r.command("rotate-token").description("Rotate the daemon control RPC bearer token").option("--host <host>","Control HTTP RPC host to call").option("--port <port>","Control HTTP RPC port to call").option("--token <token>","Current bearer token for control RPC access").action(async(i,o)=>{await(await n()).serveRpc("rotate_token",o.optsWithGlobals())}),r.command("status").description("Show daemon health (last heartbeat) and supervisor state").option("--agent <type>","Agent to check (defaults to all registered agents)").action(async(i,o)=>{await(await n()).serveStatus(o.optsWithGlobals())}),r.command("logs").description("Tail a daemon's stderr log (delegates to `tail -F`)").option("--follow","Stream new lines as they arrive (default: print last 200 and exit)").action(async(i,o)=>{await(await n()).serveLogs(o.optsWithGlobals())}),r.command("doctor").description("Snapshot every registered agent's daemon state — for support handoff").option("--json","Emit machine-readable JSON instead of human-readable lines").action(async(i,o)=>{await(await n()).serveDoctor(o.optsWithGlobals())}),r}K0();js();Xi();Ja();var Ge=new Hu;function zit(e){let t=[],n=e;while(n){let r=n.name();if(r&&r!=="clawdi")t.push(r);n=n.parent??null}return t.reverse().join(" ")}function lme(e,t=[]){let n=e.split(",").map((r)=>r.trim()).filter((r)=>r.length>0);return t.concat(n)}function kw(e,t=[]){return t.concat(e)}Ge.name("clawdi").description("The best home for all your AI agents. Keep every environment, session, memory, skill, cron job, and app connection in one place.").version(wt()).addHelpText("after",`
|
|
1220
1220
|
Examples:
|
|
1221
1221
|
$ clawdi auth login Authenticate with Clawdi Cloud
|
|
1222
1222
|
$ clawdi deploy Create a Hosted agent with the deploy wizard
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "clawdi",
|
|
3
|
-
"version": "0.14.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.14.30",
|
|
4
|
+
"description": "The best home for all your AI agents. Keep every environment, session, memory, skill, cron job, and app connection in one place.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"sideEffects": false,
|