Commit Graph

6980 Commits

Author SHA1 Message Date
Cursor Agent dc01fab1c1 Note phase-aware onError reporting in ai changelog
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 00:54:08 +00:00
Cursor Agent 8f5c16a7c5 Report send-phase errors through onError callback
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 00:53:16 +00:00
Cursor Agent 6f4b9f0424 Document onError callback payload fields
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 00:48:13 +00:00
Cursor Agent 4cf0b970a2 Add type coverage for onError option wiring
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 00:46:37 +00:00
Cursor Agent 677debcff0 Export header normalization helper for advanced integrations
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 00:45:34 +00:00
Cursor Agent d870c19075 Add type coverage for custom run store options
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 00:43:58 +00:00
Cursor Agent a4bab4cac6 Add type-level coverage for onError callback payload
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 00:42:57 +00:00
Cursor Agent 6ead0d0cec Cover reconnect and tracking phases in onError callback tests
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 00:41:36 +00:00
Cursor Agent f235e1d9a6 Update ai changelog with latest transport enhancements
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 00:38:56 +00:00
Cursor Agent 1f49bc218b Add optional onError callback for non-fatal transport issues
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 00:37:22 +00:00
Cursor Agent 5efba1394d Cleanup inactive reconnect state entries on access
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 00:34:25 +00:00
Cursor Agent 227290b3da Pass immutable run-state snapshot to onTriggeredRun
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 00:32:29 +00:00
Cursor Agent 5d492d6c9a Document exported transport option helper types in streams docs
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 00:30:36 +00:00
Cursor Agent e69a1d2550 Add sdk patch changeset for ai package guidance
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 00:29:00 +00:00
Cursor Agent 6843732f79 Document exported request option helper aliases
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 00:27:39 +00:00
Cursor Agent bc9e06c674 Strengthen async run store interaction assertions
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 00:27:06 +00:00
Cursor Agent c0fa99506a Test preview branch and timeout header propagation
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 00:26:17 +00:00
Cursor Agent f9dcafa809 Export explicit send/reconnect option helper types
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 00:23:58 +00:00
Cursor Agent b7c2b2ed2a Expand ai package changelog with transport capabilities
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 00:20:30 +00:00
Cursor Agent 7a3db86242 Assert onTriggeredRun receives initial run state snapshot
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 00:18:57 +00:00
Cursor Agent 5d24c69c4f Document supported header input formats for transport
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 00:15:09 +00:00
Cursor Agent 19909ea8be Allow tuple header inputs in transport send options
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 00:14:15 +00:00
Cursor Agent dc48c614f2 Add factory payload inference type-level coverage
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 00:11:43 +00:00
Cursor Agent 302df5e7ae Normalize tuple-style headers in transport request mapping
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 00:10:43 +00:00
Cursor Agent 3766c7319a Recommend @trigger.dev/ai in trigger-sdk README
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 00:08:56 +00:00
Cursor Agent bff60e11e4 Clarify reconnect lifecycle behavior in transport docs
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 00:07:45 +00:00
Cursor Agent bc1a10c28e Ignore onTriggeredRun callback failures during streaming
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 00:06:51 +00:00
Cursor Agent e8222f76b9 Document onTriggeredRun callback option in streams guide
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 00:05:32 +00:00
Cursor Agent 3f1d98fd88 Support async onTriggeredRun callbacks in chat transport
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 00:05:00 +00:00
Cursor Agent df877ee1f5 Cover mapper and trigger option resolver failure paths
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-15 00:02:12 +00:00
Cursor Agent d79c5866f9 Cover static trigger options path in chat transport
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-14 23:58:19 +00:00
Cursor Agent 63e98c2af9 Add sdk parity test against @trigger.dev/ai helper
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-14 23:56:24 +00:00
Cursor Agent 889194ad94 Cover typed stream definition ids in transport tests
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-14 23:54:03 +00:00
Cursor Agent 7d17be7406 Document advanced chat transport mapping and run store options
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-14 23:52:29 +00:00
Cursor Agent ffb91a1a4b Support async payload and trigger option resolvers
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-14 23:51:13 +00:00
Cursor Agent 390e53cdf6 Document custom payload mapping and run store options
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-14 23:49:08 +00:00
Cursor Agent 9974f22c7c Guard reconnect against fetch setup failures
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-14 23:47:57 +00:00
Cursor Agent 70d297cd7b Test stream key URL encoding in chat transport
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-14 23:45:44 +00:00
Cursor Agent d02edc3a4c Deprecate sdk ai import path in favor of @trigger.dev/ai
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-14 23:44:49 +00:00
Cursor Agent b53b61b96b Add package README for @trigger.dev/ai usage
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-14 23:43:23 +00:00
Cursor Agent 5d5a757235 Test default stream fallback path in chat transport
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-14 23:42:05 +00:00
Cursor Agent cc2be18789 Cover async run store implementations in chat transport tests
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-14 23:40:36 +00:00
Cursor Agent d706534ad8 Test reconnect null behavior after completed streams
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-14 23:38:47 +00:00
Cursor Agent b51156664d Cleanup run-store entries when chat streams finish
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-14 23:37:19 +00:00
Cursor Agent cf1b5c7ffe Add compile-time DX tests for chat transport types
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-14 23:35:34 +00:00
Cursor Agent 58b43ecf34 Track exact SSE event IDs for chat reconnect
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-14 23:33:55 +00:00
Cursor Agent b30a66b745 Add factory constructor coverage for chat transport
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-14 23:32:20 +00:00
Cursor Agent 60f2a32d03 Add custom mapper and trigger options transport test
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-14 23:30:53 +00:00
Cursor Agent babf007c10 Add changelog for new @trigger.dev/ai package
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-14 23:29:07 +00:00
Cursor Agent 7c0476cc1c Use function declaration style in ai.tool execute callback
Co-authored-by: Eric Allam <eric@trigger.dev>
2026-02-14 23:25:33 +00:00