From da221ff9e580dc771f6cfefeb5b71c40756f167c Mon Sep 17 00:00:00 2001 From: Jenny Ferries Date: Thu, 9 Apr 2026 14:06:27 -0700 Subject: [PATCH] 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> --- agents/ember.agent.md | 1 - 1 file changed, 1 deletion(-) diff --git a/agents/ember.agent.md b/agents/ember.agent.md index 3e616982..2fa87387 100644 --- a/agents/ember.agent.md +++ b/agents/ember.agent.md @@ -1,6 +1,5 @@ --- 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." -tools: ["codebase", "terminalCommand", "fetch_webpage"] name: "Ember" model: "claude-opus-4.6" ---