diff options
Diffstat (limited to 'packages/core/src/agents')
| -rw-r--r-- | packages/core/src/agents/loader.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/core/src/agents/loader.ts b/packages/core/src/agents/loader.ts index 333716e..f4a6c5a 100644 --- a/packages/core/src/agents/loader.ts +++ b/packages/core/src/agents/loader.ts @@ -108,8 +108,8 @@ export function expandAgentToolNames(tools: string[]): string[] { default: // Pass through tool names that aren't permission-group // aliases (summon, retrieve, web_search, youtube_transcribe, - // todo, and the granular file tools themselves if a user - // hand-wrote them in a TOML). + // send_to_tab, read_tab, todo, and the granular file tools + // themselves if a user hand-wrote them in a TOML). expanded.add(t); } } |
