hello and thank you
I had some unmerged files i did not need but were blocking the update so i did git reset --hard origin/main and now update fails like so:
"pnpm clawdbot update
clawdbot@2026.1.20-2 clawdbot /Users/roy/Documents/Projects/clawdbot
node scripts/run-node.mjs update
[clawdbot] Building TypeScript (dist is stale).
ERR_PNPM_RECURSIVE_EXEC_FIRST_FAIL Command "tsgo" not found
Did you mean "pnpm exec tsc"?
ELIFECYCLE Command failed with exit code 254."
I tried removing the dist folder and rebuilding but pnpm build now gives this error:
"pnpm build
clawdbot@2026.1.20-2 build /Users/roy/Documents/Projects/clawdbot
tsc -p tsconfig.json && node --import tsx scripts/canvas-a2ui-copy.ts && node --import tsx scripts/copy-hook-metadata.ts && node --import tsx scripts/write-build-info.ts
src/tui/components/custom-editor.ts:3:8 - error TS2724: '"@mariozechner/pi-tui"' has no exported member named 'EditorOptions'. Did you mean 'EditorAction'?
3 type EditorOptions,
~~~~~~~~~~~~~
src/tui/components/custom-editor.ts:23:16 - error TS2554: Expected 1 arguments, but got 3.
23 super(tui, theme, options);
~~~~~~~~~~~~~~
Found 2 errors in the same file, starting at: src/tui/components/custom-editor.ts:3
ELIFECYCLE Command failed with exit code 1."