Make fork setup one command - #4
Merged
Merged
Conversation
salman1993
force-pushed
the
codex/simplify-buzz-install
branch
from
September 9, 2026 13:51
b312d93 to
29cd87b
Compare
salman1993
marked this pull request as ready for review
September 9, 2026 13:54
salman1993
force-pushed
the
codex/simplify-buzz-install
branch
from
September 9, 2026 13:55
29cd87b to
01ce44f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
This fork exists to make Pi work well as an agent harness in Buzz. Buzz users should not need to clone the adapter, install its development dependencies, and build it before use.
What
Ship the built CLI, add a one-command GitHub install, and replace the upstream README with a short guide for this fork.
How
The README links to the upstream project, explains why Buzz needs client-supplied system prompts, and shows the fork's system-prompt and Pi-argument extensions. The repository tracks
dist/index.jsand its source map. The install command sets--install-links=trueso npm copies the Git package instead of linking its temporary checkout.Risk
The runtime code is unchanged. The shorter README links to upstream for standard features and configuration. Future source changes must rebuild and commit
distso Git installs do not become stale.Testing
Installed the pushed branch into a temporary global prefix with
npm install -g --install-links=true git+https://github.com/salman1993/pi-acp.git#codex/simplify-buzz-install. The install created thepi-acpexecutable, preserved its Node shebang, and passednode --check.Bigger picture
After merge, Buzz users can install this fork from
mainwithout a local clone or build.Generated with Codex