Files
Kilo-Org_kilo/packages/kilo-vscode/docs/non-agent-features/code-actions.md
T
Mark IJbema 3a07f45e15 docs: rewrite migration plan as feature parity tracker, add feature docs from GitHub project issues
- Rewrite opencode-migration-plan.md as a comprehensive feature parity tracker
- Add new chat-ui-features: kilo-themed-chat-session, task-header, toggle-thinking
- Add new non-agent-features: cloud-task-support, kilo-gateway, mode-switcher,
  model-switcher, provider-configuration, repository-initialization,
  rules-and-workflows, settings-ui, task-history
- Format existing feature docs with prettier
2026-02-10 13:56:19 +01:00

979 B

Code Actions

  • What it is: Integrates into VS Code Code Actions UI (lightbulb/context menu) to trigger AI actions like explain/fix/improve, or add selection to context.

Notable characteristics

  • Can run inside current task or spawn a new task.
  • Prompt templates configurable.

Docs references

Suggested migration

  • Kilo CLI availability: Not present.
  • Migration recommendation:
    • Keep code actions in the VS Code extension host (VS Code APIs, diagnostics, and editor-specific UX).
    • Reimplement any backing logic that currently depends on the core agent loop, but keep action registration and application IDE-side.
  • Reimplementation required?: Yes.

Primary implementation anchors (partial)