Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 806 Bytes

File metadata and controls

21 lines (17 loc) · 806 Bytes

Claude Wall — Roadmap

High Value

  • Status indicators per tile (idle / working / waiting for permission)
  • Auto-detect new/removed Claude instances without page reload
  • Notification when a Claude instance needs attention (permission prompt, error)

UX

  • Drag to reorder/resize tiles
  • Tile minimize/maximize
  • Search/filter tiles by session or directory
  • Keyboard shortcuts (Ctrl+1-9 to focus tiles, Ctrl+Tab to cycle)
  • Sound/browser notification when a tile's Claude finishes a task

Performance

  • Central capture hub — single goroutine for all pane captures
  • Binary WebSocket messages instead of JSON (less overhead)
  • Delta updates (status-only messages when content unchanged)

Features

  • Persist layout preferences in localStorage