Skip to content

Commit 01892d0

Browse files
committed
fix: correct invalid Gemini CLI tool names in agents and docs
Replace `search_files` with `search_file_content` and `replace_in_file` with `replace` across all agent frontmatter and documentation. These were not valid Gemini CLI built-in tool names and caused agent loading failures at startup (validation error: `tools.N: Invalid tool name`). The terminology tables in docs/ that mapped Claude Code tools to Gemini CLI equivalents were the source of the incorrect names, which had propagated into 18 agent files. Fixes #34
1 parent a3b6eab commit 01892d0

44 files changed

Lines changed: 51 additions & 51 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions

agents/architect.md

Lines changed: 1 addition & 1 deletion

agents/chief-of-staff.md

Lines changed: 1 addition & 1 deletion

agents/code-architect.md

Lines changed: 1 addition & 1 deletion

agents/code-explorer.md

Lines changed: 1 addition & 1 deletion

agents/code-reviewer.md

Lines changed: 1 addition & 1 deletion

agents/code-simplifier.md

Lines changed: 1 addition & 1 deletion

agents/comment-analyzer.md

Lines changed: 1 addition & 1 deletion

agents/conversation-analyzer.md

Lines changed: 1 addition & 1 deletion

agents/cpp-build-resolver.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)