mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-21 05:52:35 +08:00
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.
534 B
534 B
/init Pre-Commit Secret Check
Priority: P2 Issue: #6077
Remaining Work
- In the CLI's
/initcommand, after writing init files, check if the repository has:- A
.pre-commit-config.yamlwith a secret scanning hook - A
.git/hooks/pre-commitfile - A
detect-secretsbaseline file (.secrets.baseline)
- A
- If none found, output a recommendation with link to
detect-secretsorgitleaks - Optionally: offer to install
detect-secretsas part of init flow