What's Changed
🚀 Features
- Allow
to_cli()to passmodelfor unset-model agents by @hramezani in #6384 - Bump bundled chat UI to
2.0.0and targetsdk_version=7inAgent.to_web()by @dsfaccini in #6296
🐛 Bug Fixes
- fix: validate Tool max_retries and timeout parameters by @isheng-eqi in #6375
- fix: validate ToolOutput max_retries by @isheng-eqi in #6377
- fix: validate Agent tool_timeout by @isheng-eqi in #6383
- fix: validate max_queued in ConcurrencyLimit and ConcurrencyLimiter by @isheng-eqi in #6373
- Fix
JsonSchemaTransformerto recurse intoallOfcomposition by @pydanty[bot] in #6394 - Fix empty and thinking-only responses reusing earlier text as the run output by @DouweM in #6403
New Contributors
- @isheng-eqi made their first contribution in #6375
Full Changelog: v2.7.0...v2.8.0