Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/sandbox": "0.3.0",
"packages/agent": "0.4.0",
"packages/provider": "0.2.0"
"packages/provider": "0.3.0"
}
16 changes: 16 additions & 0 deletions packages/provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.3.0](https://github.com/coder/ai-sdk/compare/provider-v0.2.0...provider-v0.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](https://github.com/coder/ai-sdk/pull/21))

### ⚠ BREAKING CHANGES

* upgrade all packages to AI SDK v7 stable ([#21](https://github.com/coder/ai-sdk/issues/21))

### Features

* 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))

## [0.2.0](https://github.com/coder/ai-sdk/compare/provider-v0.1.0...provider-v0.2.0) (2026-06-24)

Adds agent cancellation and timeout support, typed errors, and lifecycle helpers to the provider package.
Expand Down
2 changes: 1 addition & 1 deletion packages/provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coder/ai-sdk-provider",
"version": "0.2.0",
"version": "0.3.0",
"description": "Vercel AI SDK provider for Coder AI Gateway. Point the AI SDK at your Coder deployment with a Coder API token and use any model your deployment proxies — across AI Gateway's OpenAI- and Anthropic-compatible surfaces.",
"keywords": [
"ai",
Expand Down