trail-boss/tui
jedarden 3e4f77289f feat(tui): add HTTP client + daemon data models
- Add Go types matching daemon /queue response (QueueItem, QueueResponse)
- Add Go types for /status response (StatusResponse)
- Add HTTP client with configurable base URL (default http://127.0.0.1:4000)
- Add 1s timeout
- Add FetchQueue() ([]QueueItem, error)
- Add PostSkip() error
- Add PostNext() (string, error)
- Add GetPaneSessionMap() to parse pane_id→session_name map via tmux list-panes -a

Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-25 00:56:04 -04:00
..
client.go feat(tui): add HTTP client + daemon data models 2026-06-25 00:56:04 -04:00
model.go feat(tui): add Dracula lipgloss theme with auto-detection 2026-06-25 00:50:59 -04:00
theme.go feat(tui): add Dracula lipgloss theme with auto-detection 2026-06-25 00:50:59 -04:00