mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-28 19:11:03 +08:00
b98d92c991
Remove completed feature docs and strip 'What Exists' / 'Status' sections from all subplans. 17 features verified as done and removed: SSE auto-reconnect, connection state UI, markdown syntax highlighting, terminal output visibility, ask mode no edits, SDK over HTTP, session turn, copy button, chat input resize, chat background color, clickable cursors, context compression icon, anonymous sign-in prompts, subagent visibility, diff jump to changed lines, new task discoverability, reasoning block styling. Remaining docs contain only TODO items.
498 B
498 B
Propagate All CLI Errors to the UI
Priority: P1 Issue: #6146
Remaining Work
- Intercept CLI error output (stderr) in
ServerManager/KiloConnectionService - Show VS Code error notification for critical/startup errors
- Inject error messages into chat UI as system messages for mid-session errors
- Ensure CLI's error SSE events are forwarded to the webview and rendered
- Distinguish between startup errors and runtime errors