Files
Simon Klee cff1c6f333 cli: recover pending questions from plan_exit tool
The question recovery path only matched the "question" tool, so
plan_exit prompts would get stuck when the question.asked event
was missed during reconnection. Extend recovery to match any
tool-owned question request and drop the tool-name guard in
syncQuestion so completions clear the footer correctly.
2026-05-18 15:23:34 +02:00
..
2026-05-12 05:20:22 +00:00
2026-05-16 00:44:10 +00:00
2026-03-27 15:00:26 +01:00
2026-05-17 17:44:50 +00:00
2026-05-11 14:13:39 +00:00

js

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.2.12. Bun is a fast all-in-one JavaScript runtime.