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.23",
"packages/sandbox": "0.4.24",
"packages/agent": "0.11.7",
"packages/provider": "0.4.20"
}
14 changes: 14 additions & 0 deletions packages/sandbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.4.24](https://github.com/coder/ai-sdk/compare/sandbox-v0.4.23...sandbox-v0.4.24) (2026-09-24)

Documentation-only update that reworks the package READMEs for clarity, moves lengthy guides into a dedicated docs/ directory, and corrects several inaccuracies. No functional or API changes.

### Highlights

- The READMEs were rewritten for readability, with long guides split out into a separate docs/ directory. ([#234](https://github.com/coder/ai-sdk/pull/234))
- Several documentation inaccuracies were corrected during the README rewrite. ([#235](https://github.com/coder/ai-sdk/pull/235))

### Documentation

* fix inaccuracies found during the README rewrite ([#235](https://github.com/coder/ai-sdk/issues/235)) ([f91e7d0](https://github.com/coder/ai-sdk/commit/f91e7d0bc4ec82927ffc01d23b8a3762fe47a306))
* rewrite READMEs for readability and split long guides into docs/ ([#234](https://github.com/coder/ai-sdk/issues/234)) ([1c5079b](https://github.com/coder/ai-sdk/commit/1c5079b103c1719ea49dc1dc07ecc2ad527b163d))

## [0.4.23](https://github.com/coder/ai-sdk/compare/sandbox-v0.4.22...sandbox-v0.4.23) (2026-09-23)

A maintenance release for the sandbox package with no user-facing changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/sandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coder/ai-sdk-sandbox",
"version": "0.4.23",
"version": "0.4.24",
"description": "Coder workspace sandbox provider for the Vercel AI SDK v7 HarnessAgent",
"keywords": [
"ai-sdk",
Expand Down
Loading