Files
kilocode/packages/kilo-vscode/docs/ui-polish/profile-view-back-button.md
T
kiloconnect[bot] b98d92c991 docs: prune migration plan to remaining work only
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.
2026-03-16 16:23:14 +01:00

543 B

Profile View Missing Back Button

Priority: P2 Issue: #6140

Profile now opens in a separate editor panel via SettingsEditorProvider, so navigation is handled by VS Code's tab system. Evaluate whether a back button is still needed or if this issue is resolved by the panel-based approach.

Remaining Work

  • Determine if the editor panel approach resolves the original navigation issue
  • If not, add a back button to the Profile view header matching the Settings view pattern