@danypops/pi-papyrus 0.54.2 → 0.55.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,10 +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
|
-
//
|
|
145
|
-
//
|
|
146
|
-
//
|
|
147
|
-
shell: { coreOperations: CORE_OPERATIONS
|
|
144
|
+
// tools_list/tools_man are a neutral, process-wide singleton now (vehicle-client-pi's own
|
|
145
|
+
// ensureVehicleShellHandle) -- no ownVehicleName/broker option needed here anymore; every
|
|
146
|
+
// vehicle in the process (including papyrus's own) is discovered and namespaced uniformly.
|
|
147
|
+
shell: { coreOperations: CORE_OPERATIONS },
|
|
148
148
|
// playbooks.invoke's own module handler, and tasks.focus/pause/unpause/clear_focus's
|
|
149
149
|
// own module handlers, authorize an internal Task Focus write via
|
|
150
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.55.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.54.2",
|
|
22
22
|
"@danypops/vehicle-client": "^0.7.0",
|
|
23
|
-
"@danypops/vehicle-client-pi": "^0.
|
|
23
|
+
"@danypops/vehicle-client-pi": "^0.40.1",
|
|
24
24
|
"@danypops/vehicle-core": "^0.12.3",
|
|
25
25
|
"@danypops/vehicle-server": "^0.18.1",
|
|
26
26
|
"beautiful-mermaid": "1.1.3",
|