refactor: remove unused UserAgent constant

The UserAgent constant was never referenced; all HTTP requests
use GetUserAgent() which reads from defaultUserAgentVersion
(configurable via ANTIGRAVITY_USER_AGENT_VERSION env var).
This commit is contained in:
erio
2026-02-25 20:08:44 +08:00
parent d552ad7673
commit 5c07e11473

View File

@@ -38,9 +38,6 @@ const (
"https://www.googleapis.com/auth/cclog " +
"https://www.googleapis.com/auth/experimentsandconfigs"
// User-Agent与 Antigravity-Manager 保持一致)
UserAgent = "antigravity/1.18.4 windows/amd64"
// Session 过期时间
SessionTTL = 30 * time.Minute