fix(KB-217): resolve planning mode hanging race condition

- Fix race condition causing planning mode to hang after submitting answers
- Keep SSE connection alive during response submission to prevent premature disconnect
- Add scrollable CSS styling for AI thinking output display in planning mode
- Add tests for race condition fix ensuring subsequent questions are received
- Include changeset for planning mode patch release
This commit is contained in:
gsxdsm
2026-03-30 18:12:49 -07:00
parent 7cfce83479
commit 2fa0b1bbfb
4 changed files with 152 additions and 47 deletions

View File

@@ -0,0 +1,5 @@
---
"@dustinbyrne/kb": patch
---
Fix planning mode hanging after answering questions, and improve AI thinking output display with proper scrollable styling.