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 numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
{
"packages/sandbox": "0.4.11",
"packages/agent": "0.9.11",
"packages/provider": "0.4.7"
"packages/provider": "0.4.8"
}
4 changes: 4 additions & 0 deletions packages/provider/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.4.8](https://github.com/coder/ai-sdk/compare/provider-v0.4.7...provider-v0.4.8) (2026-09-03)

A maintenance release with internal changes and no documented user-facing updates.

## [0.4.7](https://github.com/coder/ai-sdk/compare/provider-v0.4.6...provider-v0.4.7) (2026-09-02)

A maintenance release with internal changes and no documented user-facing updates.
Expand Down
2 changes: 1 addition & 1 deletion packages/provider/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@coder/ai-sdk-provider",
"version": "0.4.7",
"version": "0.4.8",
"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