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",