{ kind = value; }} type="single" value={kind} > {kind === "all" ? "any kind" : kind} {#each KINDS as option (option)} {/each} { statusFilter = value; }} type="single" value={statusFilter} > {statusFilter === "all" ? "any status" : statusFilter} {#each STATUSES as option (option)} {/each}
{#if gateway.live.state === "failed"}
gateway.start()} />
{:else if !gateway.loaded}
{:else if rows.length === 0}
{:else} {/if}
New conversation It opens in the home window of its kind (a vault file, a Telegram topic) and stays silent until someone speaks.
{ form.kind = value; form.agent = ""; }} type="single" value={form.kind} > {form.kind} {#each ["deep", "branch", "master", "job"] as option (option)} {/each}
{ form.agent = value === "default" ? "" : value; }} type="single" value={form.agent || "default"} > {form.agent || "frontend default"} {#each agentsForKind as agent (agent.name)} {/each}