mirror of
https://github.com/NikkeTryHard/zerogravity.git
synced 2026-04-25 07:05:58 +03:00
-
v1.3.9 Stable
released this
2026-02-24 13:22:30 +03:00 | 16 commits to main since this release📅 Originally published on GitHub: Fri, 27 Feb 2026 02:18:15 GMT
🏷️ Git tag created: Tue, 24 Feb 2026 10:22:30 GMTNew Features
- feat: add native Gemini v1beta model endpoints --
GET /v1beta/modelsandGET /v1beta/models/{model}return Gemini-compatible model metadata for zero-translation clients (PR #152 by @sd5986) - feat: add Windows Docker support, HTTP proxy passthrough, and
/v1/accounts/status--docker-compose.windows.ymlfor Docker Desktop, corporate proxy env passthrough, per-account quota visibility, and Windows rebuild/self-update path fixes (PR #137 by @YchampionOP) - feat: return multimodal function response parts as sibling objects -- images and artifacts are now sibling parts instead of nested within the function response (PR #154 by @sd5986)
- feat: add
zg fingerprintcommand and identity override env templates -- extracts device fingerprint, prints IDE version guidance, andzg docker-initnow generates OS/IDE version/device fingerprint override placeholders in compose/.env (PR #171) - feat: add live streaming chunk counter for
zg replay-- shows real-time SSE chunk count and inherits stderr to prevent deadlock in streaming mode (PR #158)
Bug Fixes
- fix: enforce recursive array schema invariants -- prevents 400/INVALID_ARGUMENT on nested array tool schemas with idempotency regressions (Issue #76 by @NoneWhite1)
- fix: bind tool-result replay to
call_idpayloads -- resolves "no captured functionCall history" errors in OpenCode tool-result turns (Issue #77 by @LevinFaber) - fix: retain image follow-up prompt and fail closed on missing context -- deferred image generation no longer stalls behind suppressed completion, and follow-up requests no longer forward unresolved payloads (Issue #78 by @szansonhuang)
- fix: add env overrides for identity metadata --
ZEROGRAVITY_OS,ZEROGRAVITY_IDE_VERSION,ZEROGRAVITY_DEVICE_FINGERPRINTallow cross-environment identity alignment (Issue #166 by @endsock) - fix: normalize timeout error handling -- consistent error surfaces with trace-hinted messaging, replaces masking of SSE serialization failures with explicit-failure behavior (Issue #157 by @rmffo)
- fix: correct misleading startup log messages -- account source and count now reported accurately at startup (PR #161 by @NaNomicon)
- fix: dedupe split function call chunks in streaming -- merges chunks by name to prevent duplicate tool_use emissions (PR #160)
- fix: map Anthropic computer-use beta tool types --
bash,text_editor,computer_usetool types now translate correctly (PR #159) - fix: preserve
constconstraints asenumin schema conversion -- prevents schema validation from stripping intended constraints (PR #155 by @hamb3r) - fix: handle Windows self-update 'Access Denied' -- renames running binary before overwrite to avoid OS file lock (PR #153 by @ThiagoAlmeidaDev)
- fix: fall back to
HTTPS_PROXYwhen Windows DLL injection fails -- routes traffic via proxy env vars instead of aborting (PR #136 by @YchampionOP) - fix: pipe replay payload via stdin -- avoids OS argv length limits on large payloads (PR #146 by @hamb3r)
Other
- docs: document multi-account env var format and clarify docker-compose env var instructions -- shows single and multi-account ZEROGRAVITY_ACCOUNTS forms with comma-separated rotation, prevents duplicate YAML key confusion (PR #156 by @NaNomicon)
Binary Verification
- glibc -- requires GLIBC_2.17 (compatible with CentOS 7+ / Debian 8+ / Ubuntu 14.04+). Build host:
ldd (Ubuntu GLIBC 2.42-0ubuntu3.1) 2.42
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
dns_redirect-linux-arm64.so
0 downloads ·
2026-02-27 14:58:50 +03:00 · 2.4 MiB -
dns_redirect-linux-x86_64.so
0 downloads ·
2026-02-27 14:58:50 +03:00 · 2.3 MiB -
zerogravity-linux-arm64
0 downloads ·
2026-02-27 14:58:51 +03:00 · 8.8 MiB -
zerogravity-linux-x86_64
0 downloads ·
2026-02-27 14:58:52 +03:00 · 10 MiB -
zg-linux-arm64
0 downloads ·
2026-02-27 14:58:52 +03:00 · 804 KiB -
zg-linux-x86_64
0 downloads ·
2026-02-27 14:58:53 +03:00 · 913 KiB -
zg-macos-arm64
0 downloads ·
2026-02-27 14:58:53 +03:00 · 705 KiB -
zg-macos-x86_64
0 downloads ·
2026-02-27 14:58:53 +03:00 · 778 KiB -
zg-windows-x86_64.exe
0 downloads ·
2026-02-27 14:58:54 +03:00 · 822 KiB
- feat: add native Gemini v1beta model endpoints --