{name} {cwd} {#if worktreeBranch} WT · {worktreeBranch} {/if} {provider} {#if profile} {profile} {/if} {#if contextPct > 50} = 75} class:ctx-danger={contextPct >= 90} title="Context window {contextPct}% used" >{contextPct}% {/if} {#if burnRate > 0} ${burnRate.toFixed(2)}/hr {/if} {#if !cloneOf && onClone} {/if}
{#if showCloneDialog} {/if}
{#each ALL_TABS as tab} {/each}
Input tokens {agentInputTokens.toLocaleString()}
Output tokens {agentOutputTokens.toLocaleString()}
Context {computedContextPct}%
Model {agentModel}
Turns {getTurnCount()}
= 75} class:meter-danger={computedContextPct >= 90} >
{#if getFileRefs().length > 0}
{#each getFileRefs() as ref}
{ref}
{/each}
{/if}
{#each getDisplayMessages().slice(-10) as msg}
{msg.role} {msg.content.slice(0, 60)}{msg.content.length > 60 ? '...' : ''}
{/each}