Skip to content

fix: sync agent list comments with actual supported agents#1785

Merged
mnriem merged 1 commit intogithub:mainfrom
codota:pavel/fix-vibe-agent-list-comments
Mar 9, 2026
Merged

fix: sync agent list comments with actual supported agents#1785
mnriem merged 1 commit intogithub:mainfrom
codota:pavel/fix-vibe-agent-list-comments

Conversation

@Pavel-tabnine
Copy link
Contributor

Several comment and documentation strings are out of sync with the actual supported agent lists. This causes Copilot code review to flag these inconsistencies on unrelated PRs, adding noise to reviews.

Changes

  • scripts/bash/update-agent-context.sh: Add Generic to the Supports: header comment
  • scripts/powershell/update-agent-context.ps1: Add generic to the Multi-Agent Support header comment
  • README.md: Add Mistral Vibe to the CLI tool-check text (it has requires_cli: True)

No code changes — comments and documentation only.

Several comment and documentation strings were not updated when
Mistral Vibe support was added, leaving them out of sync with the
code. This fixes:
- update-agent-context.sh: add Generic to Supports header comment
- update-agent-context.ps1: add generic to Multi-Agent header comment
- README.md: add Mistral Vibe to CLI tool-check text
@Pavel-tabnine Pavel-tabnine requested a review from mnriem as a code owner March 9, 2026 19:19
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

Synchronizes agent-list comments/docs with the repo’s current supported agent set to reduce “out of sync” review noise.

Changes:

  • Adds Generic to the supported agent header comment in the bash context update script.
  • Adds generic to the “Multi-Agent Support” header comment in the PowerShell context update script.
  • Updates README CLI tool-check text to include Mistral Vibe.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
scripts/powershell/update-agent-context.ps1 Updates header comment agent list to include generic.
scripts/bash/update-agent-context.sh Updates header comment “Supports” list to include Generic.
README.md Adds Mistral Vibe to the stated list of tools checked during init.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@mnriem mnriem merged commit d92798d into github:main Mar 9, 2026
12 checks passed
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.

3 participants