Commit b013517
feat(draw): add collaborative Excalidraw plugin with real-time collab
Add `crab draw` command as a new plugin that launches an Excalidraw canvas
with real-time collaboration via Socket.IO and tunnel sharing (cloudflared/ngrok/bore).
Features:
- Start/reopen/list/delete drawing sessions saved to .crab/draw/
- Real-time multi-user collaboration with cursor sync
- Tunnel support for sharing sessions with remote teammates
- Session prefix matching with interactive disambiguation prompt
- Autosave every 30s, final save on Ctrl-C
- Drawing artifacts commit to git for team sharing
Bump version to 0.11.0.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 412d7d3 commit b013517
29 files changed
Lines changed: 7142 additions & 3 deletions
File tree
- plugins/draw
- bin
- src
- commands
- server
- storage
- ui
- src
- collab
- src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments