Skip to content

fix(docs): Install HVE Core button links to anchor instead of triggering VS Code installation #110

@WilliamBerryiii

Description

@WilliamBerryiii

Description

The 'Install HVE Core' button in README.md line 20 currently links to the #automated-installation\ anchor instead of triggering the VS Code protocol handler for one-click agent installation.

Current Behavior

Clicking the button scrolls to the 'Automated Installation' section instead of opening VS Code.

Expected Behavior

Clicking the button should trigger \�scode:chat-agent/install\ protocol handler to install the \hve-core-installer.agent.md\ file.

Solution

Replace anchor link with VS Code protocol handler URL following awesome-copilot pattern:
\
vscode:chat-agent/install?url=https%3A%2F%2Fraw.githubusercontent.com%2Fmicrosoft%2Fhve-core%2Fmain%2F.github%2Fagents%2Fhve-core-installer.agent.md
\\

References

  • awesome-copilot implementation pattern
  • VS Code URI protocol documentation

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions