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
26 changes: 26 additions & 0 deletions .caplets.lock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": 1,
"entries": [
{
"id": "github",
"destination": "github",
"kind": "directory",
"source": {
"type": "local",
"path": "/tmp/caplets-cli-remote-install-explicit-project-0UFEXG/project/.caplets/repo/caplets/github",
"portability": "non_portable"
},
"installedHash": "sha256:73c123669a3f22f683156dc2746d8b21442078be5e7463686506ae9057381cd6",
"installedAt": "2026-06-26T19:27:24.767Z",
"updatedAt": "2026-06-26T19:27:24.809Z",
"risk": {
"backendFamilies": ["mcp"],
"safety": "local_control",
"projectBindingRequired": false,
"mutating": false,
"destructive": false,
"bodyHash": "sha256:73c123669a3f22f683156dc2746d8b21442078be5e7463686506ae9057381cd6"
}
}
]
}
6 changes: 0 additions & 6 deletions .changeset/prebuilt-caplets-lockfile-update.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# caplets

## 0.24.0

### Minor Changes

- 931f18e: Add lockfile-aware Caplet install, restore, and update workflows, including `caplets update`, JSON lifecycle output, remote-global catalog mutations, derived update risk checks, and new public catalog entries for browser, desktop, observability, and Google Workspace integrations.

### Patch Changes

- Updated dependencies [931f18e]
- @caplets/core@0.30.0

## 0.23.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "caplets",
"version": "0.23.3",
"version": "0.24.0",
"description": "Progressive disclosure gateway CLI for MCP servers and native Caplets adapters.",
"keywords": [
"caplets",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @caplets/core

## 0.30.0

### Minor Changes

- 931f18e: Add lockfile-aware Caplet install, restore, and update workflows, including `caplets update`, JSON lifecycle output, remote-global catalog mutations, derived update risk checks, and new public catalog entries for browser, desktop, observability, and Google Workspace integrations.

## 0.29.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@caplets/core",
"version": "0.29.3",
"version": "0.30.0",
"description": "Core runtime library for Caplets Code Mode and progressive disclosure gateways.",
"keywords": [
"caplets",
Expand Down
7 changes: 7 additions & 0 deletions packages/opencode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @caplets/opencode

## 0.8.6

### Patch Changes

- Updated dependencies [931f18e]
- @caplets/core@0.30.0

## 0.8.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/opencode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@caplets/opencode",
"version": "0.8.5",
"version": "0.8.6",
"description": "Native OpenCode plugin for Caplets.",
"homepage": "https://github.com/spiritledsoftware/caplets#readme",
"bugs": {
Expand Down
7 changes: 7 additions & 0 deletions packages/pi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @caplets/pi

## 0.9.6

### Patch Changes

- Updated dependencies [931f18e]
- @caplets/core@0.30.0

## 0.9.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@caplets/pi",
"version": "0.9.5",
"version": "0.9.6",
"description": "Native Pi extension for Caplets.",
"homepage": "https://github.com/spiritledsoftware/caplets#readme",
"bugs": {
Expand Down