Skip to content

Commit 58a8f2e

Browse files
committed
docs(ai-chat): add 4.5.0-rc.0 release entry to changelog
First release candidate cut of v4.5. Everything covered by the 0.0.0-chat-prerelease-* entries below now ships under a stable semver tag.
1 parent a8df7eb commit 58a8f2e

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

docs/ai-chat/changelog.mdx

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,37 @@ sidebarTitle: "Changelog"
44
description: "Pre-release updates for AI chat agents."
55
---
66

7+
<Update label="May 21, 2026" description="4.5.0-rc.0" tags={["SDK", "Release"]}>
8+
9+
## v4.5.0-rc.0 — AI Agents graduate from chat-prerelease
10+
11+
First release candidate of v4.5. Everything covered by the `0.0.0-chat-prerelease-*` entries below now ships under a stable semver tag. Install:
12+
13+
```bash
14+
pnpm add @trigger.dev/sdk@rc
15+
```
16+
17+
(Or pin `4.5.0-rc.0` explicitly.)
18+
19+
### What's in the box
20+
21+
- **`chat.agent`** — multi-turn AI chat backends as durable Trigger.dev tasks. Lifecycle hooks, recovery from cancel/crash/OOM, version upgrades, all in. See [Overview](/ai-chat/overview) and [Quick Start](/ai-chat/quick-start).
22+
- **Sessions** — the durable bi-directional stream primitive that backs `chat.agent`. Use it directly for any pattern that needs durable bi-directional streaming across runs. See [Sessions](/ai-chat/sessions).
23+
- **`useTriggerChatTransport`** — a custom AI SDK `ChatTransport` for `useChat`. No API routes. See [Frontend](/ai-chat/frontend).
24+
- **Head Start** — opt-in route handler that runs the first `streamText` step in your warm server while the agent boots in parallel. Cuts cold-start TTFC roughly in half. See [Fast starts](/ai-chat/fast-starts#head-start).
25+
- **AI Prompts** — code-defined, deploy-versioned templates with dashboard overrides for text + model. Integrates with `chat.agent` via `chat.prompt.set()` + `chat.toStreamTextOptions()`. See [Prompts](/ai/prompts).
26+
- **`ai.toolExecute`** — wire any Trigger subtask in as the `execute` of an AI SDK `tool()`. See [Sub-agents](/ai-chat/patterns/sub-agents).
27+
28+
### Compatibility
29+
30+
`@trigger.dev/sdk@4.5.0-rc.0` requires `ai` `^5.0.0 || ^6.0.0` (Vercel AI SDK), React `^18.0 || ^19.0` (for the `chat/react` subpath), and Node.js `>=18.20.0`. Full matrix on the [API Reference](/ai-chat/reference#compatibility).
31+
32+
### Docs
33+
34+
This release ships with a refreshed AI Agents documentation set covering [Backend](/ai-chat/backend), [Frontend](/ai-chat/frontend), [Sessions](/ai-chat/sessions), [Lifecycle hooks](/ai-chat/lifecycle-hooks), [`chat.local`](/ai-chat/chat-local), the [Patterns](/ai-chat/patterns/sub-agents) library, [Testing](/ai-chat/testing), and a full [API Reference](/ai-chat/reference).
35+
36+
</Update>
37+
738
<Update label="May 19, 2026" description="0.0.0-chat-prerelease-20260520150857" tags={["SDK"]}>
839

940
## Recovery boot — context-preserving continuation after cancel / crash / OOM

0 commit comments

Comments
 (0)