Session Config

{#if isNonDefault} {/if}

Override Level

{#each overrideLevels as level (level.value)} {/each}

Disabled Tools

{#each toolTypes as tool (tool.value)} {/each}

Granted Permissions

{ if (e.key === 'Enter') addPermission(); }} placeholder="agent_type:tool" class="flex-1 rounded-lg border border-gray-300 px-2 py-1.5 text-xs focus:border-blue-500 focus:outline-none" />
{#if config.grantedPermissions.length > 0}
{#each config.grantedPermissions as perm (perm)}
{perm}
{/each}
{/if}