Skip to content

Conversation

@cicorias
Copy link
Member

@cicorias cicorias commented Dec 5, 2025

Pull Request

Description

Updated the hve-core-installer.agent.md to use current VS Code Copilot tool names. The agent's frontmatter tools list has been corrected to reflect the tool naming conventions used in more recent versions of VS Code.

Changes:

  • Updated tool names from legacy format to current format:
    • execute/runInTerminalrunCommands/runInTerminal
    • readsearch/readFile
    • vscode/runCommandrunCommands
    • vscode/newWorkspacenew/newWorkspace
  • Maintained all existing functionality while ensuring compatibility with current VS Code Copilot tooling

Related Issue(s)

Type of Change

Select all that apply:

Code & Documentation:

  • Bug fix (non-breaking change fixing an issue)
  • New feature (non-breaking change adding functionality)
  • Breaking change (fix or feature causing existing functionality to change)
  • Documentation update

Infrastructure & Configuration:

  • GitHub Actions workflow
  • Linting configuration (markdown, PowerShell, etc.)
  • Security configuration
  • DevContainer configuration
  • Dependency update

AI Artifacts:

  • Reviewed contribution with prompt-builder chatmode and addressed all feedback
  • Copilot instructions (.github/instructions/*.instructions.md)
  • Copilot prompt (.github/prompts/*.prompt.md)
  • Copilot chatmode (.github/chatmodes/*.chatmode.md)

Other:

  • Script/automation (.ps1, .sh, .py)
  • Other (please describe):

Sample Prompts (for AI Artifact Contributions)

N/A - This is a tool name update for compatibility, not new functionality

Testing

  • Verified tool names match current VS Code Copilot naming conventions
  • Confirmed frontmatter structure remains valid
  • Reviewed agent functionality remains unchanged

Checklist

Required Checks

  • Documentation is updated (if applicable)
  • Files follow existing naming conventions
  • Changes are backwards compatible (if applicable)

AI Artifact Contributions

  • Used prompt-builder chatmode to review contribution
  • Addressed all feedback from prompt-builder review
  • Verified contribution follows common standards and type-specific requirements

Required Automated Checks

The following validation commands must pass before merging:

  • Markdown linting: npm run lint:md
  • Spell checking: npm run spell-check
  • Frontmatter validation: npm run lint:frontmatter
  • Link validation: npm run lint:md-links
  • PowerShell analysis: npm run lint:ps

Security Considerations

  • This PR does not contain any sensitive or NDA information
  • Any new dependencies have been reviewed for security issues
  • Security-related scripts follow the principle of least privilege

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

Screenshot 2025-12-05 112022

after

image

changed in more recent vscode
Copilot AI review requested due to automatic review settings December 5, 2025 16:24
Copy link
Contributor

Copilot AI left a 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

@WilliamBerryiii
Copy link
Member

@cicorias - the current tool selection is aligned to the latest insiders release of VSCode insiders. Are you in normal vscode?

@cicorias
Copy link
Member Author

cicorias commented Dec 6, 2025

@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.

@andrewDoing
Copy link

+1, I'm on latest insiders and the tools in the chatmodes I'm using are out of date.

@katriendg
Copy link

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 hve-core-installer.agent.md file which according to VS Insiders version Version: 1.108.0-insider has the re-worked and correct tool names. No squiggles on my version.

@WilliamBerryiii
Copy link
Member

To everyone watching this PR, we are working on a broader fix for all the chatmodes and agents right now. Hang tight.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants