{#if attachmentWarning}
{attachmentWarning}
{/if}
{#if agentStatus === "running"} {:else if agentStatus === "error"} {:else} {/if} {#if usage.percent !== null} {:else} {/if} {#if hasUsage} {fmtCompact(usage.current)}{#if usage.max !== null} / {fmtCompact(usage.max)}{/if} {#if usage.percent !== null} · {usage.percent.toFixed(1)}% {/if} {:else} — tokens {/if}