diff options
Diffstat (limited to 'packages/frontend/src/lib/components')
| -rw-r--r-- | packages/frontend/src/lib/components/ToolPermissions.svelte | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/frontend/src/lib/components/ToolPermissions.svelte b/packages/frontend/src/lib/components/ToolPermissions.svelte index 7fdaad3..d64eaf9 100644 --- a/packages/frontend/src/lib/components/ToolPermissions.svelte +++ b/packages/frontend/src/lib/components/ToolPermissions.svelte @@ -23,6 +23,11 @@ const toolPermissions: ToolPermission[] = [ description: "Allow the AI to spawn child agents to work on tasks", }, { + id: "user_agent", + label: "Spawn user agents", + description: "Allow the AI to open new independent top-level tabs", + }, + { id: "web_search", label: "Web search", description: "Allow the AI to search the web via Firecrawl", |
