feat(tui): add busy status indicator during processing

This commit is contained in:
William Valentin
2026-02-19 11:34:44 -08:00
parent 7a2176c15c
commit 7cb647cbb8
2 changed files with 72 additions and 0 deletions
+11
View File
@@ -5745,6 +5745,17 @@
"docs/plans/state.json"
],
"test_status": "pnpm test:run src/gateway/handlers/handlers.test.ts + pnpm typecheck passing"
},
"minimal-tui-busy-status-indicator": {
"status": "completed",
"date": "2026-02-19",
"updated": "2026-02-19",
"summary": "Added an explicit busy status indicator in minimal TUI while Flynn is processing requests, including a spinner and cancel hint, with safe teardown before streamed output/tool logs so the terminal no longer appears frozen between prompt submit and response.",
"files_modified": [
"src/frontends/tui/minimal.ts",
"docs/plans/state.json"
],
"test_status": "pnpm test:run src/frontends/tui/minimal.test.ts passing"
}
},
"overall_progress": {