summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Collapse)Author
2026-04-22h7: fix agent toggle rewrite and hotkey collisionsPaul Buetow
2026-04-22h7: add configurable agent filter hotkeyPaul Buetow
2026-04-07ui: add --ultra CLI flag to start in ultra modus (yw)Paul Buetow
Add --ultra boolean flag mirroring the --disco pattern. Add SetUltra() method to Model so the flag sets showUltra=true before the TUI starts, opening directly in ultra mode. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05Migrate UI stack to Bubble Tea v2Paul Buetow
2026-02-04add runtime debugging signals and convert to magev0.10.0Paul Buetow
- Add SIGUSR1 handler for goroutine stack dumps when app hangs - Add SIGUSR2 handler for full profiling (heap, cpu, block) - Add --debug-dir flag for configurable debug output location - Convert build system from go-task to mage - Update documentation with debugging workflow - Bump version to 0.10.0
2025-10-05add open for macosv0.9.3Paul Buetow
2025-06-24Add disco mode with flag and hotkeyPaul Bütow
2025-06-24Rename URL open hotkeyPaul Bütow
2025-06-22Update module path and docsPaul Bütow
2025-06-20Remove fireworks and reset default colorsPaul Bütow
2025-06-20Show fireworks on startupPaul Bütow
2025-06-20Show fireworks on exitPaul Bütow
2025-06-20Pass CLI args to task binaryPaul Bütow
2025-06-20Use alt screen and clear terminal before starting UIPaul Bütow
2025-06-20Add debug logging and fix edit for started tasksPaul Bütow
2025-06-20Add cell navigation, editor hotkey, stats and filterPaul Bütow
2025-06-20Fix ANSI color truncation by using ansi-aware tablePaul Bütow
2025-06-20Add task manipulation helpers and testsPaul Bütow
2025-06-20Add help screen and improve due date displayPaul Bütow
2025-06-19Add table-based UI and extend task fieldsPaul Bütow
2025-06-19Add Charm bubble tea UIPaul Bütow
2025-06-19Add boilerplate Go programPaul Bütow