{#if activeGroup}
{activeGroup.name}
{/if}
{projectCount} projects
{#if health.running > 0}
{health.running} running
{/if}
{#if health.idle > 0}
{health.idle} idle
{/if}
{#if health.stalled > 0}
{health.stalled} stalled
{/if}
{#if attentionQueue.length > 0}
{/if}
{#if health.totalBurnRatePerHour > 0}
{formatRate(health.totalBurnRatePerHour)}
{/if}
{#if totalTokens > 0}
{totalTokens.toLocaleString()} tok
{/if}
{#if totalCost > 0}
${totalCost.toFixed(4)}
{/if}
BTerminal v3
{#if showAttention && attentionQueue.length > 0}