chore: bump user agent version to 1.15.8

Co-Authored-By: Claude (claude-opus-4-5-thinking) <noreply@anthropic.com>
This commit is contained in:
Badri Narayanan S
2026-01-29 23:55:15 +05:30
parent b64809277c
commit ca6783f153

View File

@@ -33,7 +33,7 @@ function getAntigravityDbPath() {
function getPlatformUserAgent() { function getPlatformUserAgent() {
const os = platform(); const os = platform();
const architecture = arch(); const architecture = arch();
return `antigravity/1.11.5 ${os}/${architecture}`; return `antigravity/1.15.8 ${os}/${architecture}`;
} }
// Cloud Code API endpoints (in fallback order) // Cloud Code API endpoints (in fallback order)