mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-19 01:51:21 +08:00
Remove GitHub issue links that pointed to the old kilo repository. The issue tracker has moved and these links are no longer valid.
959 B
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