Skip to content

Releases: coder/ai-sdk

sandbox: v0.2.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 13:29
30ce444

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: stream correctness, hardening, lifecycle, and missing helpers from the bug-report sweep (#19) (fb0f858)

agent: v0.3.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 13:45
8d2bdb1

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: bound recovery requests and harden the structured-output example (#17) (5577db9)

agent: v0.2.1

Choose a tag to compare

@github-actions github-actions released this 08 Jul 20:37
6c518da

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

  • agent: mark server tool calls dynamic so the tool loop continues past them (#15) (7d31dd8)

provider: v0.2.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 11:35
e3e1d30

0.2.0 (2026-06-24)

Adds agent cancellation and timeout support, typed errors, and lifecycle helpers to the provider package.

Highlights

  • Agents now support cancellation, timeouts, typed errors, and lifecycle helpers for more robust control over agent execution. (#13)

Features

  • agent: cancellation, timeouts, typed errors, and lifecycle helpers (#13) (08fa1dd)

agent: v0.2.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 11:41
0ddfedb

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

  • agent: add file uploads (chat attachments + workspace files) (#10) (cfc5dd9)
  • agent: cancellation, timeouts, typed errors, and lifecycle helpers (#13) (08fa1dd)

sandbox: v0.1.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 14:33
f8b29b2

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

Choose a tag to compare

@github-actions github-actions released this 18 Jun 14:29
04f0233

0.1.0 (2026-06-18)

Initial release of @coder/ai-sdk-provider, an AI SDK provider for the AI Gateway.

Highlights

  • Adds the @coder/ai-sdk-provider package for integrating with the AI Gateway. (#6)

Features

  • provider: add @coder/ai-sdk-provider for AI Gateway (f61f401)
  • provider: add @coder/ai-sdk-provider for AI Gateway (10c35b1)

agent: v0.1.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 14:30
3fbce6c

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)