mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-23 18:55:37 -04:00
8a2440d640
Add three new canvas kinds for visual reasoning in WezTerm: - diagram: flowcharts, architecture diagrams with box/diamond/oval nodes - graph: nodes and edges with colors and weights (knowledge graphs) - mindmap: hierarchical tree view for thinking/planning Canvas features: - ASCII art rendering with ANSI colors - Works alongside nvim/LSP in WezTerm panes - 67% width ratio (Claude:Canvas = 1:2) - Reusable pane management Updated tools with new kinds and config documentation. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>