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
1.0 KiB
1.0 KiB
Git commit message generation
- What it is: Generates commit messages from git context (commonly staged changes; some implementations also consider selected files).
Notable characteristics
- VS Code Source Control integration (fills commit message box).
- Filtering for lockfiles/build noise.
- Regeneration support to avoid repeating similar messages.
- Adapter support for JetBrains.
Docs references
Suggested migration
- Kilo CLI availability: Not present.
- Migration recommendation:
- Keep commit message generation in the VS Code extension host (Git integration, UX, and local repo context).
- Reimplement any agent-loop dependencies as needed, but do not block on server support.
- Reimplementation required?: Yes.