Skip to content

Commit 1a8da7d

Browse files
committed
copilot cli
1 parent cb04ff3 commit 1a8da7d

5 files changed

Lines changed: 28 additions & 3 deletions

File tree

journals/2026_04_08.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
- [[GitHub/CoPilot/CLI/BYOK]]
1+
## Filed
2+
- [[Numtide]] does [[Nix]] packages for [[Agentic Coding Tool]]s
3+
- [[Numtide/llm-agents.nix]]
4+
- [[GitHub/CoPilot/CLI/BYOK]]
5+
- [[GitHub/CoPilot/CLI/Install/Nix]]

pages/GitHub___CoPilot___CLI.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ alias:: [[GitHub Copilot CLI]]
66
- ## Links
77
- GitHub: https://github.com/github/copilot-cli
88
- Website: https://github.com/github/copilot-cli?utm_source=web-hpace-copilot-cli-primary-cta&utm_medium=web&utm_campaign=universe25post
9+
- Npm: https://www.npmjs.com/package/%40github/copilot
910
- ## Related
1011
- [[GitHub/CoPilot]] - The IDE extension version of GitHub Copilot
11-
- [[AI/Coding/Tool]] - List of agentic AI coding tools
12-
12+
- [[AI/Coding/Tool]] - List of agentic AI coding tools
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
- How to install github copilot cli with nix
2+
- This is from [[Numtide/llm-agents.nix]]
3+
- [llm-agents.nix/packages/copilot-cli/package.nix at main · numtide/llm-agents.nix](https://github.com/numtide/llm-agents.nix)
4+
- ok, it's up to date at least!
5+
- Maybe I should use this for all my [[Agentic Coding Tool]]s?
6+
- ```
7+
nix run github:numtide/nix-ai-tools#copilot-cli -- --version
8+
GitHub Copilot CLI 1.0.21.
9+
10+
npm view @github/copilot version
11+
1.0.21
12+
13+
```
14+
- [github-copilot-cli on nixpkgs is very, very old](https://search.nixos.org/packages?buckets=%7B%2522package_attr_set%2522:%5B%2522No+package+set%2522%5D,%2522package_license_set%2522:%5B%2522Unfree%2522%5D,%2522package_maintainers_set%2522:%5B%5D,%2522package_teams_set%2522:%5B%5D,%2522package_platforms%2522:%5B%5D%7D&channel=25.11&query=copilot&show=github-copilot-cli)
15+
- it points to here [nixpkgs/pkgs/by-name/gi/github-copilot-cli/package.nix at nixos-25.11 · NixOS/nixpkgs](https://github.com/NixOS/nixpkgs/blob/nixos-25.11/pkgs/by-name/gi/github-copilot-cli/package.nix#L41)
16+
- current version from npm is 1.0.21, but the version hardcoded there is 0.0.362
17+
-
18+
-

pages/Numtide.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- [NixOS Consulting & Open Source Infrastructure - Numtide](https://numtide.com/)

pages/Numtide___llm-agents.nix.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- [llm-agents.nix/packages/copilot-cli/package.nix at main · numtide/llm-agents.nix](https://github.com/numtide/llm-agents.nix)
2+
-

0 commit comments

Comments
 (0)