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.
536 B
536 B
Task Completion Notification
Priority: P2 Issue: #6084
Remaining Work
- Show VS Code toast when session transitions to "complete" or "awaiting input" while panel is hidden
- Use
showInformationMessage()for task completion,showWarningMessage()for permission requests - Add a setting to enable/disable notifications (default: on)
- Notifications should include a "Show" button that focuses the webview panel
- Only fire when
KiloProvider.panel.visibleis false