asyncAgentAllowedTools top-level constant
Tools allowed for async agents.
Implementation
const Set<String> asyncAgentAllowedTools = {
fileReadToolName,
webSearchToolName,
todoWriteToolName,
grepToolName,
webFetchToolName,
globToolName,
bashToolName,
fileEditToolName,
fileWriteToolName,
notebookEditToolName,
skillToolName,
syntheticOutputToolName,
toolSearchToolName,
enterWorktreeToolName,
exitWorktreeToolName,
};