mirror of
https://github.com/NikkeTryHard/zerogravity.git
synced 2026-04-25 07:05:58 +03:00
-
v1.3.4 Stable
released this
2026-02-23 04:34:25 +03:00 | 22 commits to main since this release📅 Originally published on GitHub: Mon, 23 Feb 2026 04:23:37 GMT
🏷️ Git tag created: Mon, 23 Feb 2026 01:34:25 GMTNew Features
- feat: persistent model aliases — map custom model names to any built-in model. Three ways to configure:
zg alias set gpt-4o gemini-3-flash,aliases.jsonfile, orZEROGRAVITY_MODEL_ALIASESenv var.zg docker-initnow generates bothaccounts.jsonandaliases.json. Closes #53 - feat:
gemini-3-pro-imagemodel — image generation via thegenerate_imagetool. Send a request withmodel: gemini-3-pro-imageand the response will include the tool call for your client to handle - feat: trace ID in error messages — when Google returns an error, the trace ID is now included in the error message for easier debugging and bug reports
Bug Fixes
- fix: smarter account parking — parking is now per-model instead of per-account. If one model hits quota, other models on the same account remain available. Related: #42
- fix: project ID resolution — robust 3-layer approach eliminates
INVALID_ARGUMENTerrors caused by empty project fields, especially for imported accounts - fix: tool schema compatibility —
x-*OpenAI extension keys (e.g.x-google-*from Claude Code) are now stripped from function declarations. Nested schema constructs (additionalProperties,anyOf) are auto-healed recursively. Fixes #47, #52 - fix: smoke tests with API key — smoke tests now work correctly when
ZEROGRAVITY_API_KEYis set
Other
- docs: model aliases documented —
zg.md,api.md,docker.md, and README updated with alias configuration - docs: platform-specific
accounts.jsonpaths — Linux, macOS, Windows paths now documented - chore: dependency updates
Binary Verification
- ELF 64-bit LSB pie executable, x86-64, dynamically linked, stripped
- glibc: built on 2.42, requires >= 2.31 at runtime
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
dns_redirect-linux-arm64.so
0 downloads ·
2026-02-27 14:58:19 +03:00 · 2.4 MiB -
dns_redirect-linux-x86_64.so
0 downloads ·
2026-02-27 14:58:20 +03:00 · 2.3 MiB -
zerogravity-linux-arm64
0 downloads ·
2026-02-27 14:58:21 +03:00 · 8.6 MiB -
zerogravity-linux-x86_64
0 downloads ·
2026-02-27 14:58:21 +03:00 · 10 MiB -
zg-linux-arm64
0 downloads ·
2026-02-27 14:58:22 +03:00 · 753 KiB -
zg-linux-x86_64
0 downloads ·
2026-02-27 14:58:22 +03:00 · 850 KiB -
zg-macos-arm64
0 downloads ·
2026-02-27 14:58:22 +03:00 · 672 KiB -
zg-macos-x86_64
0 downloads ·
2026-02-27 14:58:23 +03:00 · 729 KiB -
zg-windows-x86_64.exe
0 downloads ·
2026-02-27 14:58:23 +03:00 · 770 KiB
- feat: persistent model aliases — map custom model names to any built-in model. Three ways to configure: