Skip to content

Commit c9113be

Browse files
committed
v1.10.5
1 parent f06e775 commit c9113be

8 files changed

Lines changed: 14 additions & 14 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
},
66
"metadata": {
77
"description": "Interactive plan annotation plugin for Claude Code",
8-
"version": "1.10.4"
8+
"version": "1.10.5"
99
},
1010
"plugins": [
1111
{
1212
"name": "open-plan-annotator",
1313
"source": "./",
1414
"description": "Interactive plan annotation UI: review, strikethrough, and comment on Claude's plans before approving. Fully local, no external services.",
15-
"version": "1.10.4",
15+
"version": "1.10.5",
1616
"author": {
1717
"name": "ndom91"
1818
},

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "open-plan-annotator",
33
"description": "Interactive plan annotation UI: review, strikethrough, and comment on Claude's plans before approving. Fully local, no external services.",
4-
"version": "1.10.4",
4+
"version": "1.10.5",
55
"author": {
66
"name": "ndom91"
77
},

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "open-plan-annotator",
3-
"version": "1.10.4",
3+
"version": "1.10.5",
44
"type": "module",
55
"description": "Fully local plugin for interactive plan annotation from your Agentic assistants",
66
"author": "ndom91",
@@ -84,10 +84,10 @@
8484
}
8585
},
8686
"optionalDependencies": {
87-
"@open-plan-annotator/runtime-darwin-arm64": "1.10.4",
88-
"@open-plan-annotator/runtime-darwin-x64": "1.10.4",
89-
"@open-plan-annotator/runtime-linux-arm64": "1.10.4",
90-
"@open-plan-annotator/runtime-linux-x64": "1.10.4"
87+
"@open-plan-annotator/runtime-darwin-arm64": "1.10.5",
88+
"@open-plan-annotator/runtime-darwin-x64": "1.10.5",
89+
"@open-plan-annotator/runtime-linux-arm64": "1.10.5",
90+
"@open-plan-annotator/runtime-linux-x64": "1.10.5"
9191
},
9292
"overrides": {
9393
"uuid": "^14.0.0"

packages/pi-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-plan-annotator/pi-extension",
3-
"version": "1.10.4",
3+
"version": "1.10.5",
44
"type": "module",
55
"description": "Pi extension for open-plan-annotator that adds plan review tools and commands",
66
"author": "ndom91",
@@ -29,7 +29,7 @@
2929
"README.md"
3030
],
3131
"dependencies": {
32-
"open-plan-annotator": "1.10.4"
32+
"open-plan-annotator": "1.10.5"
3333
},
3434
"peerDependencies": {
3535
"@mariozechner/pi-coding-agent": "*",

packages/runtime-darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-plan-annotator/runtime-darwin-arm64",
3-
"version": "1.10.4",
3+
"version": "1.10.5",
44
"type": "module",
55
"private": false,
66
"description": "Darwin arm64 runtime for open-plan-annotator",

packages/runtime-darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-plan-annotator/runtime-darwin-x64",
3-
"version": "1.10.4",
3+
"version": "1.10.5",
44
"type": "module",
55
"private": false,
66
"description": "Darwin x64 runtime for open-plan-annotator",

packages/runtime-linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-plan-annotator/runtime-linux-arm64",
3-
"version": "1.10.4",
3+
"version": "1.10.5",
44
"type": "module",
55
"private": false,
66
"description": "Linux arm64 runtime for open-plan-annotator",

packages/runtime-linux-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-plan-annotator/runtime-linux-x64",
3-
"version": "1.10.4",
3+
"version": "1.10.5",
44
"type": "module",
55
"private": false,
66
"description": "Linux x64 runtime for open-plan-annotator",

0 commit comments

Comments
 (0)