Search Criteria
Package Details: pi-coding-agent 0.80.10-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/pi-coding-agent.git (read-only, click to copy) |
|---|---|
| Package Base: | pi-coding-agent |
| Description: | A terminal-based coding agent with multi-model support, mid-session model switching, and a simple CLI for headless coding tasks |
| Upstream URL: | https://pi.dev/ |
| Licenses: | MIT |
| Submitter: | dcreager |
| Maintainer: | dcreager |
| Last Packager: | dcreager |
| Votes: | 17 |
| Popularity: | 4.88 |
| First Submitted: | 2025-12-31 13:58 (UTC) |
| Last Updated: | 2026-07-19 15:08 (UTC) |
Dependencies (1)
- tar (tar-gitAUR, uutils-tar-gitAUR) (make)
Required by (19)
- llm-thalamus
- pi-ext-awsdocs (optional)
- pi-ext-boomerang (optional)
- pi-ext-cursor-rules (optional)
- pi-ext-cursor-sdk (optional)
- pi-ext-intercom (optional)
- pi-ext-mempalace
- pi-ext-observational-memory
- pi-ext-powerline-footer (optional)
- pi-ext-spellcheck (optional)
- pi-ext-subagents (optional)
- pi-ext-usage (optional)
- pi-ext-web-access (optional)
- pi-skill-brave-search-git (optional)
- pi-skill-skill-creator (optional)
- pi-skill-youtube-transcript-git (optional)
- seemux-bin (optional)
- seemux-git (optional)
- specify-cli (optional)
Latest Comments
« First ‹ Previous 1 2
clouedoc commented on 2026-04-08 13:23 (UTC)
Thanks! I like having a human testing&running stuff before it lands on my laptop:)
aussetg commented on 2026-02-26 16:55 (UTC) (edited on 2026-02-26 16:58 (UTC) by aussetg)
Yes update PKGBUILD automatically. I'm lazy, 2 numbers is a lot ;)
I am using
nvcheckerfor that and then a github workflow that just runs every X hours, check versions and if there is a new one update the pkgbuild/srcinfo and then push to aur.I have also added this patch to my version which I think is a good idea to make sure users know not to actually follow the instructions, even though it was more useful in my case as I didn't know binary existed so I made so unholy npm pkgbuild...
So the patch will have to be modified in your case but you get the idea.
Honestly not that big a deal as I was mostly trying to avoid people running
npm install -g @mariozechner/pi-coding-agentEdit: my version is not on the AUR to be clear, no need yours exist
dcreager commented on 2026-02-26 15:33 (UTC)
Hmm, do you mean having something detect the releases automatically? I prefer having the human gate, tbh. I just subscribed to releases on the repo, which should at least give me a more timely signal than someone hitting the "out of date" AUR button. (Or me noticing the new-version advert when running pi myself.) But I don't want a process that will automatically push a PKGBUILD update without my intervention.
If you mean automating the mechanics of updating the PKGBUILD — well that's just bumping the version number and two hashes. I don't see the need to automate that part either, it's meditative!
aussetg commented on 2026-02-26 14:43 (UTC)
I really recommend using automatic updating of the PKGBUILD if you don't want to go insane :)
I have my own PKGBUILD (+patch +CI/CD) if you want an example
bitmonkey commented on 2026-01-30 11:26 (UTC) (edited on 2026-01-30 11:31 (UTC) by bitmonkey)
Latest of this morning is 0.50.5....forgot how fast this is being worked on.
PKGBUILD just needs sha256sum's updating and pkgver bumped as before, diff against 0.49.3 PKGBUILD below for an easy patch.
bitmonkey commented on 2026-01-29 20:35 (UTC) (edited on 2026-01-29 20:36 (UTC) by bitmonkey)
Getting a working PKGBUILD for the latest release (0.50.3), is just a case of updating the pkgver to 0.50.3 along with the sha256sums for the x86_64 and aarch64 release tarballs on github.
Diff you can apply as a patch below:
gnsr commented on 2026-01-13 19:06 (UTC)
It does :D
Here's a PKGBUILD for 0.45.3:
dcreager commented on 2026-01-09 13:37 (UTC)
Wow this project releases often 🫠
« First ‹ Previous 1 2