claude-canvas.yaml 855 B

123456789101112131415161718192021222324252627282930
  1. # Warp Launch Configuration for Claude Canvas
  2. #
  3. # Installation:
  4. # Windows: Copy to %APPDATA%\warp\Warp\data\launch_configurations\
  5. # macOS: Copy to ~/.warp/launch_configurations/
  6. # Linux: Copy to ~/.warp/launch_configurations/
  7. #
  8. # Usage:
  9. # 1. Open Warp Command Palette (Cmd+P / Ctrl+Shift+P)
  10. # 2. Search "Claude Canvas"
  11. # 3. Select to open split layout
  12. #
  13. # Or trigger via URI:
  14. # warp://launch/claude-canvas
  15. #
  16. ---
  17. name: Claude Canvas
  18. windows:
  19. - active_tab_index: 0
  20. tabs:
  21. - title: Claude Canvas
  22. color: Blue
  23. layout:
  24. split_direction: vertical
  25. panes:
  26. # Left pane: Your main terminal (Claude Code runs here)
  27. - is_focused: true
  28. # Right pane: Canvas TUI watching for content
  29. - commands:
  30. - exec: "npx @claude-mods/canvas-tui --watch"