Skip to content

Commit 29aafbe

Browse files
Update changelog.md for version 0.0.366
1 parent 771f1d7 commit 29aafbe

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ If you have access to GitHub Copilot via your organization or enterprise, you ca
4040
### Installation
4141

4242
Install globally with npm:
43+
4344
```bash
4445
npm install -g @github/copilot
4546
```
@@ -50,7 +51,7 @@ npm install -g @github/copilot
5051
copilot
5152
```
5253

53-
On first launch, you'll be greeted with our adorable animated banner! If you'd like to see this banner again, launch `copilot` with the `--banner` flag.
54+
On first launch, you'll be greeted with our adorable animated banner! If you'd like to see this banner again, launch `copilot` with the `--banner` flag.
5455

5556
If you're not currently logged in to GitHub, you'll be prompted to use the `/login` slash command. Enter this command and follow the on-screen instructions to authenticate.
5657

@@ -65,15 +66,14 @@ You can also authenticate using a fine-grained PAT with the "Copilot Requests" p
6566

6667
### Using the CLI
6768

68-
Launch `copilot` in a folder that contains code you want to work with.
69+
Launch `copilot` in a folder that contains code you want to work with.
6970

7071
By default, `copilot` utilizes Claude Sonnet 4.5. Run the `/model` slash command to choose from other available models, including Claude Sonnet 4 and GPT-5.
7172

7273
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, see [About premium requests](https://docs.github.com/copilot/managing-copilot/monitoring-usage-and-entitlements/about-premium-requests).
7374

7475
For more information about how to use the GitHub Copilot CLI, see [our official documentation](https://docs.github.com/copilot/concepts/agents/about-copilot-cli).
7576

76-
7777
## 📢 Feedback and Participation
7878

7979
We're excited to have you join us early in the Copilot CLI journey.

changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.0.366 - 2025-12-03
2+
3+
- Add `infer` property to control custom agent tool visibility
4+
- Add CLI executables to GitHub release artifacts
5+
- Add apply_patch toolchain for OpenAI Codex models
6+
7+
## 0.0.365 - 2025-11-25
8+
9+
- Add `--silent` option to suppress stats output for scripting
10+
111
## 0.0.364 - 2025-11-25
212

313
- Add syntax highlighting for diffs

0 commit comments

Comments
 (0)