Skip to content

Commit 9fbc1a1

Browse files
chore(agent): release 0.4.0 (#26)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 695a6ba commit 9fbc1a1

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"packages/sandbox": "0.2.0",
3-
"packages/agent": "0.3.0",
3+
"packages/agent": "0.4.0",
44
"packages/provider": "0.2.0"
55
}

packages/agent/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/coder/ai-sdk/compare/agent-v0.3.0...agent-v0.4.0) (2026-07-14)
4+
5+
Upgrades the agent package to AI SDK v7 stable. This is a breaking change that requires consumers to migrate to the v7 AI SDK APIs.
6+
7+
### Highlights
8+
9+
- All dependencies have been upgraded to AI SDK v7 stable, which is a breaking change requiring consumers to update accordingly. ([#21](https://github.com/coder/ai-sdk/pull/21))
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* upgrade all packages to AI SDK v7 stable ([#21](https://github.com/coder/ai-sdk/issues/21))
14+
15+
### Features
16+
17+
* upgrade all packages to AI SDK v7 stable ([#21](https://github.com/coder/ai-sdk/issues/21)) ([cba261c](https://github.com/coder/ai-sdk/commit/cba261c5e08225a54765cf998fe793a67745ca0c))
18+
319
## [0.3.0](https://github.com/coder/ai-sdk/compare/agent-v0.2.1...agent-v0.3.0) (2026-07-09)
420

521
This release improves streaming correctness and overall robustness of the agent, adds previously missing helper functions, and refines lifecycle handling. It also bounds recovery requests and hardens the structured-output example.

packages/agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coder/ai-sdk-agent",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "A Vercel AI SDK-compliant agent backed by Coder Agents, Coder's server-side agent runtime. `new CoderAgent()` returns a real AI SDK Agent (generate/stream).",
55
"keywords": [
66
"agent",

0 commit comments

Comments
 (0)