You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public static readonly string[] AllowedReadOnlyTools =
[
ReadFileTool.ToolName,
GlobSearchTool.ToolName,
GrepSearchTool.ToolName,
WorkspaceSearchTool.ToolName,
SymbolSearchTool.ToolName,
ToolSearchTool.ToolName,
];
public static readonly ProviderToolDefinition Definition = new(
ToolName,
"Delegate up to 3 bounded read-only repository investigation tasks to subagents. Use this for parallel codebase research, not for edits or shell commands.",