What's Changed
💥 Breaking Changes
- Make web search opt-in via --websearch flag on run command (#788) @ericcurtin
- Web search is now disabled by default and must be explicitly enabled with
--websearch. Previously it was enabled by default and could only be disabled viaDOCKER_MODEL_NO_WEBSEARCHenvironment variable.
- Web search is now disabled by default and must be explicitly enabled with
🐛 Bug Fixes
- Remove vLLM x86_64 NVIDIA platform warning from pull compat check (#794) @ericcurtin
- fix(e2e): send SIGINT on teardown to prevent orphan processes (#785) @doringeman
🔧 Maintenance
- ci(release): skip docs PR when CLI reference is unchanged (#786) @doringeman
- Raise Gemini code review threshold to CRITICAL (#789) @ericcurtin
Full Changelog: v1.1.27...v1.1.28