Releases: coder/ai-sdk
Release list
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)
provider: v0.1.0
agent: v0.1.0
0.1.0 (2026-06-18)
Initial release of the agent package, migrated into the coder/ai-sdk monorepo. Documentation has been cleaned up to remove internal naming and point at the new repository.
Highlights
- The @coder/ai-sdk-agent package has been migrated into the monorepo.
- User-facing docs no longer reference the internal 'chatd' name.
Documentation
- agent: drop the internal 'chatd' name from user-facing docs (917ca09)
- agent: point CI badge at the coder/ai-sdk monorepo (8b9cfaa)
Code Refactoring
- agent: migrate @coder/ai-sdk-agent into the monorepo (c376372)