mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 08:00:59 +00:00
parent
4edb506df8
commit
52532c7c00
3 changed files with 8 additions and 2 deletions
|
|
@ -1,5 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Updated Antigravity User-Agent from 1.11.5 to 1.15.8 to fix rejected requests ([#1079](https://github.com/badlogic/pi-mono/issues/1079))
|
||||||
|
|
||||||
## [0.50.3] - 2026-01-29
|
## [0.50.3] - 2026-01-29
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
||||||
|
|
@ -73,7 +73,7 @@ const GEMINI_CLI_HEADERS = {
|
||||||
|
|
||||||
// Headers for Antigravity (sandbox endpoint) - requires specific User-Agent
|
// Headers for Antigravity (sandbox endpoint) - requires specific User-Agent
|
||||||
const ANTIGRAVITY_HEADERS = {
|
const ANTIGRAVITY_HEADERS = {
|
||||||
"User-Agent": "antigravity/1.11.5 darwin/arm64",
|
"User-Agent": "antigravity/1.15.8 darwin/arm64",
|
||||||
"X-Goog-Api-Client": "google-cloud-sdk vscode_cloudshelleditor/0.1",
|
"X-Goog-Api-Client": "google-cloud-sdk vscode_cloudshelleditor/0.1",
|
||||||
"Client-Metadata": JSON.stringify({
|
"Client-Metadata": JSON.stringify({
|
||||||
ideType: "IDE_UNSPECIFIED",
|
ideType: "IDE_UNSPECIFIED",
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,7 @@ type SaveMode = (typeof SAVE_MODES)[number];
|
||||||
const ANTIGRAVITY_ENDPOINT = "https://daily-cloudcode-pa.sandbox.googleapis.com";
|
const ANTIGRAVITY_ENDPOINT = "https://daily-cloudcode-pa.sandbox.googleapis.com";
|
||||||
|
|
||||||
const ANTIGRAVITY_HEADERS = {
|
const ANTIGRAVITY_HEADERS = {
|
||||||
"User-Agent": "antigravity/1.11.5 darwin/arm64",
|
"User-Agent": "antigravity/1.15.8 darwin/arm64",
|
||||||
"X-Goog-Api-Client": "google-cloud-sdk vscode_cloudshelleditor/0.1",
|
"X-Goog-Api-Client": "google-cloud-sdk vscode_cloudshelleditor/0.1",
|
||||||
"Client-Metadata": JSON.stringify({
|
"Client-Metadata": JSON.stringify({
|
||||||
ideType: "IDE_UNSPECIFIED",
|
ideType: "IDE_UNSPECIFIED",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue