mirror of
https://github.com/NoeFabris/opencode-antigravity-auth.git
synced 2026-05-21 12:54:56 +00:00
Merge remote-tracking branch 'origin/main' into dev
This commit is contained in:
24
CHANGELOG.md
24
CHANGELOG.md
@@ -1,5 +1,29 @@
|
||||
# Changelog
|
||||
|
||||
## [1.6.0] - 2026-02-20
|
||||
|
||||
### Fixed
|
||||
|
||||
- **#397** - Gemini tool-call payload handling now enforces valid `thought_signature` behavior for `functionCall` parts, preventing `400 INVALID_ARGUMENT` in mixed and parallel call turns.
|
||||
|
||||
- **#454** - Request sanitization now removes empty/invalid `contents.parts` entries and invalid `systemInstruction.parts` before forwarding to Antigravity.
|
||||
|
||||
- **#444** - Response transform fallback now uses cloned responses and preserves recovery signaling, eliminating `Body already used` failures.
|
||||
|
||||
- **#368 (Tackled)** - Claude thinking/signature handling now replaces foreign signatures with sentinels and tightens thinking-order classification to reduce false-positive recovery triggers.
|
||||
|
||||
### Changed
|
||||
|
||||
- **Debug Sink Split** - `debug` now controls file logging only, while `debug_tui` independently controls TUI panel logging.
|
||||
|
||||
- **Header Normalization** - `x-goog-user-project` is now stripped across Antigravity and Gemini CLI request styles.
|
||||
|
||||
- **Claude Prompt Auto-Caching (Optional)** - Added `claude_prompt_auto_caching` to inject `cache_control: { type: "ephemeral" }` when Claude prompt caching is desired and unset.
|
||||
|
||||
### Documentation
|
||||
|
||||
- Updated README, architecture/config/troubleshooting docs, and generated schema docs to reflect new debug sink semantics and config keys.
|
||||
|
||||
## [1.5.2] - 2026-02-18
|
||||
|
||||
### Changed
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "opencode-antigravity-auth",
|
||||
"version": "1.6.0-beta",
|
||||
"version": "1.6.0",
|
||||
"description": "Google Antigravity IDE OAuth auth plugin for Opencode - access Gemini 3 Pro and Claude 4.6 using Google credentials",
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user