diff --git a/apps/pi-extension/package.json b/apps/pi-extension/package.json index c344396da..7548a7fee 100644 --- a/apps/pi-extension/package.json +++ b/apps/pi-extension/package.json @@ -14,9 +14,17 @@ "bugs": { "url": "https://github.com/backnotprop/plannotator/issues" }, - "keywords": ["pi-package", "plannotator", "plan-review", "ai-agent", "coding-agent"], + "keywords": [ + "pi-package", + "plannotator", + "plan-review", + "ai-agent", + "coding-agent" + ], "pi": { - "extensions": ["./"] + "extensions": [ + "./" + ] }, "files": [ "index.ts", @@ -44,16 +52,16 @@ "@plannotator/webtui": "0.1.0", "chokidar": "^5.0.0", "parse5": "^7.3.0", - "turndown": "^7.2.4" + "turndown": "^7.2.4", + "@earendil-works/pi-agent-core": ">=0.74.0", + "@earendil-works/pi-ai": ">=0.74.0", + "@earendil-works/pi-tui": ">=0.74.0" }, "peerDependencies": { "@earendil-works/pi-coding-agent": ">=0.74.0" }, "devDependencies": { "glimpseui": "^0.8.0", - "@earendil-works/pi-coding-agent": ">=0.74.0", - "@earendil-works/pi-agent-core": ">=0.74.0", - "@earendil-works/pi-ai": ">=0.74.0", - "@earendil-works/pi-tui": ">=0.74.0" + "@earendil-works/pi-coding-agent": ">=0.74.0" } } diff --git a/bun.lock b/bun.lock index 2fc429f20..6e611522e 100644 --- a/bun.lock +++ b/bun.lock @@ -63,7 +63,7 @@ }, "apps/opencode-plugin": { "name": "@plannotator/opencode", - "version": "0.21.2", + "version": "0.21.3", "dependencies": { "@opencode-ai/plugin": "^1.1.10", }, @@ -85,8 +85,11 @@ }, "apps/pi-extension": { "name": "@plannotator/pi-extension", - "version": "0.21.2", + "version": "0.21.3", "dependencies": { + "@earendil-works/pi-agent-core": ">=0.74.0", + "@earendil-works/pi-ai": ">=0.74.0", + "@earendil-works/pi-tui": ">=0.74.0", "@joplin/turndown-plugin-gfm": "^1.0.64", "@pierre/diffs": "1.2.8", "@plannotator/webtui": "0.1.0", @@ -95,10 +98,7 @@ "turndown": "^7.2.4", }, "devDependencies": { - "@earendil-works/pi-agent-core": ">=0.74.0", - "@earendil-works/pi-ai": ">=0.74.0", "@earendil-works/pi-coding-agent": ">=0.74.0", - "@earendil-works/pi-tui": ">=0.74.0", "glimpseui": "^0.8.0", }, "peerDependencies": { @@ -147,7 +147,7 @@ }, "apps/vscode-extension": { "name": "plannotator-webview", - "version": "0.16.5", + "version": "0.16.7", "devDependencies": { "@types/bun": "latest", "@types/vscode": "^1.85.0", @@ -214,7 +214,7 @@ }, "packages/server": { "name": "@plannotator/server", - "version": "0.21.2", + "version": "0.21.3", "dependencies": { "@pierre/diffs": "1.2.8", "@plannotator/ai": "workspace:*",