Replies: 1 comment 1 reply
-
I'm guessing you ran Files in If you,
If upstream provides a way to disable self-upgrade, then it can be added to formula. Otherwise, users will need to avoid running it. This is why we typically dislike tools that have self-upgrade commands |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Additional Info
Output of
brew configOutput of
brew doctorDescription of issue
pi-coding-agentupdated to a new major version (0.80.3 from 0.70.6) but after the update I still got the old version running.I guess it is caused by upstream module rename in Homebrew/homebrew-core#282124 and improper clean up of former file by
brew up pi-coding-agent, because even after uninstalling thepi-coding-agentit is still runnable.Trying to install
pi-coding-agentagain givesError: The `brew link` step did not complete successfully.I can force the link, but it seems there would be 120Mb of lost disk space due to old
piversion still hanging around. So how to clean up this mess?Beta Was this translation helpful? Give feedback.
All reactions