-
Notifications
You must be signed in to change notification settings - Fork 25
tools used are not current tool names #126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
changed in more recent vscode
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the tool names in the frontmatter of the hve-core-installer.agent.md file to align with what are claimed to be current VS Code Copilot tool naming conventions. The changes replace legacy tool name patterns with updated formats that follow namespace conventions.
Key changes:
- Tool names updated from legacy format (e.g.,
execute/runInTerminal,read,vscode/runCommand,vscode/newWorkspace) to newer format (e.g.,runCommands/runInTerminal,search/readFile,runCommands,new/newWorkspace) - Maintains existing functionality while modernizing tool references
|
@cicorias - the current tool selection is aligned to the latest insiders release of VSCode insiders. Are you in normal vscode? |
yes on stable -- but I was seeing the opposite - ie. these were the former ones in stable. |
|
+1, I'm on latest insiders and the tools in the chatmodes I'm using are out of date. |
|
The Tools listed in several chatmodes are indeed out of date for now (we are waiting on a bigger feature release to allows us to move from chatmodes to custom agents and upgrade the tools naming), but this PR is addressing only the |
|
To everyone watching this PR, we are working on a broader fix for all the chatmodes and agents right now. Hang tight. |
Pull Request
Description
Updated the
hve-core-installer.agent.mdto use current VS Code Copilot tool names. The agent's frontmattertoolslist has been corrected to reflect the tool naming conventions used in more recent versions of VS Code.Changes:
execute/runInTerminal→runCommands/runInTerminalread→search/readFilevscode/runCommand→runCommandsvscode/newWorkspace→new/newWorkspaceRelated Issue(s)
Type of Change
Select all that apply:
Code & Documentation:
Infrastructure & Configuration:
AI Artifacts:
prompt-builderchatmode and addressed all feedback.github/instructions/*.instructions.md).github/prompts/*.prompt.md).github/chatmodes/*.chatmode.md)Other:
.ps1,.sh,.py)Sample Prompts (for AI Artifact Contributions)
N/A - This is a tool name update for compatibility, not new functionality
Testing
Checklist
Required Checks
AI Artifact Contributions
prompt-builderchatmode to review contributionprompt-builderreviewRequired Automated Checks
The following validation commands must pass before merging:
npm run lint:mdnpm run spell-checknpm run lint:frontmatternpm run lint:md-linksnpm run lint:psSecurity Considerations
Additional Notes
This is a maintenance update to align the agent configuration with current VS Code Copilot tooling standards. No functional changes to the agent's behavior or capabilities.
Before
after