export
Export the current thinking chain as markdown or JSON for sharing reasoning with humans or other systems. Optionally export a single branch.
Instructions
Export the current session's thinking chain as formatted text. Read-only. Markdown format produces a human-readable document with section headers per thought, branch headings, and tags as inline markers — suitable for handoffs or documentation. JSON format produces machine-parseable output including all thoughts, branches, tags, and metadata. Optionally export a single branch by providing branchId. Default format is markdown. Use when sharing reasoning with humans or other systems.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format (default: markdown) | |
| branchId | No | Export only a specific branch |