settingsOpen = false} /> paletteOpen = false} /> drawerOpen = false} />
{#if runningCount > 0} {runningCount} running {/if} {#if idleCount > 0} {idleCount} idle {/if} {#if stalledCount > 0} {stalledCount} stalled {/if} {#if attentionItems.length > 0} {attentionItems.length} attention {/if} {activeGroup?.name} session {sessionDuration} tokens {fmtTokens(totalTokens)} cost {fmtCost(totalCost)} Ctrl+K
{#each debugLog as line}
{line}
{/each}