Add automatic session migration when switching from SDK to Native mode
Some checks failed
Release Binaries / release (push) Has been cancelled

This commit is contained in:
Gemini AI
2025-12-27 11:13:43 +04:00
Unverified
parent eaf93e2924
commit 64c7fb8d47
6 changed files with 311 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
{
"sessions": {
"01KDFA3KMG1VSQNA217HZ3JAYA": {
"id": "01KDFA3KMG1VSQNA217HZ3JAYA",
"workspaceId": "mjnyjm5r",
"title": "New Session",
"parentId": null,
"createdAt": 1766819221136,
"updatedAt": 1766819221136,
"messageIds": [],
"model": {
"providerId": "opencode-zen",
"modelId": "grok-code"
},
"agent": "Assistant"
},
"01KDFA3SP5YJAB7B8BC2EM48NY": {
"id": "01KDFA3SP5YJAB7B8BC2EM48NY",
"workspaceId": "mjnyjm5r",
"title": "New Session",
"parentId": null,
"createdAt": 1766819227333,
"updatedAt": 1766819227333,
"messageIds": [],
"model": {
"providerId": "opencode-zen",
"modelId": "grok-code"
},
"agent": "Assistant"
}
},
"messages": {}
}