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
958 B
958 B
Checkpoints (shadow versioning, workspace time travel)
- What it is: Task-scoped snapshots stored in a shadow git repository, with UI to diff/restore.
Capabilities
- Per-task checkpoint history.
- Restore files only vs restore files + task state.
- Safety checks to avoid problematic paths/nested repos.
Docs references
Suggested migration
- Kilo CLI availability: Partial.
- Migration recommendation:
- Evaluate whether Kilo CLI snapshots/revert semantics map to Kilo checkpoints (per-task, excludes, UX expectations).
- If they map, delegate snapshot creation/storage/revert to Kilo CLI; otherwise keep the existing Kilo checkpoint service.
- Reimplementation required?: Partial.