3a07f45e15
- 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
668 B
668 B
Custom command system
- What it is: Built-in + user-defined + project-defined reusable commands (often surfaced as slash commands).
Capabilities
- Project overrides global overrides built-in.
- YAML frontmatter metadata.
- Symlink-aware command discovery.
Suggested migration
- Kilo CLI availability: Already.
- Migration recommendation:
- Prefer Kilo CLI's custom command system for definition and execution.
- Keep VS Code UI entry points (command palette, menus) in the extension host as an adapter.
- Reimplementation required?: Partial.