Commit da221ff
fix: remove invalid tool aliases from Ember agent
The tools field used non-standard names (codebase, terminalCommand,
fetch_webpage) that are not recognized as valid tool aliases. Per the
custom agents configuration docs, unrecognized tool names are silently
ignored, which effectively gave Ember zero tools.
Removing the tools field entirely enables all available tools by default,
which is the correct behavior for a general-purpose AI partner agent.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 017f31f commit da221ff
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
0 commit comments