sealclaw 2026.5.63 → 2026.5.64

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2026.5.63",
2
+ "version": "2026.5.64",
3
3
  "commit": "c1dbfca80d6ffbfb419b79e0dff04ac2e4bc78d2",
4
- "builtAt": "2026-05-06T12:06:08.343Z"
4
+ "builtAt": "2026-05-07T01:55:00.083Z"
5
5
  }
@@ -155,7 +155,7 @@ async function tryRunGatewayRunFastPath(argv, startupTrace) {
155
155
  if (!isGatewayRunFastPathArgv(argv)) return false;
156
156
  const [{ Command }, { addGatewayRunCommand }, { VERSION }, { emitCliBanner }, { resolveCliStartupPolicy }] = await startupTrace.measure("gateway-run-imports", () => Promise.all([
157
157
  import("commander"),
158
- import("../run-C_UmAyJs.js"),
158
+ import("../run-BZ3j3mNl.js"),
159
159
  import("../version-BRAH1FvD.js"),
160
160
  import("../banner-DmmUHfOl.js"),
161
161
  import("../command-startup-policy-CEZSZ9KO.js")
@@ -407,7 +407,7 @@ async function runCli(argv = process$1.argv) {
407
407
  const { enableConsoleCapture } = await import("../logging-qeGO4CsR.js");
408
408
  enableConsoleCapture();
409
409
  const [{ buildProgram }, { formatUncaughtError }, { runFatalErrorHooks }, { installUnhandledRejectionHandler, isBenignUncaughtExceptionError, isUncaughtExceptionHandled }, { restoreTerminalState }] = await startupTrace.measure("core-imports", () => Promise.all([
410
- import("../program-DyvHjTc_.js"),
410
+ import("../program-BhfFNrdB.js"),
411
411
  import("../infra/errors.js"),
412
412
  import("../fatal-error-hooks-DxqbkWSf.js"),
413
413
  import("../unhandled-rejections-DoVxM7m1.js"),
@@ -435,10 +435,10 @@ async function runCli(argv = process$1.argv) {
435
435
  const { getProgramContext } = await import("../program-context-C5K8gZF9.js");
436
436
  const ctx = getProgramContext(program);
437
437
  if (ctx) {
438
- const { registerCoreCliByName } = await import("../command-registry-CYh6FZBw.js");
438
+ const { registerCoreCliByName } = await import("../command-registry-B5cLEjyG.js");
439
439
  await registerCoreCliByName(program, ctx, primary, parseArgv);
440
440
  }
441
- const { registerSubCliByName } = await import("../register.subclis-hFc1g6Lg.js");
441
+ const { registerSubCliByName } = await import("../register.subclis-BrJKsDiN.js");
442
442
  await registerSubCliByName(program, primary, parseArgv);
443
443
  });
444
444
  if (!shouldSkipPluginCommandRegistration({
@@ -28,6 +28,6 @@
28
28
  "channelCatalogSignature": "2caae4c55233549d9d23dd838fe15f6d8b5fbe75",
29
29
  "rootHelpBundleSignature": "c99d0f137791e1b766754b2755b4f7c4fb0a6648",
30
30
  "browserHelpSourceSignature": "842d8a5c425abf1a77cb0ecfe64c9550e2b1535b",
31
- "browserHelpText": "\n🦞 OpenClaw 0.0.0 (c1dbfca) — Your second brain, except this one actually remembers where you left things.\n\nUsage: openclaw browser [options] [command]\n\nManage OpenClaw's dedicated browser (Chrome/Chromium)\n\nOptions:\n --browser-profile <name> Browser profile name (default from config)\n --expect-final Wait for final response (agent) (default: false)\n -h, --help Display help for command\n --json Output machine-readable JSON (default: false)\n --timeout <ms> Timeout in ms (default: \"30000\")\n --token <token> Gateway token (if required)\n --url <url> Gateway WebSocket URL (defaults to\n gateway.remote.url when configured)\n\nCommands:\n click Click an element by ref from snapshot\n click-coords Click viewport coordinates\n close Close a tab (target id optional)\n console Get recent console messages\n cookies Read/write cookies\n create-profile Create a new browser profile\n delete-profile Delete a browser profile\n dialog Arm the next modal dialog (alert/confirm/prompt)\n doctor Check browser plugin readiness\n download Click a ref and save the resulting download\n drag Drag from one ref to another\n errors Get recent page errors\n evaluate Evaluate a function against the page or a ref\n fill Fill a form with JSON field descriptors\n focus Focus a tab by target id, tab id, label, or unique\n target id prefix\n highlight Highlight an element by ref\n hover Hover an element by ai ref\n navigate Navigate the current tab to a URL\n open Open a URL in a new tab\n pdf Save page as PDF\n press Press a key\n profiles List all browser profiles\n requests Get recent network requests (best-effort)\n reset-profile Reset browser profile (moves it to Trash)\n resize Resize the viewport\n responsebody Wait for a network response and return its body\n screenshot Capture a screenshot (MEDIA:<path>)\n scrollintoview Scroll an element into view by ref from snapshot\n select Select option(s) in a select element\n set Browser environment settings\n snapshot Capture a snapshot (default: ai; aria is the\n accessibility tree)\n start Start the browser (no-op if already running)\n status Show browser status\n stop Stop the browser (best-effort)\n storage Read/write localStorage/sessionStorage\n tab Tab shortcuts (index-based)\n tabs List open tabs\n trace Record a Playwright trace\n type Type into an element by ref from snapshot\n upload Arm file upload for the next file chooser\n wait Wait for time, selector, URL, load state, or JS\n conditions\n waitfordownload Wait for the next download (and save it)\n\nExamples:\n openclaw browser status\n openclaw browser start\n openclaw browser start --headless\n openclaw browser stop\n openclaw browser tabs\n openclaw browser open https://example.com\n openclaw browser focus abcd1234\n openclaw browser close abcd1234\n openclaw browser screenshot\n openclaw browser screenshot --full-page\n openclaw browser screenshot --ref 12\n openclaw browser snapshot\n openclaw browser snapshot --format aria --limit 200\n openclaw browser snapshot --efficient\n openclaw browser snapshot --labels\n openclaw browser navigate https://example.com\n openclaw browser resize 1280 720\n openclaw browser click 12 --double\n openclaw browser click-coords 120 340\n openclaw browser type 23 \"hello\" --submit\n openclaw browser press Enter\n openclaw browser hover 44\n openclaw browser drag 10 11\n openclaw browser select 9 OptionA OptionB\n openclaw browser upload /tmp/openclaw/uploads/file.pdf\n openclaw browser fill --fields '[{\"ref\":\"1\",\"value\":\"Ada\"}]'\n openclaw browser dialog --accept\n openclaw browser wait --text \"Done\"\n openclaw browser evaluate --fn '(el) => el.textContent' --ref 7\n openclaw browser console --level error\n openclaw browser pdf\n\nDocs: https://docs.openclaw.ai/cli/browser\n\n",
32
- "rootHelpText": "\n🦞 OpenClaw 2026.5.63 (c1dbfca) — Deployed locally, trusted globally, debugged eternally.\n\nUsage: openclaw [options] [command]\n\nOptions:\n --container <name> Run the CLI inside a running Podman/Docker container\n named <name> (default: env OPENCLAW_CONTAINER)\n --dev Dev profile: isolate state under ~/.openclaw-dev, default\n gateway port 19001, and shift derived ports\n (browser/canvas)\n -h, --help Display help for command\n --log-level <level> Global log level override for file + console\n (silent|fatal|error|warn|info|debug|trace)\n --no-color Disable ANSI colors\n --profile <name> Use a named profile (isolates\n OPENCLAW_STATE_DIR/OPENCLAW_CONFIG_PATH under\n ~/.openclaw-<name>)\n -V, --version output the version number\n\nCommands:\n Hint: commands suffixed with * have subcommands. Run <command> --help for details.\n acp * Agent Control Protocol tools\n agent Run one agent turn via the Gateway\n agents * Manage isolated agents (workspaces, auth, routing)\n approvals * Manage exec approvals (gateway or node host)\n backup * Create and verify local backup archives for OpenClaw\n state\n capability * Run provider-backed inference commands (fallback alias:\n infer)\n channels * Manage connected chat channels (Telegram, Discord, etc.)\n chat Open a local terminal UI (alias for tui --local)\n clawbot * Legacy clawbot command aliases\n commitments * List and manage inferred follow-up commitments\n completion Generate shell completion script\n config * Non-interactive config helpers\n (get/set/unset/file/validate). Default: starts guided\n setup.\n configure Interactive configuration for credentials, channels,\n gateway, and agent defaults\n crestodian Open the ring-zero setup and repair helper\n cron * Manage cron jobs via the Gateway scheduler\n daemon * Gateway service (legacy alias)\n dashboard Open the Control UI with your current token\n devices * Device pairing + token management\n directory * Lookup contact and group IDs (self, peers, groups) for\n supported chat channels\n dns * DNS helpers for wide-area discovery (Tailscale + CoreDNS)\n docs Search the live OpenClaw docs\n doctor Health checks + quick fixes for the gateway and channels\n exec-policy * Show or synchronize requested exec policy with host\n approvals\n gateway * Run, inspect, and query the WebSocket Gateway\n health Fetch health from the running gateway\n help Display help for command\n hooks * Manage internal agent hooks\n infer * Run provider-backed inference commands\n logs Tail gateway file logs via RPC\n mcp * Manage OpenClaw MCP config and channel bridge\n memory Search, inspect, and reindex memory files\n message * Send, read, and manage messages\n migrate * Import state from another agent system\n models * Discover, scan, and configure models\n node * Run and manage the headless node host service\n nodes * Manage gateway-owned node pairing and node commands\n onboard Interactive onboarding for gateway, workspace, and skills\n pairing * Secure DM pairing (approve inbound requests)\n plugins * Manage OpenClaw plugins\n proxy * Run the OpenClaw debug proxy and inspect captured traffic\n qr Generate mobile pairing QR/setup code\n reset Reset local config/state (keeps the CLI installed)\n sandbox * Manage sandbox containers for agent isolation\n secrets * Secrets runtime reload controls\n security * Security tools and local config audits\n sessions * List stored conversation sessions\n setup Initialize local config and agent workspace\n skills * List and inspect available skills\n status Show channel health and recent session recipients\n system * System events, heartbeat, and presence\n tasks * Inspect durable background task state\n terminal Open a local terminal UI (alias for tui --local)\n tui Open a terminal UI connected to the Gateway\n uninstall Uninstall the gateway service + local data (CLI remains)\n update * Update OpenClaw and inspect update channel status\n webhooks * Webhook helpers and integrations\n\nExamples:\n openclaw models --help\n Show detailed help for the models command.\n openclaw channels login --verbose\n Link personal WhatsApp Web and show QR + connection logs.\n openclaw message send --target +15555550123 --message \"Hi\" --json\n Send via your web session and print JSON result.\n openclaw gateway --port 18789\n Run the WebSocket Gateway locally.\n openclaw --dev gateway\n Run a dev Gateway (isolated state/config) on ws://127.0.0.1:19001.\n openclaw gateway --force\n Kill anything bound to the default gateway port, then start it.\n openclaw gateway ...\n Gateway control via WebSocket.\n openclaw agent --to +15555550123 --message \"Run summary\" --deliver\n Talk directly to the agent using the Gateway; optionally send the WhatsApp reply.\n openclaw message send --channel telegram --target @mychat --message \"Hi\"\n Send via your Telegram bot.\n\nDocs: https://docs.openclaw.ai/cli\n\n"
31
+ "browserHelpText": "\n🦞 OpenClaw 0.0.0 (c1dbfca) — I've seen your commit messages. We'll work on that together.\n\nUsage: openclaw browser [options] [command]\n\nManage OpenClaw's dedicated browser (Chrome/Chromium)\n\nOptions:\n --browser-profile <name> Browser profile name (default from config)\n --expect-final Wait for final response (agent) (default: false)\n -h, --help Display help for command\n --json Output machine-readable JSON (default: false)\n --timeout <ms> Timeout in ms (default: \"30000\")\n --token <token> Gateway token (if required)\n --url <url> Gateway WebSocket URL (defaults to\n gateway.remote.url when configured)\n\nCommands:\n click Click an element by ref from snapshot\n click-coords Click viewport coordinates\n close Close a tab (target id optional)\n console Get recent console messages\n cookies Read/write cookies\n create-profile Create a new browser profile\n delete-profile Delete a browser profile\n dialog Arm the next modal dialog (alert/confirm/prompt)\n doctor Check browser plugin readiness\n download Click a ref and save the resulting download\n drag Drag from one ref to another\n errors Get recent page errors\n evaluate Evaluate a function against the page or a ref\n fill Fill a form with JSON field descriptors\n focus Focus a tab by target id, tab id, label, or unique\n target id prefix\n highlight Highlight an element by ref\n hover Hover an element by ai ref\n navigate Navigate the current tab to a URL\n open Open a URL in a new tab\n pdf Save page as PDF\n press Press a key\n profiles List all browser profiles\n requests Get recent network requests (best-effort)\n reset-profile Reset browser profile (moves it to Trash)\n resize Resize the viewport\n responsebody Wait for a network response and return its body\n screenshot Capture a screenshot (MEDIA:<path>)\n scrollintoview Scroll an element into view by ref from snapshot\n select Select option(s) in a select element\n set Browser environment settings\n snapshot Capture a snapshot (default: ai; aria is the\n accessibility tree)\n start Start the browser (no-op if already running)\n status Show browser status\n stop Stop the browser (best-effort)\n storage Read/write localStorage/sessionStorage\n tab Tab shortcuts (index-based)\n tabs List open tabs\n trace Record a Playwright trace\n type Type into an element by ref from snapshot\n upload Arm file upload for the next file chooser\n wait Wait for time, selector, URL, load state, or JS\n conditions\n waitfordownload Wait for the next download (and save it)\n\nExamples:\n openclaw browser status\n openclaw browser start\n openclaw browser start --headless\n openclaw browser stop\n openclaw browser tabs\n openclaw browser open https://example.com\n openclaw browser focus abcd1234\n openclaw browser close abcd1234\n openclaw browser screenshot\n openclaw browser screenshot --full-page\n openclaw browser screenshot --ref 12\n openclaw browser snapshot\n openclaw browser snapshot --format aria --limit 200\n openclaw browser snapshot --efficient\n openclaw browser snapshot --labels\n openclaw browser navigate https://example.com\n openclaw browser resize 1280 720\n openclaw browser click 12 --double\n openclaw browser click-coords 120 340\n openclaw browser type 23 \"hello\" --submit\n openclaw browser press Enter\n openclaw browser hover 44\n openclaw browser drag 10 11\n openclaw browser select 9 OptionA OptionB\n openclaw browser upload /tmp/openclaw/uploads/file.pdf\n openclaw browser fill --fields '[{\"ref\":\"1\",\"value\":\"Ada\"}]'\n openclaw browser dialog --accept\n openclaw browser wait --text \"Done\"\n openclaw browser evaluate --fn '(el) => el.textContent' --ref 7\n openclaw browser console --level error\n openclaw browser pdf\n\nDocs: https://docs.openclaw.ai/cli/browser\n\n",
32
+ "rootHelpText": "\n🦞 OpenClaw 2026.5.64 (c1dbfca) — The only open-source project where the mascot could eat the competition.\n\nUsage: openclaw [options] [command]\n\nOptions:\n --container <name> Run the CLI inside a running Podman/Docker container\n named <name> (default: env OPENCLAW_CONTAINER)\n --dev Dev profile: isolate state under ~/.openclaw-dev, default\n gateway port 19001, and shift derived ports\n (browser/canvas)\n -h, --help Display help for command\n --log-level <level> Global log level override for file + console\n (silent|fatal|error|warn|info|debug|trace)\n --no-color Disable ANSI colors\n --profile <name> Use a named profile (isolates\n OPENCLAW_STATE_DIR/OPENCLAW_CONFIG_PATH under\n ~/.openclaw-<name>)\n -V, --version output the version number\n\nCommands:\n Hint: commands suffixed with * have subcommands. Run <command> --help for details.\n acp * Agent Control Protocol tools\n agent Run one agent turn via the Gateway\n agents * Manage isolated agents (workspaces, auth, routing)\n approvals * Manage exec approvals (gateway or node host)\n backup * Create and verify local backup archives for OpenClaw\n state\n capability * Run provider-backed inference commands (fallback alias:\n infer)\n channels * Manage connected chat channels (Telegram, Discord, etc.)\n chat Open a local terminal UI (alias for tui --local)\n clawbot * Legacy clawbot command aliases\n commitments * List and manage inferred follow-up commitments\n completion Generate shell completion script\n config * Non-interactive config helpers\n (get/set/unset/file/validate). Default: starts guided\n setup.\n configure Interactive configuration for credentials, channels,\n gateway, and agent defaults\n crestodian Open the ring-zero setup and repair helper\n cron * Manage cron jobs via the Gateway scheduler\n daemon * Gateway service (legacy alias)\n dashboard Open the Control UI with your current token\n devices * Device pairing + token management\n directory * Lookup contact and group IDs (self, peers, groups) for\n supported chat channels\n dns * DNS helpers for wide-area discovery (Tailscale + CoreDNS)\n docs Search the live OpenClaw docs\n doctor Health checks + quick fixes for the gateway and channels\n exec-policy * Show or synchronize requested exec policy with host\n approvals\n gateway * Run, inspect, and query the WebSocket Gateway\n health Fetch health from the running gateway\n help Display help for command\n hooks * Manage internal agent hooks\n infer * Run provider-backed inference commands\n logs Tail gateway file logs via RPC\n mcp * Manage OpenClaw MCP config and channel bridge\n memory Search, inspect, and reindex memory files\n message * Send, read, and manage messages\n migrate * Import state from another agent system\n models * Discover, scan, and configure models\n node * Run and manage the headless node host service\n nodes * Manage gateway-owned node pairing and node commands\n onboard Interactive onboarding for gateway, workspace, and skills\n pairing * Secure DM pairing (approve inbound requests)\n plugins * Manage OpenClaw plugins\n proxy * Run the OpenClaw debug proxy and inspect captured traffic\n qr Generate mobile pairing QR/setup code\n reset Reset local config/state (keeps the CLI installed)\n sandbox * Manage sandbox containers for agent isolation\n secrets * Secrets runtime reload controls\n security * Security tools and local config audits\n sessions * List stored conversation sessions\n setup Initialize local config and agent workspace\n skills * List and inspect available skills\n status Show channel health and recent session recipients\n system * System events, heartbeat, and presence\n tasks * Inspect durable background task state\n terminal Open a local terminal UI (alias for tui --local)\n tui Open a terminal UI connected to the Gateway\n uninstall Uninstall the gateway service + local data (CLI remains)\n update * Update OpenClaw and inspect update channel status\n webhooks * Webhook helpers and integrations\n\nExamples:\n openclaw models --help\n Show detailed help for the models command.\n openclaw channels login --verbose\n Link personal WhatsApp Web and show QR + connection logs.\n openclaw message send --target +15555550123 --message \"Hi\" --json\n Send via your web session and print JSON result.\n openclaw gateway --port 18789\n Run the WebSocket Gateway locally.\n openclaw --dev gateway\n Run a dev Gateway (isolated state/config) on ws://127.0.0.1:19001.\n openclaw gateway --force\n Kill anything bound to the default gateway port, then start it.\n openclaw gateway ...\n Gateway control via WebSocket.\n openclaw agent --to +15555550123 --message \"Run summary\" --deliver\n Talk directly to the agent using the Gateway; optionally send the WhatsApp reply.\n openclaw message send --channel telegram --target @mychat --message \"Hi\"\n Send via your Telegram bot.\n\nDocs: https://docs.openclaw.ai/cli\n\n"
33
33
  }
@@ -1,4 +1,4 @@
1
1
  import "./argv-CSyK6eKz.js";
2
- import { n as registerCoreCliByName } from "./command-registry-core-DRByw1HB.js";
3
- import "./command-registry-BLxcaskA.js";
2
+ import { n as registerCoreCliByName } from "./command-registry-core-Cy7RUBzS.js";
3
+ import "./command-registry-jID_CMwI.js";
4
4
  export { registerCoreCliByName };
@@ -2,7 +2,7 @@ import { _ as getCoreCliCommandDescriptors, v as getCoreCliCommandNames$1 } from
2
2
  import { t as resolveCliArgvInvocation } from "./argv-invocation-OqT8xvzX.js";
3
3
  import { r as shouldRegisterPrimaryCommandOnly } from "./command-registration-policy-CUdNzUaZ.js";
4
4
  import { i as registerCommandGroups, r as registerCommandGroupByName } from "./register-command-groups-n0NSLiG0.js";
5
- import { a as defineImportedCommandGroupSpec, i as buildCommandGroupEntries, o as defineImportedProgramCommandGroupSpecs } from "./register.subclis-core-BDZCU1Zw.js";
5
+ import { a as defineImportedCommandGroupSpec, i as buildCommandGroupEntries, o as defineImportedProgramCommandGroupSpecs } from "./register.subclis-core-CopvU4rt.js";
6
6
  //#region src/cli/program/command-registry-core.ts
7
7
  function withProgramOnlySpecs(specs) {
8
8
  return specs.map((spec) => ({
@@ -1,5 +1,5 @@
1
- import { r as registerCoreCliCommands } from "./command-registry-core-DRByw1HB.js";
2
- import { n as registerSubCliCommands } from "./register.subclis-onDZnAxG.js";
1
+ import { r as registerCoreCliCommands } from "./command-registry-core-Cy7RUBzS.js";
2
+ import { n as registerSubCliCommands } from "./register.subclis-D8ct62DN.js";
3
3
  //#region src/cli/program/command-registry.ts
4
4
  function registerProgramCommands(program, ctx, argv = process.argv) {
5
5
  registerCoreCliCommands(program, ctx, argv);
@@ -2,8 +2,8 @@ import { t as formatDocsLink } from "./links-dQIIPEtq.js";
2
2
  import { r as theme } from "./theme-CVJvORNs.js";
3
3
  import { a as routeLogsToStderr } from "./console-phIAbya3.js";
4
4
  import { c as resolveShellFromEnv, i as installCompletion, o as isCompletionShell, s as resolveCompletionCachePath, t as COMPLETION_SHELLS } from "./completion-runtime-Lrc37RAn.js";
5
- import { n as registerSubCliByName, t as getSubCliEntries } from "./register.subclis-core-BDZCU1Zw.js";
6
- import { n as registerCoreCliByName, t as getCoreCliCommandNames } from "./command-registry-core-DRByw1HB.js";
5
+ import { n as registerSubCliByName, t as getSubCliEntries } from "./register.subclis-core-CopvU4rt.js";
6
+ import { n as registerCoreCliByName, t as getCoreCliCommandNames } from "./command-registry-core-Cy7RUBzS.js";
7
7
  import { t as getProgramContext } from "./program-context-BVnDI9A9.js";
8
8
  import path from "node:path";
9
9
  import fs from "node:fs/promises";
@@ -526,6 +526,7 @@ function setStaticFileHeaders(res, filePath) {
526
526
  const ext = path.extname(filePath).toLowerCase();
527
527
  res.setHeader("Content-Type", contentTypeForExt(ext));
528
528
  res.setHeader("Cache-Control", "no-cache");
529
+ res.setHeader("Access-Control-Allow-Origin", "*");
529
530
  }
530
531
  function serveResolvedFile(res, filePath, body) {
531
532
  setStaticFileHeaders(res, filePath);
@@ -536,6 +537,7 @@ function serveResolvedIndexHtml(res, body) {
536
537
  if (hashes.length > 0) res.setHeader("Content-Security-Policy", buildControlUiCspHeader({ inlineScriptHashes: hashes }));
537
538
  res.setHeader("Content-Type", "text/html; charset=utf-8");
538
539
  res.setHeader("Cache-Control", "no-cache");
540
+ res.setHeader("Access-Control-Allow-Origin", "*");
539
541
  res.end(body);
540
542
  }
541
543
  function isExpectedSafePathError(error) {
@@ -12,7 +12,7 @@ import { r as withProgress } from "./progress-D8EfZUpl.js";
12
12
  import { n as runCommandWithRuntime } from "./cli-utils-BYVUv2TB.js";
13
13
  import { t as formatHelpExamples } from "./help-format-CkaObfbc.js";
14
14
  import { n as buildGatewayDiscoveryTarget } from "./gateway-discovery-targets-kWICj99C.js";
15
- import { n as addGatewayRunCommand } from "./run-BcbB-JHR.js";
15
+ import { n as addGatewayRunCommand } from "./run-CnNFgrLY.js";
16
16
  //#region src/cli/gateway-cli/call.ts
17
17
  const gatewayCallOpts = (cmd) => cmd.option("--url <url>", "Gateway WebSocket URL (defaults to gateway.remote.url when configured)").option("--token <token>", "Gateway token (if required)").option("--password <password>", "Gateway password (password auth)").option("--timeout <ms>", "Timeout in ms", "10000").option("--expect-final", "Wait for final response (agent)", false).option("--json", "Output JSON", false);
18
18
  const callGatewayCli = async (method, opts, params) => withProgress({
@@ -1 +1 @@
1
- 2026-05-06T12:06:07.873Z
1
+ 2026-05-07T01:54:59.499Z
@@ -741,9 +741,9 @@
741
741
  "dist/command-primitives-runtime-CIEJ5aM2.js",
742
742
  "dist/command-queue-g0KgSmHD.js",
743
743
  "dist/command-registration-policy-CUdNzUaZ.js",
744
- "dist/command-registry-BLxcaskA.js",
745
- "dist/command-registry-core-DRByw1HB.js",
746
- "dist/command-registry-CYh6FZBw.js",
744
+ "dist/command-registry-B5cLEjyG.js",
745
+ "dist/command-registry-core-Cy7RUBzS.js",
746
+ "dist/command-registry-jID_CMwI.js",
747
747
  "dist/command-secret-gateway-BFilstpu.js",
748
748
  "dist/command-secret-targets-BCKaE8Py.js",
749
749
  "dist/command-secret-targets-JUZPoIfQ.js",
@@ -803,7 +803,7 @@
803
803
  "dist/compaction-D_fdo45M.js",
804
804
  "dist/compaction-runtime-context-CjeIjGez.js",
805
805
  "dist/compaction-successor-transcript-Cny7ddpJ.js",
806
- "dist/completion-cli-ChOEHY23.js",
806
+ "dist/completion-cli-B0lCm3fC.js",
807
807
  "dist/completion-runtime-Lrc37RAn.js",
808
808
  "dist/components-CFU2keZ2.js",
809
809
  "dist/components-CYHTowfc.js",
@@ -902,9 +902,9 @@
902
902
  "dist/control-service-ByjgNrWO.js",
903
903
  "dist/control-ui-assets-Cd73IfQV.js",
904
904
  "dist/control-ui-assets-DHJ_DKol.js",
905
+ "dist/control-ui-B4WWpCl3.js",
905
906
  "dist/control-ui-links-B6qRpNRl.js",
906
907
  "dist/control-ui-shared-BX1OulBJ.js",
907
- "dist/control-ui-T1AnZasm.js",
908
908
  "dist/control-ui/apple-touch-icon.png",
909
909
  "dist/control-ui/assets/agents-BFBvag5a.js",
910
910
  "dist/control-ui/assets/ar-B8JT41GU.js",
@@ -2408,7 +2408,7 @@
2408
2408
  "dist/future-version-guard-DJOwbhYk.js",
2409
2409
  "dist/gateway-auth-bypass-Bq6jFdVL.js",
2410
2410
  "dist/gateway-bindings-B0pA6chM.js",
2411
- "dist/gateway-cli-m1nJGIpA.js",
2411
+ "dist/gateway-cli-Dea9LeIR.js",
2412
2412
  "dist/gateway-control-ui-origins-C0AiqGSD.js",
2413
2413
  "dist/gateway-CPGVEfJh.js",
2414
2414
  "dist/gateway-discovery-targets-kWICj99C.js",
@@ -7802,9 +7802,9 @@
7802
7802
  "dist/profile-update-B0Sa6Fmp.js",
7803
7803
  "dist/profile-utils-7b3ZHGpe.js",
7804
7804
  "dist/profiles-BEHdhlcX.js",
7805
+ "dist/program-BhfFNrdB.js",
7805
7806
  "dist/program-context-BVnDI9A9.js",
7806
7807
  "dist/program-context-C5K8gZF9.js",
7807
- "dist/program-DyvHjTc_.js",
7808
7808
  "dist/progress-CYiD1NF9.js",
7809
7809
  "dist/progress-D8EfZUpl.js",
7810
7810
  "dist/progress-line-BLlwPNs4.js",
@@ -8082,9 +8082,9 @@
8082
8082
  "dist/register.runtime-CrEeJ2MV.js",
8083
8083
  "dist/register.setup-BBx9ENA4.js",
8084
8084
  "dist/register.status-health-sessions-CD7Tjyy7.js",
8085
- "dist/register.subclis-core-BDZCU1Zw.js",
8086
- "dist/register.subclis-hFc1g6Lg.js",
8087
- "dist/register.subclis-onDZnAxG.js",
8085
+ "dist/register.subclis-BrJKsDiN.js",
8086
+ "dist/register.subclis-core-CopvU4rt.js",
8087
+ "dist/register.subclis-D8ct62DN.js",
8088
8088
  "dist/register.sync.runtime-Cgkfo9tz.js",
8089
8089
  "dist/register.sync.runtime-KA7_He4G.js",
8090
8090
  "dist/registry-Bs0_TqH7.js",
@@ -8217,8 +8217,8 @@
8217
8217
  "dist/run-attempt-B3Sn4h5H.js",
8218
8218
  "dist/run-auth-profile.runtime-BWMFe5xI.js",
8219
8219
  "dist/run-auth-profile.runtime.js",
8220
- "dist/run-BcbB-JHR.js",
8221
- "dist/run-C_UmAyJs.js",
8220
+ "dist/run-BZ3j3mNl.js",
8221
+ "dist/run-CnNFgrLY.js",
8222
8222
  "dist/run-command-Cg5o1Bca.js",
8223
8223
  "dist/run-context.runtime-CWjgDYYI.js",
8224
8224
  "dist/run-context.runtime.js",
@@ -8508,8 +8508,8 @@
8508
8508
  "dist/server-context-DDwmx_5-.js",
8509
8509
  "dist/server-cron-BOyG84_1.js",
8510
8510
  "dist/server-cron-DlPgRAgJ.js",
8511
+ "dist/server-dcd8hksF.js",
8511
8512
  "dist/server-discovery-runtime-612gfkJl.js",
8512
- "dist/server-DRo6XQmW.js",
8513
8513
  "dist/server-json-CkuYlT4x.js",
8514
8514
  "dist/server-maintenance-ki6FYnwb.js",
8515
8515
  "dist/server-methods-DZqUNwJ9.js",
@@ -8545,7 +8545,7 @@
8545
8545
  "dist/server-tailscale-B4roG99j.js",
8546
8546
  "dist/server-utils-BDYTk1JM.js",
8547
8547
  "dist/server-ws-runtime-BRTzgN1R.js",
8548
- "dist/server.impl-BmqzHOue.js",
8548
+ "dist/server.impl-0Pm-fw6i.js",
8549
8549
  "dist/service-audit-DeqH_dqR.js",
8550
8550
  "dist/service-audit-DWcj9S6G.js",
8551
8551
  "dist/service-B08IYhAK.js",
@@ -12,7 +12,7 @@ import { n as setProgramContext } from "./program-context-BVnDI9A9.js";
12
12
  import { t as isCommandJsonOutputMode } from "./json-mode-BOYfFAs6.js";
13
13
  import { n as resolvePluginInstallPreactionRequest, t as resolvePluginInstallInvalidConfigPolicy } from "./plugin-install-config-policy-BkT6eI5c.js";
14
14
  import { t as forceFreePort } from "./ports-BRlngvOE.js";
15
- import { t as registerProgramCommands } from "./command-registry-BLxcaskA.js";
15
+ import { t as registerProgramCommands } from "./command-registry-jID_CMwI.js";
16
16
  import { t as configureProgramHelp } from "./help-BGLjiEYr.js";
17
17
  import { n as ensureCliExecutionBootstrap, r as resolveCliExecutionStartupContext, t as applyCliExecutionStartupPresentation } from "./command-execution-startup-CXZD652R.js";
18
18
  import process$1 from "node:process";
@@ -0,0 +1,3 @@
1
+ import "./argv-CSyK6eKz.js";
2
+ import { t as registerSubCliByName } from "./register.subclis-D8ct62DN.js";
3
+ export { registerSubCliByName };
@@ -2,11 +2,11 @@ import { h as getSubCliEntries } from "./argv-CSyK6eKz.js";
2
2
  import { t as resolveCliArgvInvocation } from "./argv-invocation-OqT8xvzX.js";
3
3
  import { i as shouldRegisterPrimarySubcommandOnly, n as shouldEagerRegisterSubcommands } from "./command-registration-policy-CUdNzUaZ.js";
4
4
  import { i as registerCommandGroups, r as registerCommandGroupByName } from "./register-command-groups-n0NSLiG0.js";
5
- import { i as buildCommandGroupEntries, n as registerSubCliByName$1, o as defineImportedProgramCommandGroupSpecs, r as registerSubCliCommands$1 } from "./register.subclis-core-BDZCU1Zw.js";
5
+ import { i as buildCommandGroupEntries, n as registerSubCliByName$1, o as defineImportedProgramCommandGroupSpecs, r as registerSubCliCommands$1 } from "./register.subclis-core-CopvU4rt.js";
6
6
  //#region src/cli/program/register.subclis.ts
7
7
  const entrySpecs = [...defineImportedProgramCommandGroupSpecs([{
8
8
  commandNames: ["completion"],
9
- loadModule: () => import("./completion-cli-ChOEHY23.js"),
9
+ loadModule: () => import("./completion-cli-B0lCm3fC.js"),
10
10
  exportName: "registerCompletionCli"
11
11
  }])];
12
12
  function resolveSubCliCommandGroups(argv, context = {}) {
@@ -52,7 +52,7 @@ function shouldRegisterGatewayRunOnly(name, argv) {
52
52
  return invocation.commandPath.length === 1 || invocation.commandPath[1] === "run";
53
53
  }
54
54
  async function registerGatewayRunOnly(program) {
55
- const { addGatewayRunCommand } = await import("./run-C_UmAyJs.js");
55
+ const { addGatewayRunCommand } = await import("./run-BZ3j3mNl.js");
56
56
  removeCommandByName(program, "gateway");
57
57
  addGatewayRunCommand(addGatewayRunCommand(program.command("gateway").description("Run, inspect, and query the WebSocket Gateway")).command("run").description("Run the WebSocket Gateway (foreground)"));
58
58
  }
@@ -73,7 +73,7 @@ const entrySpecs = [
73
73
  },
74
74
  {
75
75
  commandNames: ["gateway"],
76
- loadModule: () => import("./gateway-cli-m1nJGIpA.js"),
76
+ loadModule: () => import("./gateway-cli-Dea9LeIR.js"),
77
77
  exportName: "registerGatewayCli"
78
78
  },
79
79
  {
@@ -1,2 +1,2 @@
1
- import { n as addGatewayRunCommand, t as __testing } from "./run-BcbB-JHR.js";
1
+ import { n as addGatewayRunCommand, t as __testing } from "./run-CnNFgrLY.js";
2
2
  export { __testing, addGatewayRunCommand };
@@ -691,7 +691,7 @@ async function runGatewayCommand(opts) {
691
691
  const { startGatewayServer } = await startupTrace.measure("cli.server-import", () => withProgress({
692
692
  label: "Loading gateway modules…",
693
693
  indeterminate: true
694
- }, async () => import("./server-DRo6XQmW.js")));
694
+ }, async () => import("./server-dcd8hksF.js")));
695
695
  setConsoleTimestampPrefix(true);
696
696
  if (devMode) {
697
697
  const { ensureDevGatewayConfig } = await import("./dev-BlGJeUbF.js");
@@ -8,7 +8,7 @@ async function loadServerImpl() {
8
8
  const startupStartedAt = performance.now();
9
9
  const before = performance.now();
10
10
  try {
11
- return await import("./server.impl-BmqzHOue.js");
11
+ return await import("./server.impl-0Pm-fw6i.js");
12
12
  } finally {
13
13
  const now = performance.now();
14
14
  emitStartupTrace("gateway.server-impl-import", now - before, now - startupStartedAt);
@@ -400,7 +400,7 @@ function getIdentityAvatarModule() {
400
400
  return identityAvatarModulePromise;
401
401
  }
402
402
  function getControlUiModule() {
403
- controlUiModulePromise ??= import("./control-ui-T1AnZasm.js");
403
+ controlUiModulePromise ??= import("./control-ui-B4WWpCl3.js");
404
404
  return controlUiModulePromise;
405
405
  }
406
406
  function getEmbeddingsHttpModule() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sealclaw",
3
- "version": "2026.5.63",
3
+ "version": "2026.5.64",
4
4
  "description": "Multi-channel AI gateway with extensible messaging integrations",
5
5
  "keywords": [],
6
6
  "homepage": "https://github.com/openclaw/openclaw#readme",
@@ -1,3 +0,0 @@
1
- import "./argv-CSyK6eKz.js";
2
- import { t as registerSubCliByName } from "./register.subclis-onDZnAxG.js";
3
- export { registerSubCliByName };