Skip to content

Commit b7c2b2e

Browse files
Expand ai package changelog with transport capabilities
Co-authored-by: Eric Allam <eric@trigger.dev>
1 parent 7a3db86 commit b7c2b2e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/ai/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@
88
- Added `ai.tool(...)` and `ai.currentToolOptions()` helpers for AI SDK tool ergonomics.
99
- Added `TriggerChatTransport` / `createTriggerChatTransport(...)` for AI SDK `useChat()` integrations powered by Trigger.dev tasks and Realtime Streams v2.
1010
- Added rich default chat payload typing (`chatId`, `trigger`, `messageId`, `messages`, request context) and mapper hooks for custom payloads.
11+
- Added support for async payload mappers, async trigger option resolvers, and async `onTriggeredRun` callbacks.
12+
- Added support for tuple-style header input normalization and typing.
13+
- Added reconnect lifecycle handling that cleans run state after completion/error and gracefully returns `null` when reconnect cannot be resumed.

0 commit comments

Comments
 (0)