Files
Kilo-Org_kilo/packages/kilo-vscode/docs/non-agent-features/checkpoints.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

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.

Primary implementation anchors