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.2",
"packages/agent": "0.7.0",
"packages/agent": "0.7.1",
"packages/provider": "0.3.4"
}
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.7.1](https://github.com/coder/ai-sdk/compare/agent-v0.7.0...agent-v0.7.1) (2026-08-25)

Documentation updates covering attempt-scoped journaling, send write-ahead behavior, and client-tool text handling during crash recovery.

### Highlights

- Expanded crash-recovery documentation detailing attempt-scoped journaling, send write-ahead, and client-tool text cut behavior. ([#97](https://github.com/coder/ai-sdk/pull/97))

### Documentation

* **agent:** attempt-scoped journal, send write-ahead, and client-tool text cut in crash recovery ([#97](https://github.com/coder/ai-sdk/issues/97)) ([1cf3291](https://github.com/coder/ai-sdk/commit/1cf32915f4d49af1b1bcd35aa4a5539af28df93e))

## [0.7.0](https://github.com/coder/ai-sdk/compare/agent-v0.6.3...agent-v0.7.0) (2026-08-25)

Adds a monotonic reader id stamped onto ws:* transport events, giving consumers a reliable way to order and correlate WebSocket transport events.
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.7.0",
"version": "0.7.1",
"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