ai@7.0.0-canary.167
Pre-release
Pre-release
·
4 commits
to main
since this release
Patch Changes
-
4757690: feat(ai): rename onObjectStepFinish to onObjectStepEnd
-
eeefc3f: fix(ai): enforce
timeout.stepMsfor the whole step instreamTextPreviously
streamText's step timer was cleared synchronously right after the step's stream was registered, before the stream produced anything, sostepMsnever aborted a step that stalled before emitting content. The step timer now survives until the step's stream finishes or aborts, matchinggenerateText.chunkMs/totalMsand normal step-finish cleanup are unchanged. -
b79b6a8: fix(ai): add approval guard for denied tool outputs
-
Updated dependencies [6b4d325]
- @ai-sdk/gateway@4.0.0-canary.101