chore(antigravity): bump default User-Agent version to 1.20.5

This commit is contained in:
erio
2026-03-16 15:47:32 +08:00
parent 6447be4534
commit 71f72e167e
2 changed files with 3 additions and 3 deletions

View File

@@ -690,7 +690,7 @@ func TestConstants_值正确(t *testing.T) {
if RedirectURI != "http://localhost:8085/callback" {
t.Errorf("RedirectURI 不匹配: got %s", RedirectURI)
}
if GetUserAgent() != "antigravity/1.20.4 windows/amd64" {
if GetUserAgent() != "antigravity/1.20.5 windows/amd64" {
t.Errorf("UserAgent 不匹配: got %s", GetUserAgent())
}
if SessionTTL != 30*time.Minute {