Skip to content

assistant-stream@0.3.22

Choose a tag to compare

@github-actions github-actions released this 13 Jun 22:12
· 178 commits to main since this release
Immutable release. Only release title and notes can be modified.
d5cd948

Patch Changes

  • #4379 94cc028 - feat: per-tool-call timing and stall detection. ToolCallMessagePart gains a timing field ({ startedAt, completedAt? } in epoch ms), auto-populated by the assistant-stream accumulator at part start and result, and accepted on ThreadMessageLike for external-store hosts. New useToolCallElapsed() hook returns the call's elapsed milliseconds, ticking once per second while running; unstable_useMessageStallDetection({ thresholdMs }) reports mid-run output stalls by watching a message content fingerprint. The kit ToolFallback trigger renders the duration when timing is present. (@okisdev)