emre@ubuntu-4gb-hil-1:/opt/clawdbot/clawdbot$ pnpm install pnpm gateway:watch Scope: all 22 workspace projects Lockfile is up to date, resolution step is skipped Already up to date  WARN  Failed to create bin at /opt/clawdbot/clawdbot/extensions/memory-core/node_modules/.bin/clawdbot. ENOENT: no such file or directory, open '/opt/clawdbot/clawdbot/dist/entry.js'  WARN  Failed to create bin at /opt/clawdbot/clawdbot/extensions/matrix/node_modules/.bin/clawdbot. ENOENT: no such file or directory, open '/opt/clawdbot/clawdbot/dist/entry.js'  WARN  Failed to create bin at /opt/clawdbot/clawdbot/extensions/msteams/node_modules/.bin/clawdbot. ENOENT: no such file or directory, open '/opt/clawdbot/clawdbot/dist/entry.js'  WARN  Failed to create bin at /opt/clawdbot/clawdbot/extensions/nostr/node_modules/.bin/clawdbot. ENOENT: no such file or directory, open '/opt/clawdbot/clawdbot/dist/entry.js'  WARN  Failed to create bin at /opt/clawdbot/clawdbot/extensions/zalouser/node_modules/.bin/clawdbot. ENOENT: no such file or directory, open '/opt/clawdbot/clawdbot/dist/entry.js'  WARN  7 other warnings ╭ Warning ───────────────────────────────────────────────────────────────────────────────────╮ │ │ │ Ignored build scripts: node-llama-cpp. │ │ Run "pnpm approve-builds" to pick which dependencies should be allowed to run scripts. │ │ │ ╰────────────────────────────────────────────────────────────────────────────────────────────╯ . postinstall$ node scripts/postinstall.js └─ Done in 51ms Done in 1.6s using pnpm v10.23.0 > clawdbot@2026.1.20 gateway:watch /opt/clawdbot/clawdbot > node scripts/watch-node.mjs gateway --force src/cli/directory-cli.ts:224:30 - error TS2304: Cannot find name 'formatEntry'. 224 defaultRuntime.log(formatEntry(entry)); ~~~~~~~~~~~ src/cli/sandbox-cli.ts:66:68 - error TS4104: The type 'readonly [readonly ["clawdbot sandbox list", "List all sandbox containers."], readonly ["clawdbot sandbox list --browser", "List only browser containers."], readonly ["clawdbot sandbox recreate --all", "Recreate all containers."], readonly [...], readonly [...], readonly [...]]' is 'readonly' and cannot be assigned to the mutable type 'HelpExample[]'. 66 () => `\n${theme.heading("Examples:")}\n${formatHelpExamples(SANDBOX_EXAMPLES.main)}\n`, ~~~~~~~~~~~~~~~~~~~~~ src/cli/sandbox-cli.ts:87:64 - error TS4104: The type 'readonly [readonly ["clawdbot sandbox list", "List all sandbox containers."], readonly ["clawdbot sandbox list --browser", "List only browser containers."], readonly ["clawdbot sandbox list --json", "JSON output."]]' is 'readonly' and cannot be assigned to the mutable type 'HelpExample[]'. 87 `\n${theme.heading("Examples:")}\n${formatHelpExamples(SANDBOX_EXAMPLES.list)}\n\n${theme.heading( ~~~~~~~~~~~~~~~~~~~~~ src/cli/sandbox-cli.ts:120:64 - error TS4104: The type 'readonly [readonly ["clawdbot sandbox recreate --all", "Recreate all containers."], readonly ["clawdbot sandbox recreate --session main", "Recreate a specific session."], readonly ["clawdbot sandbox recreate --agent mybot", "Recreate a specific agent (includes sub-agents)."], readonly [...], readonly [...]]' is 'readonly' and cannot be assigned to the mutable type 'HelpExample[]'. 120 `\n${theme.heading("Examples:")}\n${formatHelpExamples(SANDBOX_EXAMPLES.recreate)}\n\n${theme.heading( ~~~~~~~~~~~~~~~~~~~~~~~~~ src/cli/sandbox-cli.ts:161:68 - error TS4104: The type 'readonly [readonly ["clawdbot sandbox explain", "Show effective sandbox config."], readonly ["clawdbot sandbox explain --session agent:main:main", "Explain a specific session."], readonly ["clawdbot sandbox explain --agent work", "Explain an agent sandbox."], readonly [...]]' is 'readonly' and cannot be assigned to the mutable type 'HelpExample[]'. 161 () => `\n${theme.heading("Examples:")}\n${formatHelpExamples(SANDBOX_EXAMPLES.explain)}\n`, ~~~~~~~~~~~~~~~~~~~~~~~~ Found 5 errors in 2 files. Errors Files 1 src/cli/directory-cli.ts:224 4 src/cli/sandbox-cli.ts:66