• v1.3.5 6d91bf4190

    v1.3.5 Stable

    kerem released this 2026-02-23 07:25:05 +03:00 | 21 commits to main since this release

    📅 Originally published on GitHub: Mon, 23 Feb 2026 12:49:56 GMT
    🏷️ Git tag created: Mon, 23 Feb 2026 04:25:05 GMT

    New Features

    • feat: add integration test infrastructure to improve release confidence
    • feat(cli): replace raw ANSI escapes with a stable Colorize trait for cleaner cross-terminal output
    • feat: embed base64 image data inline per API spec for image-capable responses

    Bug Fixes

    • fix: include upstream error code in API errors for easier client troubleshooting
    • fix: sanitize complex tool schemas to prevent invalid request payloads
    • fix: stream inline images consistently and gate image tools by model capability
    • fix: treat model capacity exhaustion as resource exhaustion for better retry behavior
    • fix: propagate upstream 401 and 403 responses without masking -- related to #84
    • fix: report full token usage in streaming responses -- related to #79
    • fix: correct Windows binary download path in setup flow

    Other

    • docs: update contributor and release workflow guidance
    • chore: improve release and cross-platform build reliability

    Binary Verification

    • Linux binaries target glibc 2.17 via cargo-zigbuild
    • Verification commands:
      • objdump -T dist/zerogravity-linux-x86_64 | grep -o 'GLIBC_[0-9]\+\.[0-9]\+' | sort -V | tail -1
      • objdump -T dist/zerogravity-linux-arm64 | grep -o 'GLIBC_[0-9]\+\.[0-9]\+' | sort -V | tail -1
    Downloads