diff --git a/.changeset/fair-forks-cheer.md b/.changeset/fair-forks-cheer.md deleted file mode 100644 index 0c8a9ee04..000000000 --- a/.changeset/fair-forks-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spencer-kit/coder-studio": patch ---- - -Fix Windows runtime verification by preserving supervisor plan step status literals during evaluation payload parsing so the bundled server package builds cleanly in CI. diff --git a/.changeset/sharp-bottles-yawn.md b/.changeset/sharp-bottles-yawn.md deleted file mode 100644 index cff39cb10..000000000 --- a/.changeset/sharp-bottles-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spencer-kit/coder-studio": patch ---- - -Fix supervisor creation rollback when target files fail, and keep manual trigger disabled while an earlier supervisor cycle is still in flight. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 6893b6c4b..fa5f17670 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.3.8 + +### Patch Changes + +- [#37](https://github.com/spencerkit/coder-studio/pull/37) [`e27cd04`](https://github.com/spencerkit/coder-studio/commit/e27cd048832ff72d337512329695d6914ad38f37) Thanks [@pallyoung](https://github.com/pallyoung)! - Fix Windows runtime verification by preserving supervisor plan step status literals during evaluation payload parsing so the bundled server package builds cleanly in CI. + +- [#37](https://github.com/spencerkit/coder-studio/pull/37) [`2ed1034`](https://github.com/spencerkit/coder-studio/commit/2ed10341e1af65290545731525f7fe7e6435dac7) Thanks [@pallyoung](https://github.com/pallyoung)! - Fix supervisor creation rollback when target files fail, and keep manual trigger disabled while an earlier supervisor cycle is still in flight. + ## 0.3.7 ### Why this patch matters diff --git a/packages/cli/package.json b/packages/cli/package.json index 9a34d54dc..099caf1f1 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@spencer-kit/coder-studio", - "version": "0.3.7", + "version": "0.3.8", "type": "module", "description": "Deploy once, code everywhere. Browser-based AI coding workspace for Claude Code and Codex.", "main": "./src/index.ts",