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.4.0",
"packages/agent": "0.4.1",
"packages/agent": "0.4.2",
"packages/provider": "0.3.1"
}
12 changes: 12 additions & 0 deletions packages/agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.4.2](https://github.com/coder/ai-sdk/compare/agent-v0.4.1...agent-v0.4.2) (2026-08-20)

Token consumption reporting now accounts for the entire turn rather than only the last step's uncached slice, giving accurate usage metrics.

### Highlights

- Fixed token consumption reporting to reflect the whole turn instead of just the last step's uncached slice. ([#40](https://github.com/coder/ai-sdk/pull/40))

### Bug Fixes

* **agent:** report the whole turn's token consumption, not the last step's uncached slice ([#40](https://github.com/coder/ai-sdk/issues/40)) ([1edacd3](https://github.com/coder/ai-sdk/commit/1edacd3aab52e2a4893ce51c648441120bea4a9d))

## [0.4.1](https://github.com/coder/ai-sdk/compare/agent-v0.4.0...agent-v0.4.1) (2026-08-18)

A maintenance release with no documented user-facing changes. Refer to the structured changelog below for details.
Expand Down
2 changes: 1 addition & 1 deletion packages/agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coder/ai-sdk-agent",
"version": "0.4.1",
"version": "0.4.2",
"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).",
"keywords": [
"agent",
Expand Down