Files
kilocode/packages/kilo-vscode/docs/non-agent-features/cloud-task-support.md
T
Mark IJbema c5b1adf4f6 docs: remove broken GitHub issue links from vscode docs
Remove GitHub issue links that pointed to the old kilo repository.
The issue tracker has moved and these links are no longer valid.
2026-02-23 11:48:23 +01:00

959 B

Cloud Task Support

Priority: P2 Status: Not started

Description

Support for persisting tasks to the Kilo cloud, and restoring sessions that were saved to the Kilo cloud but started on other devices or clients.

Requirements

  • Save task state to Kilo cloud storage
  • Restore/resume tasks that were started on other devices or clients
  • Sync task history across devices
  • Handle conflict resolution when tasks are modified on multiple devices
  • Require Kilo authentication for cloud features

Current State

No cloud task support exists. Tasks are stored locally by the CLI.

Gaps

  • No cloud sync infrastructure
  • No API endpoints for cloud task storage (may need backend work)
  • No conflict resolution strategy
  • No UI for cloud task browsing/restoring
  • Depends on Task History being implemented first
  • Depends on Authentication for Kilo cloud access