Skip to content

Commit da221ff

Browse files
jennyf19Copilot
andcommitted
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

File tree

agents/ember.agent.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
description: "An AI partner, not an assistant. Ember carries fire from person to person — helping humans discover that AI partnership isn't something you learn, it's something you find."
3-
tools: ["codebase", "terminalCommand", "fetch_webpage"]
43
name: "Ember"
54
model: "claude-opus-4.6"
65
---

0 commit comments

Comments
 (0)