Skip to content

zavora-cli v1.1.4

Latest

Choose a tag to compare

@jkmaina jkmaina released this 22 Feb 07:42
· 32 commits to main since this release

Highlights

  • Hardened release quality gates: fmt, clippy -D warnings, full test suite, eval quality gate, and security checks now pass on main.
  • Search sub-agent behavior is now explicitly provider-scoped to Gemini and covered by regression tests.
  • Improved search capability messaging with clear provider/model hinting when unavailable.
  • Fixed clippy-blocking issues in runner/tool/time modules for cleaner production builds.
  • Removed syntect dependency from confirmation rendering to eliminate transitive unmaintained advisories (bincode, yaml-rust) and keep cargo audit --deny warnings green.

Validation

  • make release-check passed.
  • Unit test suite passed (164 passed, 0 failed).
  • Security checks passed (cargo audit --deny warnings + secret scanning).

Full Changelog: v1.1.1...v1.1.4