Package Details: github-copilot-cli 0.1.36-1

Git Clone URL: https://aur.archlinux.org/github-copilot-cli.git (read-only, click to copy)
Package Base: github-copilot-cli
Description: A CLI experience for letting GitHub Copilot help you on the command line
Upstream URL: https://githubnext.com/projects/copilot-cli/
Licenses: None
Submitter: JP-Ellis
Maintainer: cphyc
Last Packager: cphyc
Votes: 5
Popularity: 0.57
First Submitted: 2023-03-21 22:02 (UTC)
Last Updated: 2024-04-11 13:26 (UTC)

Latest Comments

Dominiquini commented on 2025-10-03 23:40 (UTC)

@cphyc: Hi. Do you want to continue maintaining this package? It doesn't seem to be useful anymore. I couldn't authenticate to use the application?

I ended up creating another package to install the newer version, but I'd prefer to update this one. Or at least remove this one so I can use this name!

If you're interested, I can also make you a maintainer of the new package!

Dominiquini commented on 2025-09-26 21:57 (UTC) (edited on 2025-09-26 21:58 (UTC) by Dominiquini)

@cphyc: I create a new package with this new version: https://aur.archlinux.org/packages/github-copilot

@cphyc: If you want to update this package with the new version, I'll deleted the package that I create!

cphyc commented on 2025-09-26 16:46 (UTC)

Note: this tool is different from Github's new Copilot CLI tool.

The present one allows you to ask questions in the terminal in plain text and receive a command-line response. It is, however, not maintained anymore and will eventually cease to function.

The new one Github has released (https://docs.github.com/en/copilot/how-tos/use-copilot-agents/use-copilot-cli) is an agent that operates on the current folder (typically associated to a Github repository).

I think there is value in having both, since they provide different features.

qupfer commented on 2025-03-13 22:27 (UTC)

after installing it, it complains about missing node. So maybe add nodejs as dependency too.

cphyc commented on 2024-01-15 16:11 (UTC) (edited on 2024-01-15 16:11 (UTC) by cphyc)

Would it be possible to apply this patch to fix the out-of-date flag?

diff --git a/.SRCINFO b/.SRCINFO
index 46bc1e7..95d4673 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
 pkgbase = github-copilot-cli
    pkgdesc = A CLI experience for letting GitHub Copilot help you on the command line
-   pkgver = 0.1.33
+   pkgver = 0.1.36
    pkgrel = 1
    url = https://githubnext.com/projects/copilot-cli/
    arch = any
    license = none
    makedepends = npm
    makedepends = jq
-   noextract = github-copilot-cli-0.1.33.tgz
-   source = https://registry.npmjs.org/@githubnext/github-copilot-cli/-/github-copilot-cli-0.1.33.tgz
-   sha256sums = 02efd21f9fae9b6360b9fabff8d352952a8db802300bd2ed562e1cf79cb3c708
+   noextract = github-copilot-cli-0.1.36.tgz
+   source = https://registry.npmjs.org/@githubnext/github-copilot-cli/-/github-copilot-cli-0.1.36.tgz
+   sha256sums = 72a9b4bd15d3d6d1eb1b7116653819e1b4ee0dc9b18ff7ecbdf57e9c91813b04

 pkgname = github-copilot-cli
diff --git a/PKGBUILD b/PKGBUILD
index 53fca8e..7daacc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: JP-Ellis <josh@jpellis.me>
 pkgname=github-copilot-cli
 _pkgname="@githubnext/$pkgname"
-pkgver=0.1.33
+pkgver=0.1.36
 pkgrel=1
 pkgdesc="A CLI experience for letting GitHub Copilot help you on the command line"
 arch=('any')
@@ -9,7 +9,7 @@ url="https://githubnext.com/projects/copilot-cli/"
 license=('none')
 makedepends=('npm' 'jq')
 source=("https://registry.npmjs.org/${_pkgname}/-/$pkgname-$pkgver.tgz")
-sha256sums=('02efd21f9fae9b6360b9fabff8d352952a8db802300bd2ed562e1cf79cb3c708')
+sha256sums=('72a9b4bd15d3d6d1eb1b7116653819e1b4ee0dc9b18ff7ecbdf57e9c91813b04')
 noextract=("${pkgname}-${pkgver}.tgz")

 package() {