feat(agent): add provider options passthrough, tool call records, and completion validation retries
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-05-07 - 3.1.0 - feat(agent)
|
||||
add provider options passthrough, tool call records, and completion validation retries
|
||||
|
||||
- forward provider-specific options to the underlying streamText call
|
||||
- return structured tool call records with inputs, outputs, and errors in agent results
|
||||
- support validateCompletion with reprompting and configurable validation retry limits
|
||||
- export ProviderOptions and tool call record types for consumers
|
||||
- update tests and documentation for the new agent run options and result fields
|
||||
|
||||
## 2026-04-30 - 3.0.3 - fix(build)
|
||||
tighten TypeScript configuration and update dependencies for zod v4 compatibility
|
||||
|
||||
|
||||
Reference in New Issue
Block a user