v1.0.7 (2025-09-15)
What's Changed
- Added MCP metadata and annotations to
ToolDefinition.metadata
for use in filtering by @ChuckJonas in #2880 - When starting run with message history ending in
ModelRequest
, make its content available inRunContext.prompt
by @DouweM in #2891 - Let
FunctionToolset
take default values forstrict
,sequential
,requires_approval
,metadata
by @DouweM in #2909 - Don't require
mcp
orlogfire
to use Temporal or DBOS by @DouweM in #2908 - Combine consecutive AG-UI user and assistant messages into the same model request/response by @DouweM in #2912
- Fix
new_messages()
whendeferred_tool_results
is used withmessage_history
ending inToolReturnPart
s by @DouweM in #2913
Full Changelog: v1.0.6...v1.0.7