fix: sync agent list comments with actual supported agents#1785
Merged
mnriem merged 1 commit intogithub:mainfrom Mar 9, 2026
Merged
fix: sync agent list comments with actual supported agents#1785mnriem merged 1 commit intogithub:mainfrom
mnriem merged 1 commit intogithub:mainfrom
Conversation
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
mnriem
approved these changes
Mar 9, 2026
Contributor
There was a problem hiding this comment.
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
approved these changes
Mar 9, 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.
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: AddGenericto theSupports:header commentscripts/powershell/update-agent-context.ps1: Addgenericto theMulti-Agent Supportheader commentREADME.md: AddMistral Vibeto the CLI tool-check text (it hasrequires_cli: True)No code changes — comments and documentation only.