Highlights
- Hardened release quality gates:
fmt,clippy -D warnings, full test suite, eval quality gate, and security checks now pass onmain. - 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
syntectdependency from confirmation rendering to eliminate transitive unmaintained advisories (bincode,yaml-rust) and keepcargo audit --deny warningsgreen.
Validation
make release-checkpassed.- 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