Fix README accuracy issues: AugmentCode MCP support and CLI agents list order #241
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.
This PR fixes minor accuracy issues found in the README documentation through systematic comparison with the actual codebase implementation.
Issues Fixed
1. AugmentCode MCP Configuration
The supported agents table incorrectly listed
.vscode/settings.json
as the MCP configuration for AugmentCode. However, the actual implementation shows:Fix: Changed AugmentCode MCP configuration from
.vscode/settings.json
to-
to accurately reflect that it doesn't support MCP.2. CLI Agents List Order
The CLI help examples in both
apply
andrevert
command documentation showed agents in a different order than the actual CLI output.Actual CLI order:
agentsmd, aider, amazonqcli, amp, augmentcode, claude, cline, codex, copilot, crush, cursor, firebase, gemini-cli, goose, jules, junie, kilocode, kiro, opencode, openhands, qwen, roo, trae, warp, windsurf, zed
README had:
agentsmd, amazonqcli, amp, copilot, claude, codex, cursor, windsurf, cline, aider, firebase, openhands, gemini-cli, jules, junie, augmentcode, kilocode, opencode, goose, crush, zed, qwen, kiro, warp, roo, trae
Fix: Updated both command documentation tables to match the actual CLI help output order.
Verification
npm test
)npm run lint
)Impact
These are purely documentation fixes with no functional changes. The README now accurately reflects the current implementation behavior.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.