{#if showTitle}

{info.title || `${info.kind} ${shortId(info.id)}`}

{/if} {#if queued > 0} +{queued} {/if} {#if connection} {connection} {/if}
{#if info.context_tokens} {/if}
{#each VIEWS as item (item.value)} {/each}
{#if detailsOpen}
agent
{info.agent}
opened via
{info.origin}
{#if info.parent}
parent
{#if href} {shortId(info.parent)} {:else} {/if}
{/if}
id
{info.id}
session
{info.session_id ?? "none yet"} {info.live ? " · process alive" : ""}
{#if Object.keys(info.flags).length > 0}
flags
{Object.entries(info.flags) .map(([k, v]) => `${k}=${JSON.stringify(v)}`) .join(" ")}
{/if}
windows
{#if info.queue.length > 0}
queue
{/if}
{/if}