pub const TOOL_ALIASES: &[(&str, &str)];Expand description
Alias → canonical built-in tool name.
A blueprint’s available_tools may name a built-in by any alias listed here;
it resolves to the canonical tool that is advertised to the model and
executed. This is the single source of truth for aliases - names,
BuiltinTools::execute, and the daemon’s available_tools filtering all go
through canonical_tool_name, so adding a row here is all it takes to add
an alias everywhere. Add rows only for genuine synonyms of an existing tool.