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
6 changes: 0 additions & 6 deletions .changeset/gentle-windows-strive.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/spotty-snails-spend.md

This file was deleted.

10 changes: 10 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
7 changes: 7 additions & 0 deletions protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion protocol/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading