nextclaw 0.27.2 → 0.27.4
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/dist/cli/app/index.js +0 -1
- package/dist/cli/app/index.js.map +1 -1
- package/package.json +16 -16
- package/ui-dist/assets/{app-presenter-provider-DcpcRgLn.js → app-presenter-provider-C9AcZKKs.js} +4 -4
- package/ui-dist/assets/{appearance-settings-page-yJR6Kt9c.js → appearance-settings-page-CiD9Ey8f.js} +1 -1
- package/ui-dist/assets/{chat-page-CXYXMIQQ.js → chat-page-B0cC3jsB.js} +1 -1
- package/ui-dist/assets/index-QveCjxCj.css +1 -0
- package/ui-dist/assets/{index-6Esxu-Pp.js → index-bOqpao-w.js} +2 -2
- package/ui-dist/assets/remote-B0nlynVp.js +1 -0
- package/ui-dist/assets/{runtime-config-page-CMLVC5UV.js → runtime-config-page-CbSrKeJt.js} +1 -1
- package/ui-dist/index.html +3 -3
- package/ui-dist/assets/index-BzSgA8tR.css +0 -1
- package/ui-dist/assets/remote-CPpTKDgX.js +0 -1
package/dist/cli/app/index.js
CHANGED
|
@@ -3525,7 +3525,6 @@ function registerRemoteCommands(program, runtime) {
|
|
|
3525
3525
|
remote.command("doctor").description("Run remote access diagnostics").option("--json", "Print JSON").action(async (opts) => runtime.doctor(opts));
|
|
3526
3526
|
remote.command("connect").description("Foreground debug mode: register this machine and keep the connector online").option("--api-base <url>", "Platform API base (supports /v1 suffix)").option("--local-origin <url>", "Local NextClaw UI origin (default: active service or http://127.0.0.1:55667)").option("--name <name>", "Device display name").option("--once", "Connect once without auto-reconnect", false).action(async (opts) => runtime.connect(opts));
|
|
3527
3527
|
}
|
|
3528
|
-
JSON.stringify({ type: "connector.ping" });
|
|
3529
3528
|
//#endregion
|
|
3530
3529
|
//#region src/cli/app/register-agents-commands.ts
|
|
3531
3530
|
function registerAgentsCommands(program, nextclaw) {
|