Skip to content

fix: show running and waiting counts separately in status line#590

Merged
FL4TLiN3 merged 2 commits intomainfrom
fix/status-line-running-waiting-counts
Feb 20, 2026
Merged

fix: show running and waiting counts separately in status line#590
FL4TLiN3 merged 2 commits intomainfrom
fix/status-line-running-waiting-counts

Conversation

@FL4TLiN3
Copy link
Contributor

Summary

  • Split getInProgressCount into getStatusCounts returning { running, waiting } separately
  • Status line now shows 1 running · 3 waiting instead of misleading 4 in progress experts
  • waiting count is hidden when 0

Test plan

  • Updated getStatusCounts test to verify { running: 1, waiting: 1 } for mixed states
  • typecheck passes
  • All 1133 tests pass
  • Build succeeds

🤖 Generated with Claude Code

FL4TLiN3 and others added 2 commits February 20, 2026 02:27
Previously, suspending experts (waiting for delegates) were counted
as "in progress" alongside running experts, making the status line
misleading. Now displays "1 running · 3 waiting" instead of
"4 in progress experts".

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@FL4TLiN3 FL4TLiN3 merged commit 4b1d3ff into main Feb 20, 2026
11 checks passed
@FL4TLiN3 FL4TLiN3 deleted the fix/status-line-running-waiting-counts branch February 20, 2026 02:29
@FL4TLiN3 FL4TLiN3 mentioned this pull request Feb 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant