Search Criteria
Package Details: pi-coding-agent 0.75.3-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: | 10 |
| Popularity: | 4.81 |
| First Submitted: | 2025-12-31 13:58 (UTC) |
| Last Updated: | 2026-05-18 13:32 (UTC) |
Dependencies (1)
- tar (tar-gitAUR, uutils-tar-gitAUR) (make)
Required by (3)
- pi-ext-observational-memory
- pi-skill-skill-creator (optional)
- specify-cli (optional)
Latest Comments
« First ‹ Previous 1 2
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