DOC-3574 rename GitHub Copilot to GitHub Copilot CLI#551
Conversation
✅ Deploy Preview for sonarqube-cli canceled.
|
CI failed: The CI build failed due to a Prettier code formatting violation in 'src/cli/command-tree.ts' introduced by your recent changes.OverviewThe build failed during the FailuresPrettier Formatting Violation (confidence: high)
Summary
Code Review ✅ ApprovedStandardized documentation and command descriptions by renaming 'GitHub Copilot' to 'GitHub Copilot CLI' to improve product clarity. No issues found. Tip Comment OptionsAuto-apply is off → Gitar will not commit updates to this branch. Comment with these commands to change the behavior for this request:
Was this helpful? React with 👍 / 👎 | Gitar |
kevin-hinz
left a comment
There was a problem hiding this comment.
Hi @sophio-japharidze-sonarsource , I tried to keep these changes focused on user-facing text included in the README and command-tree.ts files.
- Although other occurrences of "GitHub Copilot" (without "CLI") were found in other files, I left them alone because I didn't want to break anything.
What
Rename "GitHub Copilot" to "GitHub Copilot CLI" in user-facing text to clarify that the integration targets the CLI extension, not the broader GitHub Copilot product.
Why
"GitHub Copilot" and "GitHub Copilot CLI" are distinct products. Referring to them interchangeably causes confusion about prerequisites and what is actually being integrated.
Changes
README.md— Updated 6 occurrences: feature bullet, "use it standalone" line, ToC link and anchor, "Three Ways to Use" section, section heading, and LLM output format paragraph.src/cli/command-tree.ts— Updatedsonar integrate copilotandsonar hook copilot-pre-tool-usecommand descriptions.