@danypops/pi-papyrus 0.52.4 → 0.53.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.
|
@@ -141,7 +141,10 @@ export function registerNotesVehicle(pi: ExtensionAPI): Promise<RegisteredPiVehi
|
|
|
141
141
|
// renderResult takes priority over renderers' renderResult, and falls back to it for a
|
|
142
142
|
// partial/error result or a historical session row persisted before this seam existed).
|
|
143
143
|
presentations: papyrusVehiclePresentations,
|
|
144
|
-
|
|
144
|
+
// ownVehicleName must match daemon-state.ts's PAPYRUS_VEHICLE_NAME (the shared Vehicle
|
|
145
|
+
// Handle Directory entry Papyrus's own daemon writes on startup) -- see @danypops/papyrus's
|
|
146
|
+
// src/daemon/daemon.ts. activateForeignOperation is auto-supplied by registerVehicleTools.
|
|
147
|
+
shell: { coreOperations: CORE_OPERATIONS, broker: { ownVehicleName: "papyrus" } },
|
|
145
148
|
// playbooks.invoke's own module handler, and tasks.focus/pause/unpause/clear_focus's
|
|
146
149
|
// own module handlers, authorize an internal Task Focus write via
|
|
147
150
|
// sessionIdentity.assertAuthorized(session_id, session_secret) -- see
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@danypops/pi-papyrus",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.53.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"],
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"@danypops/jittor": "^0.14.0",
|
|
21
21
|
"@danypops/papyrus": "^0.52.0",
|
|
22
22
|
"@danypops/vehicle-client": "^0.7.0",
|
|
23
|
-
"@danypops/vehicle-client-pi": "^0.
|
|
23
|
+
"@danypops/vehicle-client-pi": "^0.31.2",
|
|
24
24
|
"@danypops/vehicle-core": "^0.12.3",
|
|
25
25
|
"@danypops/vehicle-server": "^0.18.1",
|
|
26
26
|
"beautiful-mermaid": "1.1.3",
|