From ca6783f153469aa65f8f03e3dee3d5266729831a Mon Sep 17 00:00:00 2001 From: Badri Narayanan S Date: Thu, 29 Jan 2026 23:55:15 +0530 Subject: [PATCH] chore: bump user agent version to 1.15.8 Co-Authored-By: Claude (claude-opus-4-5-thinking) --- src/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.js b/src/constants.js index c79f35e..082315b 100644 --- a/src/constants.js +++ b/src/constants.js @@ -33,7 +33,7 @@ function getAntigravityDbPath() { function getPlatformUserAgent() { const os = platform(); const architecture = arch(); - return `antigravity/1.11.5 ${os}/${architecture}`; + return `antigravity/1.15.8 ${os}/${architecture}`; } // Cloud Code API endpoints (in fallback order)