File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -45,16 +45,16 @@ Install globally with npm:
4545npm install -g @github/copilot
4646```
4747
48- Install with [ WinGet ] ( https://github.com/microsoft/winget -cli ) :
48+ Install with [ Homebrew ] ( https://formulae.brew.sh/cask/copilot -cli ) :
4949
5050``` bash
51- winget install GitHub.Copilot
51+ brew install copilot-cli
5252```
5353
54- Install with [ Homebrew ] ( https://brew.sh/ ) :
54+ Install with [ WinGet ] ( https://github.com/microsoft/winget-cli ) :
5555
5656``` bash
57- brew install copilot-cli
57+ winget install GitHub.Copilot
5858```
5959
6060### Launching the CLI
Original file line number Diff line number Diff line change 1+ ## 0.0.368 - 2025-12-10
2+
3+ - PRU usage rates now displayed correctly
4+ - Fix checkmark and x icon rendering
5+ - Add grep tool Codex models
6+ - Numpad keys work in prompts with Kitty keyboard protocol
7+
18## 0.0.367 - 2025-12-04
29
310- GPT-5.1-Codex-Max is now available in GitHub Copilot CLI
You can’t perform that action at this time.
0 commit comments