diff --git a/.changeset/old-rice-fetch.md b/.changeset/old-rice-fetch.md deleted file mode 100644 index d0bc59a..0000000 --- a/.changeset/old-rice-fetch.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@shellular/protocol": minor -"shellular": minor ---- - -feat: add Oh My Pi ACP agent support diff --git a/.changeset/real-towns-vanish.md b/.changeset/real-towns-vanish.md deleted file mode 100644 index 9a7a661..0000000 --- a/.changeset/real-towns-vanish.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@shellular/protocol": patch -"shellular": patch ---- - -chore: update @agentclientprotocol/sdk to 1.4.0 diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 4913fba..9b569fb 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,18 @@ # shellular +## 0.1.0 + +### Minor Changes + +- d175255: feat: add Oh My Pi ACP agent support + +### Patch Changes + +- 77cdb7d: chore: update @agentclientprotocol/sdk to 1.4.0 +- Updated dependencies [d175255] +- Updated dependencies [77cdb7d] + - @shellular/protocol@0.1.0 + ## 0.0.56 ### Patch Changes diff --git a/cli/package.json b/cli/package.json index 716ab87..ddfe1a6 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "shellular", - "version": "0.0.56", + "version": "0.1.0", "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 96cf096..cd5c5fc 100644 --- a/protocol/CHANGELOG.md +++ b/protocol/CHANGELOG.md @@ -1,5 +1,15 @@ # @shellular/protocol +## 0.1.0 + +### Minor Changes + +- d175255: feat: add Oh My Pi ACP agent support + +### Patch Changes + +- 77cdb7d: chore: update @agentclientprotocol/sdk to 1.4.0 + ## 0.0.33 ### Patch Changes diff --git a/protocol/package.json b/protocol/package.json index 126e1c1..f439f27 100644 --- a/protocol/package.json +++ b/protocol/package.json @@ -1,6 +1,6 @@ { "name": "@shellular/protocol", - "version": "0.0.33", + "version": "0.1.0", "description": "Shellular wire protocol — shared Zod schemas and TypeScript types.", "type": "module", "main": "./dist/index.cjs",