mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-28 11:05:31 +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.
486 B
486 B
VSCode Error Notifications for Critical Failures
Priority: P1
showErrorMessage is used in peripheral services (commit, Agent Manager, autocomplete). Core connection errors only go to console.error and webview postMessage.
Remaining Work
- Show
showErrorMessage()when CLI binary is missing or server fails to start - Show
showWarningMessage()when SSE connection is lost (with "Retry" action) - Avoid notification spam — throttle or deduplicate repeated errors