clawbrah 1.0.1 → 1.0.3

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.
Files changed (28) hide show
  1. package/README.md +8 -0
  2. package/dist/build-info.json +2 -2
  3. package/dist/canvas-host/a2ui/.bundle.hash +1 -1
  4. package/dist/{completion-cli-xQqLK_Ni.js → completion-cli-BJDSqY7E.js} +1 -1
  5. package/dist/{completion-cli-BO3ziRR1.js → completion-cli-DPnlrhVP.js} +2 -2
  6. package/dist/{config-guard-CKr985of.js → config-guard-CZUUTZtP.js} +3 -3
  7. package/dist/control-ui/assets/{index-Dm6g1E26.js → index-D0ToVTL2.js} +73 -73
  8. package/dist/control-ui/assets/index-D0ToVTL2.js.map +1 -0
  9. package/dist/control-ui/index.html +2 -2
  10. package/dist/{doctor-DdHvLQSW.js → doctor-BYgirs9w.js} +1 -1
  11. package/dist/{doctor-CdqmZxrK.js → doctor-Cd7vdP5c.js} +1 -1
  12. package/dist/entry.js +1 -1
  13. package/dist/{gateway-cli-Dm6fyKOW.js → gateway-cli-BNemVjwo.js} +19 -12
  14. package/dist/{gateway-cli-Ctozr1Nr.js → gateway-cli-rLzCGgBJ.js} +18 -11
  15. package/dist/index.js +4 -4
  16. package/dist/{onboarding-C9T4fYdo.js → onboarding-CBhLPRuC.js} +2 -2
  17. package/dist/plugin-sdk/index.d.ts +6 -6
  18. package/dist/{program-Tlz-_XHE.js → program-yY-4nnFP.js} +6 -6
  19. package/dist/{register.subclis-Buhb02qd.js → register.subclis-CrzjDv0H.js} +3 -3
  20. package/dist/{run-main-7eydAwGv.js → run-main-CAI5BiMw.js} +8 -8
  21. package/dist/{status-C09l2YXY.js → status-pc_aNqHa.js} +2 -2
  22. package/dist/{update-cli-DoiUKlNw.js → update-cli-Bt4074DZ.js} +3 -3
  23. package/dist/{update-cli-Bfsx9UKw.js → update-cli-CRhNpoV5.js} +4 -4
  24. package/dist/{update-runner-_TG-7dl6.js → update-runner-COXCGUb6.js} +1 -1
  25. package/dist/{update-runner-LPAHTmXu.js → update-runner-CXRmW-Uy.js} +1 -1
  26. package/extensions/brah-sync/index.ts +3 -4
  27. package/package.json +2 -2
  28. package/dist/control-ui/assets/index-Dm6g1E26.js.map +0 -1
package/README.md CHANGED
@@ -76,6 +76,14 @@ clawbrah onboard --brah --accept-risk
76
76
  clawbrah onboard --brah --brah-api-key "your-key" --brah-tracker-url "https://tracker.example.com" --accept-risk
77
77
  ```
78
78
 
79
+ ### Gateway dashboard (Control UI)
80
+
81
+ After running `clawbrah gateway`, open **http://127.0.0.1:18789** in your browser. If the dashboard shows **"gateway token missing"** or "unauthorized":
82
+
83
+ 1. Get the token: `clawbrah config get gateway.auth.token`
84
+ (If empty, generate one: `clawbrah doctor --generate-gateway-token`.)
85
+ 2. In the dashboard, open **Settings**, paste the token into **Gateway Token**, then connect.
86
+
79
87
  ### Environment variables
80
88
 
81
89
  | Variable | Description | Default |
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.1",
2
+ "version": "1.0.3",
3
3
  "commit": "4ca222eeb298bba881dde55acbfc700f11d7843c",
4
- "builtAt": "2026-02-25T12:58:33.775Z"
4
+ "builtAt": "2026-02-26T09:38:05.025Z"
5
5
  }
@@ -1 +1 @@
1
- 53f5cf8b8260d287d69cea7c98e4d36cb44c302799689cf4eadf58408a7c008d
1
+ 58951f42f4f3ec831a875853f952af9bae49a663728ab791599dc56c16489d2a
@@ -1,6 +1,6 @@
1
1
  import { t as __exportAll } from "./rolldown-runtime-Cbj13DAv.js";
2
2
  import { X as resolveStateDir } from "./entry.js";
3
- import { n as registerSubCliByName, t as getSubCliEntries } from "./register.subclis-Buhb02qd.js";
3
+ import { n as registerSubCliByName, t as getSubCliEntries } from "./register.subclis-CrzjDv0H.js";
4
4
  import path from "node:path";
5
5
  import os from "node:os";
6
6
  import fs from "node:fs/promises";
@@ -124,7 +124,7 @@ const entries = [
124
124
  name: "gateway",
125
125
  description: "Gateway control",
126
126
  register: async (program) => {
127
- (await import("./gateway-cli-Ctozr1Nr.js")).registerGatewayCli(program);
127
+ (await import("./gateway-cli-rLzCGgBJ.js")).registerGatewayCli(program);
128
128
  }
129
129
  },
130
130
  {
@@ -282,7 +282,7 @@ const entries = [
282
282
  name: "update",
283
283
  description: "CLI update helpers",
284
284
  register: async (program) => {
285
- (await import("./update-cli-DoiUKlNw.js")).registerUpdateCli(program);
285
+ (await import("./update-cli-Bt4074DZ.js")).registerUpdateCli(program);
286
286
  }
287
287
  },
288
288
  {
@@ -22,7 +22,7 @@ import { a as resolveSessionTranscriptsDirForAgent, i as resolveSessionTranscrip
22
22
  import { d as loadSessionStore } from "./sandbox-BO_Ngn9c.js";
23
23
  import { r as runCommandWithRuntime } from "./cli-utils-EpvLL-7H.js";
24
24
  import { n as ensurePluginRegistryLoaded, t as hasExplicitOptions } from "./command-options-CiVRXfHE.js";
25
- import { l as getVerboseFlag, o as getFlagValue, r as registerSubCliCommands, s as getPositiveIntFlagValue, u as hasFlag } from "./register.subclis-Buhb02qd.js";
25
+ import { l as getVerboseFlag, o as getFlagValue, r as registerSubCliCommands, s as getPositiveIntFlagValue, u as hasFlag } from "./register.subclis-CrzjDv0H.js";
26
26
  import { n as parsePositiveIntOrUndefined, t as collectOption } from "./helpers-D_jqdWkd.js";
27
27
  import { n as callGatewayFromCli, t as addGatewayClientOptions } from "./gateway-rpc-DiR8jxC9.js";
28
28
  import { t as createDefaultDeps } from "./deps-CwIHF5Kq.js";
@@ -34,12 +34,12 @@ import { d as applyAuthChoice, f as applyOpenAIConfig, h as promptAuthChoiceGrou
34
34
  import { l as healthCommand } from "./health-format-DZpQiSPr.js";
35
35
  import { $ as setVeniceApiKey, C as applyMoonshotConfig, D as applyOpenrouterConfig, F as applyXaiConfig, G as setCloudflareAiGatewayConfig, J as setMinimaxApiKey, K as setGeminiApiKey, L as applyXiaomiConfig, N as applyVercelAiGatewayConfig, Q as setSyntheticApiKey, W as setAnthropicApiKey, X as setOpencodeZenApiKey, Y as setMoonshotApiKey, Z as setOpenrouterApiKey, ct as buildTokenProfileId, et as setVercelAiGatewayApiKey, f as applyOpencodeZenConfig, g as applyMinimaxConfig, j as applyVeniceConfig, k as applySyntheticConfig, lt as validateAnthropicSetupToken, m as applyMinimaxApiConfig, nt as setXiaomiApiKey, q as setKimiCodingApiKey, rt as setZaiApiKey, tt as setXaiApiKey, v as applyAuthProfileConfig, w as applyMoonshotConfigCn, x as applyKimiCodeConfig, y as applyCloudflareAiGatewayConfig, z as applyZaiConfig } from "./github-copilot-auth-DBciFmic.js";
36
36
  import { n as logConfigUpdated, t as formatConfigPath } from "./logging-C-XFUtHZ.js";
37
- import { a as findAgentEntryIndex, c as pruneAgentConfig, d as parseIdentityMarkdown, f as runOnboardingWizard, i as buildAgentSummaries, l as identityHasValues, o as listAgentEntries, r as applyAgentConfig, s as loadAgentIdentity, t as statusCommand } from "./status-C09l2YXY.js";
37
+ import { a as findAgentEntryIndex, c as pruneAgentConfig, d as parseIdentityMarkdown, f as runOnboardingWizard, i as buildAgentSummaries, l as identityHasValues, o as listAgentEntries, r as applyAgentConfig, s as loadAgentIdentity, t as statusCommand } from "./status-pc_aNqHa.js";
38
38
  import { a as createOutboundSendDeps, n as resolveSessionKeyForRequest, t as agentCommand } from "./agent-Dj_EwzkO.js";
39
39
  import { t as formatHelpExamples } from "./help-format-DUy1KRxq.js";
40
40
  import { i as CONFIGURE_WIZARD_SECTIONS, n as configureCommand, r as configureCommandWithSections } from "./configure-Baroiqo5.js";
41
41
  import { n as ensureSystemdUserLingerNonInteractive } from "./systemd-linger-6najuv4T.js";
42
- import { n as loadAndMaybeMigrateDoctorConfig, t as doctorCommand } from "./doctor-CdqmZxrK.js";
42
+ import { n as loadAndMaybeMigrateDoctorConfig, t as doctorCommand } from "./doctor-Cd7vdP5c.js";
43
43
  import path from "node:path";
44
44
  import fs from "node:fs";
45
45
  import JSON5 from "json5";