fresh git pull, pnpm build
clawdbot@2026.1.8-1 build /root/git/clawdbot
tsc -p tsconfig.json && tsx scripts/canvas-a2ui-copy.ts
src/cli/daemon-cli.ts:566:53 - error TS2339: Property 'controlUi' does not exist on type 'ConfigSummary'.
566 const controlUiEnabled = status.config?.daemon?.controlUi?.enabled ?? true;
~~~~~~~~~
src/cli/daemon-cli.ts:572:9 - error TS2322: Type 'string' is not assignable to type '"auto" | "lan" | "tailnet" | "loopback" | undefined'.
572 bind: status.gateway.bindMode,
~~~~
src/commands/onboard-helpers.ts:357:3
357 bind?: "auto" | "lan" | "tailnet" | "loopback";
~~~~
The expected type comes from property 'bind' which is declared here on type '{ port: number; bind?: "auto" | "lan" | "tailnet" | "loopback" | undefined; basePath?: string | undefined; }'
src/cli/daemon-cli.ts:573:42 - error TS2339: Property 'controlUi' does not exist on type 'ConfigSummary'.
573 basePath: status.config?.daemon?.controlUi?.basePath,
~~~~~~~~~
src/infra/provider-summary.ts:230:69 - error TS2339: Property 'configured' does not exist on type 'ResolvedIMessageAccount'.
230 const configuredAccounts = accounts.filter((account) => account.configured);
~~~~~~~~~~
Found 4 errors in 2 files.
Errors Files
3 src/cli/daemon-cli.ts:566
1 src/infra/provider-summary.ts:230
ELIFECYCLE Command failed with exit code 1.