diff --git a/src/lib/components/ConfigSidebar.svelte b/src/lib/components/ConfigSidebar.svelte index ba78318..bb09d8c 100644 --- a/src/lib/components/ConfigSidebar.svelte +++ b/src/lib/components/ConfigSidebar.svelte @@ -89,9 +89,7 @@ } function importFromSession() { - config.auto_granted_tools = [ - ...new Set([...config.auto_granted_tools, ...grantedTools]), - ]; + config.auto_granted_tools = [...new Set([...config.auto_granted_tools, ...grantedTools])]; } @@ -123,7 +121,12 @@ aria-label="Close settings" > - + @@ -175,12 +178,27 @@ > {#if showApiKey} - + {:else} - - + + {/if} @@ -189,7 +207,9 @@
- +