Skip to content

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Sep 15, 2025

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:

// AugmentCode does not support MCP servers
supportsMcpStdio(): boolean {
  return false;
}

supportsMcpRemote(): boolean {
  return false;
}

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 and revert 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

  • ✅ All tests pass (npm test)
  • ✅ Code quality checks pass (npm run lint)
  • ✅ Manual verification against CLI help output
  • ✅ Confirmed AugmentCode MCP behavior via unit tests

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.

@Copilot Copilot AI changed the title [WIP] README Accuracy Review & Minimal Update Fix README accuracy issues: AugmentCode MCP support and CLI agents list order Sep 15, 2025
@Copilot Copilot AI requested a review from intellectronica September 15, 2025 17:12
Copilot finished work on behalf of intellectronica September 15, 2025 17:12
@intellectronica intellectronica marked this pull request as ready for review September 16, 2025 21:18
@intellectronica intellectronica merged commit 4d69726 into main Sep 16, 2025
3 checks passed
@intellectronica intellectronica deleted the copilot/fix-f736a966-0a3d-40c2-a6a4-df6a9fde6e9b branch September 16, 2025 21:20
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.

2 participants