fix: replace VS Code Copilot tool names with valid Claude Code tools#534
Open
xiaolai wants to merge 1 commit intodavila7:mainfrom
Open
fix: replace VS Code Copilot tool names with valid Claude Code tools#534xiaolai wants to merge 1 commit intodavila7:mainfrom
xiaolai wants to merge 1 commit intodavila7:mainfrom
Conversation
Three devops-infrastructure agents listed VS Code Copilot tool names (codebase, edit/editFiles, terminalCommand, search, githubRepo, runCommands, runTasks) which are not valid in Claude Code. At runtime, Claude Code silently ignores unknown tool names, so these agents received no tools at all. Replaced with the correct Claude Code tool names: Read, Write, Edit, Bash, Glob, Grep — appropriate for infrastructure review/automation work done by these agents. Files fixed: - devops-expert.md - se-gitops-ci-specialist.md - terraform-iac-reviewer.md Co-Authored-By: Claude Code <noreply@anthropic.com>
|
@claude is attempting to deploy a commit to the Daniel Avila's projects Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
👋 Thanks for contributing, @xiaolai!This PR touches What happens next
While you wait
This is an automated message. No action is required from you right now — a maintainer will review soon. |
This was referenced Apr 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bug
Three agents in
cli-tool/components/agents/devops-infrastructure/declare VS Code Copilot tool names in theirtools:frontmatter field — names that are not valid in Claude Code:devops-expert.mdcodebase, edit/editFiles, terminalCommand, search, githubRepo, runCommands, runTasksse-gitops-ci-specialist.mdcodebase, edit/editFiles, terminalCommand, search, githubRepoterraform-iac-reviewer.mdcodebase, edit/editFiles, terminalCommand, search, githubRepoThese tool names originated in GitHub Copilot's agent definition format and are not recognized by Claude Code. At runtime, Claude Code silently ignores unknown tool names, so these agents receive no tools at all — they cannot read files, run commands, or do any work.
Fix
Replace the invalid tool names with the correct Claude Code equivalents:
Valid Claude Code tool names:
Read,Write,Edit,MultiEdit,Bash,Glob,Grep,WebSearch,WebFetch,Agent,Task,TodoWriteThe selected tools (
Read, Write, Edit, Bash, Glob, Grep) are appropriate for DevOps/infrastructure work: reading config files, editing IaC, running shell commands, and searching codebases.Why it matters
Without this fix, a user who loads any of these three agents gets an agent with zero tool access — it cannot read a single file or execute any command, silently rendering it non-functional. The agent body contains extensive, high-quality DevOps guidance that deserves working tool access.
Summary by cubic
Replaced VS Code Copilot tool names with valid Claude Code tools so three DevOps agents get working tool access. This fixes agents being non-functional due to ignored tools.
Read, Write, Edit, Bash, Glob, Grepin:devops-expert.md,se-gitops-ci-specialist.md,terraform-iac-reviewer.md.cli-tool/components/agents/devops-infrastructure/).docs/components.jsonregeneration needed.Written for commit 0417c54. Summary will update on new commits.