Synopsis
Description
Manage canvas documents - rich content rendered by the AI agent. Canvas types include code blocks, diagrams, tables, and structured documents.Subcommands
| Subcommand | Alias | Description |
|---|---|---|
list | ls | List canvas documents |
show <id> | Show canvas document content | |
render <type> <content> | Render content as a canvas type | |
clear [id] | Clear canvas document(s) |
Flags
| Flag | Type | Description |
|---|---|---|
--title <title> | string | Canvas title (render) |
--yes | boolean | Skip confirmation (clear) |
--json | boolean | Output as JSON |