From 9b4f660de51a4ae14c193912103277f1c84ca12c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 22:25:09 +0000 Subject: [PATCH] chore: update versions --- .changeset/gentle-windows-strive.md | 6 ------ .changeset/spotty-snails-spend.md | 6 ------ cli/CHANGELOG.md | 10 ++++++++++ cli/package.json | 2 +- protocol/CHANGELOG.md | 7 +++++++ protocol/package.json | 2 +- 6 files changed, 19 insertions(+), 14 deletions(-) delete mode 100644 .changeset/gentle-windows-strive.md delete mode 100644 .changeset/spotty-snails-spend.md diff --git a/.changeset/gentle-windows-strive.md b/.changeset/gentle-windows-strive.md deleted file mode 100644 index 7876889..0000000 --- a/.changeset/gentle-windows-strive.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@shellular/protocol": patch -"shellular": patch ---- - -feat(agents): prompt queueing diff --git a/.changeset/spotty-snails-spend.md b/.changeset/spotty-snails-spend.md deleted file mode 100644 index d4d314a..0000000 --- a/.changeset/spotty-snails-spend.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@shellular/protocol": patch -"shellular": patch ---- - -fix(agents): handle externally owned sessions and defer Codex resume until prompting diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 755115b..f8821b0 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,15 @@ # shellular +## 0.0.53 + +### Patch Changes + +- ed046de: feat(agents): prompt queueing +- f43e35a: fix(agents): handle externally owned sessions and defer Codex resume until prompting +- Updated dependencies [ed046de] +- Updated dependencies [f43e35a] + - @shellular/protocol@0.0.32 + ## 0.0.52 ### Patch Changes diff --git a/cli/package.json b/cli/package.json index 11617a0..9984d14 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "shellular", - "version": "0.0.52", + "version": "0.0.53", "description": "Shellular CLI — host your dev environment for remote access from your phone.", "main": "dist/main.js", "scripts": { diff --git a/protocol/CHANGELOG.md b/protocol/CHANGELOG.md index 12fefe7..0e09eb6 100644 --- a/protocol/CHANGELOG.md +++ b/protocol/CHANGELOG.md @@ -1,5 +1,12 @@ # @shellular/protocol +## 0.0.32 + +### Patch Changes + +- ed046de: feat(agents): prompt queueing +- f43e35a: fix(agents): handle externally owned sessions and defer Codex resume until prompting + ## 0.0.31 ### Patch Changes diff --git a/protocol/package.json b/protocol/package.json index 3613dbe..9ad62e8 100644 --- a/protocol/package.json +++ b/protocol/package.json @@ -1,6 +1,6 @@ { "name": "@shellular/protocol", - "version": "0.0.31", + "version": "0.0.32", "description": "Shellular wire protocol — shared Zod schemas and TypeScript types.", "type": "module", "main": "./dist/index.cjs",