mirror of
https://github.com/NikkeTryHard/zerogravity.git
synced 2026-04-25 07:05:58 +03:00
-
v1.3.8-alpha.1 Pre-release
released this
2026-02-24 13:22:30 +03:00 | 16 commits to main since this release📅 Originally published on GitHub: Wed, 25 Feb 2026 05:06:48 GMT
🏷️ Git tag created: Tue, 24 Feb 2026 10:22:30 GMTNew Features
- feat: persist
/v1/usagecounters across restarts with periodic and shutdown snapshot flushing -- keeps usage analytics stable between daemon restarts by @NikkeTryHard - feat: preserve Anthropic message
cache_controlhints end-to-end -- keeps prompt caching intent intact through translation and request forwarding paths by @NikkeTryHard
Bug Fixes
- fix: fail fast on mismatched tool-result IDs or names in replay flows -- prevents malformed tool-result payloads from entering ambiguous upstream states (Issue #65 by @Kindling-project)
- fix: make tool-call cache eviction deterministic with FIFO behavior -- reduces nondeterministic mismatch failures in long-running sessions (Issue #65 by @Kindling-project)
- fix: forward
cache_controlhints from all supported block shapes -- avoids silently dropping prompt-caching directives by @NikkeTryHard - fix: improve direct image follow-up failure signaling so terminal errors are surfaced reliably -- avoids warn-only failure exits (Issue #65 by @Kindling-project)
- fix: enforce minimum idle-window timeout floor for
/v1/messagesstreaming -- prevents premature stream disconnects on low timeout settings (Issue #66 by @ZhcChen) - fix: preserve usage counters across restarts with safer snapshot replacement behavior -- prevents reset-to-zero surprises after process restarts by @NikkeTryHard
Other
- chore: standardize user-facing upstream error hints across sync and streaming paths for clearer troubleshooting (Issue #63 by @hungthai1401)
- docs: align public docs with current endpoint behavior and runtime configuration guidance by @NikkeTryHard
- docs: reported in Issue #65 by @Kindling-project, Issue #63 by @hungthai1401, and Issue #66 by @ZhcChen
Binary Verification
- glibc --
ldd (Ubuntu GLIBC 2.42-0ubuntu3.1) 2.42
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
zerogravity-linux-x86_64
0 downloads ·
2026-02-27 14:58:43 +03:00 · 10 MiB -
zg-linux-x86_64
0 downloads ·
2026-02-27 14:58:43 +03:00 · 897 KiB
- feat: persist