Interactive renderer for Piclaw's session-tree widget. Requires Piclaw >=1.8.0.
Open Settings → Add-Ons and install session-tree from the catalog, then reload Piclaw.
The add-on registers the session_tree widget kind through globalThis.__piclaw_registerWidgetKind. Piclaw's /tree command can then display an interactive tree instead of its text fallback.
The widget:
/agent/session-tree/tree <id> when a row is selectedIf the host does not expose the widget registry, the add-on logs a warning and Piclaw keeps the normal text response.
This package provides only the browser widget renderer. Piclaw core owns the /tree command and session-tree API.