Tool Permissions
{#if !externalMode}

Changes are applied when you send your next message.

{/if}
{#each toolPermissions as perm (perm.id)} {/each}
{#if !externalMode}

Warning: changing tool access will reset the AI's prompt cache for active conversations, which may increase usage costs.

{#if entries.length > 0}
Log ({entries.length})
{#each entries as entry (entry.id)}
{entry.action} {entry.permission} {entry.timestamp}

{entry.description}

{/each}
{/if} {/if}