{#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 totalConflicts > 0} ⚠ {totalConflicts} conflict{totalConflicts > 1 ? 's' : ''} {/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}
{#each attentionQueue as item (item.projectId)} {/each}
{/if}