Files
gastown/internal
furiosa 647a573e7c
CI / Check for .beads changes (push) Has been skipped
CI / Check embedded formulas (push) Failing after 28s
CI / Test (push) Failing after 2m3s
CI / Lint (push) Failing after 25s
CI / Integration Tests (push) Failing after 40s
CI / Coverage Report (push) Has been skipped
Windows CI / Windows Build and Unit Tests (push) Has been cancelled
fix(statusline): limit max rigs displayed to prevent overflow
When many rigs are registered, the tmux statusline would truncate or
overflow. This adds a configurable maximum (default 5) with an overflow
indicator showing how many rigs are hidden (e.g., "+3").

Running rigs are prioritized (shown first) due to existing sort order.

Configure via GT_MAX_RIGS_DISPLAY env var:
- Default: 5 rigs shown
- Set to 0 for unlimited
- Set to any positive number for custom limit

Fixes: h-4wtnc

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 13:12:20 -08:00
..