Commit Graph

5 Commits

Author SHA1 Message Date
Joshua Lambert 18e1a004eb docs(vscode): document supported image types and Shift+drag requirement (#8629) 2026-04-09 11:52:42 +02:00
kiloconnect[bot] bcbd2b423b docs(vscode): prune completed items from migration plan
- Remove Settings Migration, Upgrade Onboarding, and MemoryBank Migration
  docs (all covered by the migration wizard shipped in #7823)
- Remove custom-openai-provider-ui.md (feature shipped)
- Update MCP docs: remove connection status and enable/disable toggle
  (shipped in #7810)
- Update settings-ui.md: remove import/export (shipped in #7794)
- Update opencode-migration-plan.md accordingly
2026-03-31 15:48:20 +00:00
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
Mark IJbema 6f9a0f0c5a feat(vscode): Enhance Prompt — sparkle button to improve prompts before sending
Add the Enhance Prompt feature to the VS Code extension, matching the
legacy extension's behaviour. A  sparkle button in the chat input
toolbar rewrites the user's draft prompt using an LLM.

CLI:
- POST /enhance-prompt endpoint using LLM.stream with small model
- System prompt as agent.prompt for caching; user text as user message
- clean() strips code fences and surrounding quotes from LLM output

Extension:
- KiloProvider handler using SDK client.enhancePrompt.enhance()
- Shows VS Code error notification on failure
- WandSparkles icon from lucide-solid via @kilocode/kilo-ui
- Spin animation while enhancement is in flight
- Empty-input click shows feature description (all 16 i18n locales)
- Ctrl+Z / ⌘Z undo restores original draft
- Guard checks isBusy/isDisabled/enhancing matching canEnhance()

Tests:
- 11 unit tests for clean() in enhance-prompt.test.ts

Migration plan:
- Removed feature row (parity achieved)
- Deleted prompt-improvement.md spec doc
2026-03-03 13:21:45 +01:00
Mark IJbema a4c4cf5f52 docs(vscode): expand project board issues into detailed doc files
Replace the flat issue list in the migration plan with 37 detailed doc
files, one per issue, grouped into ui-polish/, features/, migration/,
error-handling/, performance/, infrastructure/, and cli-side/ directories.

Each doc describes the problem, what remains to be done, and implementation
notes — readable without opening the GitHub issue. The migration plan tables
now link to these docs instead of bare issue references.
2026-02-25 14:03:23 +01:00