Fix session persistence: deterministic workspace IDs based on folder path, improve Antigravity auth error handling
Some checks failed
Release Binaries / release (push) Has been cancelled

This commit is contained in:
Gemini AI
2025-12-27 11:31:25 +04:00
Unverified
parent 6fe7367eff
commit 6b87882d8d
4 changed files with 75 additions and 9 deletions

View File

@@ -0,0 +1,19 @@
{
"sessions": {
"01KDFB53053F09XN5CJ3S7PQWH": {
"id": "01KDFB53053F09XN5CJ3S7PQWH",
"workspaceId": "mjnz73yi",
"title": "New Session",
"parentId": null,
"createdAt": 1766820318213,
"updatedAt": 1766820318213,
"messageIds": [],
"model": {
"providerId": "opencode-zen",
"modelId": "grok-code"
},
"agent": "Assistant"
}
},
"messages": {}
}