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/old-rice-fetch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/real-towns-vanish.md

This file was deleted.

13 changes: 13 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.56",
"version": "0.1.0",
"description": "Shellular CLI — host your dev environment for remote access from your phone.",
"main": "dist/main.js",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.33",
"version": "0.1.0",
"description": "Shellular wire protocol — shared Zod schemas and TypeScript types.",
"type": "module",
"main": "./dist/index.cjs",
Expand Down