You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR improves the blog post for the GitHub Copilot CLI public preview with several fixes and refinements.
**Changes Made:**
1. **Improved Clarity:**
* Merged the repetitive introductory paragraphs for a more concise and engaging opening.
* Corrected minor grammatical errors and typos throughout the article (e.g., "bought power" -> "brings the power", "promt" -> "prompt").
2. **Corrected Technical Information:**
* Removed the incorrect list of `gh` core commands that were mistakenly presented as Copilot CLI commands. This prevents confusion for new users.
* Corrected the version check command from `gh copilot --version` to the correct `copilot --version`.
3. **Enhanced Readability:**
* Rephrased awkward sentences to improve the overall flow and professionalism of the content.
These changes make the guide more accurate, clear, and helpful for developers looking to get started with the new Copilot CLI.
Copy file name to clipboardExpand all lines: blog/github-cli-agent/index.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ pwsh --version
72
72
73
73
Install globally with npm:
74
74
Powered by the same agentic harness as GitHub's Copilot coding agent, it provides intelligent assistance while staying deeply integrated with your GitHub workflow.
75
-
Enter the promt in the command line.
75
+
Enter the prompt in the command line.
76
76
77
77
```bash
78
78
npm install -g @github/copilot
@@ -112,7 +112,7 @@ setx GH_TOKEN your_token_here
112
112
---
113
113
114
114
## 🖥️ Usage
115
-
Once you installed run copilot on your terminal, Image of the splash screen for the Copilot CLI. The usage is pretty straight forward you can use the arrow keys to navigate to proceed cancel instruction etc.
115
+
Once installed, run copilot on your terminal, Image of the splash screen for the Copilot CLI. The usage is pretty straight forward you can use the arrow keys to navigate to proceed cancel instruction etc.
116
116
117
117
Each time you submit a prompt to GitHub Copilot CLI, your monthly quota of premium requests is reduced by one. For information about premium requests,
Now lets get start with development, here fork this repo and activate GitHub CLI and enter the below bash commands. [Website](https://github.com/recodehive/recode-website)
153
+
Now let's get started with development, here fork this repo and activate GitHub CLI and enter the below bash commands. [Website](https://github.com/recodehive/recode-website)
154
154
155
155
### List of all commands in CLI
156
156
I have linked the offical website repo to log any bugs or do direct PR. [GitHub CLI repo](https://github.com/github/copilot-cli?utm_source=changelog-amp-linkedin&utm_campaign=agentic-copilot-cli-launch-2025) and [Official Documentation](https://docs.github.com/en/copilot/how-tos/use-copilot-agents/use-copilot-cli?utm_campaign=agentic-copilot-cli-launch-2025&utm_source=changelog-amp-linkedin)
0 commit comments