@danypops/pi-papyrus 0.51.0 → 0.52.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/extension/src/index.ts +2 -0
- package/package.json +2 -2
package/extension/src/index.ts
CHANGED
|
@@ -824,6 +824,8 @@ export default async function (pi: ExtensionAPI) {
|
|
|
824
824
|
}),
|
|
825
825
|
callService<Record<string, unknown>, Array<Pick<Artifact, "title" | "extra">>>("playbooks.list", {
|
|
826
826
|
status: "active",
|
|
827
|
+
project_root: ctx.cwd,
|
|
828
|
+
applicable: true,
|
|
827
829
|
limit: PLAYBOOK_BRIDGE_MAX_PLAYBOOKS,
|
|
828
830
|
}),
|
|
829
831
|
callService<Record<string, unknown>, string | null>("tasks.context", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@danypops/pi-papyrus",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.52.0",
|
|
4
4
|
"description": "Pi host extension for Papyrus: native tools, TUI panels, and context injection over the daemon-backed graph store",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": ["pi-package"],
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@danypops/jittor": "^0.14.0",
|
|
21
|
-
"@danypops/papyrus": "^0.
|
|
21
|
+
"@danypops/papyrus": "^0.51.0",
|
|
22
22
|
"@danypops/vehicle-client": "^0.7.0",
|
|
23
23
|
"@danypops/vehicle-client-pi": "^0.24.1",
|
|
24
24
|
"@danypops/vehicle-core": "^0.12.3",
|