Skip to content

Commit e3e1d30

Browse files
chore(provider): release 0.2.0 (#14)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 08fa1dd commit e3e1d30

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"packages/sandbox": "0.1.0",
33
"packages/agent": "0.1.0",
4-
"packages/provider": "0.1.0"
4+
"packages/provider": "0.2.0"
55
}

packages/provider/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/coder/ai-sdk/compare/provider-v0.1.0...provider-v0.2.0) (2026-06-24)
4+
5+
Adds agent cancellation and timeout support, typed errors, and lifecycle helpers to the provider package.
6+
7+
### Highlights
8+
9+
- Agents now support cancellation, timeouts, typed errors, and lifecycle helpers for more robust control over agent execution. ([#13](https://github.com/coder/ai-sdk/pull/13))
10+
11+
### Features
12+
13+
* **agent:** cancellation, timeouts, typed errors, and lifecycle helpers ([#13](https://github.com/coder/ai-sdk/issues/13)) ([08fa1dd](https://github.com/coder/ai-sdk/commit/08fa1ddacdd38934ec103a6d4bef2523255a81f4))
14+
315
## [0.1.0](https://github.com/coder/ai-sdk/compare/provider-v0.1.0...provider-v0.1.0) (2026-06-18)
416

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

packages/provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coder/ai-sdk-provider",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"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.",
55
"keywords": [
66
"ai",

0 commit comments

Comments
 (0)