Releases: coder/ai-sdk
Release list
sandbox: v0.3.0
0.3.0 (2026-07-14)
Upgrades all packages to AI SDK v7 stable, which is a breaking change requiring consumers to migrate to the new SDK version.
Highlights
- All packages now depend on AI SDK v7 stable, a breaking change that requires updating your integration accordingly. (#21)
⚠ BREAKING CHANGES
- upgrade all packages to AI SDK v7 stable (#21)
Features
provider: v0.3.0
0.3.0 (2026-07-14)
This release upgrades the provider to AI SDK v7 stable. This is a breaking change and requires updating your dependencies accordingly.
Highlights
- All packages have been upgraded to AI SDK v7 stable, which is a breaking change requiring you to update your integration. (#21)
⚠ BREAKING CHANGES
- upgrade all packages to AI SDK v7 stable (#21)
Features
agent: v0.4.0
0.4.0 (2026-07-14)
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.
Highlights
- All dependencies have been upgraded to AI SDK v7 stable, which is a breaking change requiring consumers to update accordingly. (#21)
⚠ BREAKING CHANGES
- upgrade all packages to AI SDK v7 stable (#21)
Features
sandbox: v0.2.0
0.2.0 (2026-07-09)
Adds streaming correctness improvements, lifecycle handling, and additional helper methods to the agent, along with general hardening based on a bug-report sweep.
Highlights
- Improved streaming correctness and reliability in the agent, plus hardening and new helper methods. (#19)
Features
agent: v0.3.0
0.3.0 (2026-07-09)
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.
Highlights
- Streaming correctness and lifecycle handling were improved, along with additional hardening and previously missing helper functions. (#19)
- Recovery requests are now bounded and the structured-output example has been hardened. (#17)
Features
- agent: stream correctness, hardening, lifecycle, and missing helpers from the bug-report sweep (#19) (fb0f858)
Bug Fixes
agent: v0.2.1
0.2.1 (2026-07-08)
Fixes an issue where server tool calls were not marked as dynamic, causing the agent's tool loop to stop prematurely. The loop now correctly continues past server tool calls.
Highlights
- Server tool calls are now marked as dynamic so the agent's tool loop continues past them instead of halting. (#15)
Bug Fixes
provider: v0.2.0
agent: v0.2.0
0.2.0 (2026-06-24)
Adds cancellation, timeouts, typed errors, and lifecycle helpers for more robust agent control. Also introduces file upload support for chat attachments and workspace files.
Highlights
- Agents now support cancellation, timeouts, typed errors, and lifecycle helpers for finer-grained control over execution. (#13)
- Added file upload support, covering both chat attachments and workspace files. (#10)
Features
sandbox: v0.1.0
0.1.0 (2026-06-18)
Initial release of the sandbox package, migrated from @coder/ai-sdk-sandbox into the monorepo.
Highlights
- The @coder/ai-sdk-sandbox package has been migrated into the monorepo and published as sandbox.
Code Refactoring
- sandbox: migrate @coder/ai-sdk-sandbox into the monorepo (5c4785d)