canvas_get
Retrieve a compact Mermaid diagram of the current session's tool calls and state transitions. See task structure at a glance without re-reading full outputs.
Instructions
Get the Mermaid task canvas for the current session. The canvas is a symbolic graph of tool calls and state transitions — it replaces verbose tool logs in your context with a compact Mermaid diagram. Use this to see the task structure without re-reading full tool outputs. Requires REMEM_OFFLOAD_ENABLED=true and pipeline=mermaid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format. 'mermaid' returns the Mermaid graph text. 'json' returns structured nodes/edges. | mermaid |
| session_key | No | The session key. Defaults to hash(cwd). Use this to get the canvas from a different session. |