Skip to content

Commit 6c518da

Browse files
chore(agent): release 0.2.1 (#16)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7d31dd8 commit 6c518da

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",
3-
"packages/agent": "0.2.0",
3+
"packages/agent": "0.2.1",
44
"packages/provider": "0.2.0"
55
}

packages/agent/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.1](https://github.com/coder/ai-sdk/compare/agent-v0.2.0...agent-v0.2.1) (2026-07-08)
4+
5+
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.
6+
7+
### Highlights
8+
9+
- Server tool calls are now marked as dynamic so the agent's tool loop continues past them instead of halting. ([#15](https://github.com/coder/ai-sdk/pull/15))
10+
11+
### Bug Fixes
12+
13+
* **agent:** mark server tool calls dynamic so the tool loop continues past them ([#15](https://github.com/coder/ai-sdk/issues/15)) ([7d31dd8](https://github.com/coder/ai-sdk/commit/7d31dd879bc4e2efd2bef01323b8e7b350e327bc))
14+
315
## [0.2.0](https://github.com/coder/ai-sdk/compare/agent-v0.1.0...agent-v0.2.0) (2026-06-24)
416

517
Adds cancellation, timeouts, typed errors, and lifecycle helpers for more robust agent control. Also introduces file upload support for chat attachments and workspace files.

packages/agent/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-agent",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A Vercel AI SDK-compliant agent backed by Coder Agents, Coder's server-side agent runtime. `new CoderAgent()` returns a real AI SDK Agent (generate/stream).",
55
"keywords": [
66
"agent",

0 commit comments

Comments
 (0)