Skip to content

Buzz for Devin 0.4.25 alpha 4 (source only)

Pre-release
Pre-release

Choose a tag to compare

@fenner888 fenner888 released this 28 Jul 02:46
40f77a6

Community-maintained, source-only preview of Buzz with the official Devin CLI as a native ACP runtime. No binary installers are attached.

Run the preview:

git clone https://github.com/fenner888/BuzzforDevin.git
cd BuzzforDevin
git switch -c buzz-for-devin-preview buzz-for-devin-v0.4.25-alpha.4
./scripts/run-buzz-for-devin-source.sh

What alpha.4 fixes:

  • Uses the installed Git CLI for Cargo Git dependencies so an explicit GIT_CONFIG_GLOBAL override is honored.
  • Documents the safe session-only bypass if a stale local Git rewrite redirects public GitHub URLs to git-manager.devin.ai.
  • Retains alpha.3 fixes for Intel macOS pnpm bootstrapping, ~/.local/bin Devin discovery, and named preview branches.

Safety boundary:

  • The launcher does not inspect, copy, print, or modify authentication credentials.
  • It does not modify permanent Git configuration.
  • Devin remains owner-only by default.

Validation:

  • Full local just ci passed.
  • GitHub hosted desktop build, core, integration, relay, and all four smoke E2E shards passed in run 30323455157.
  • The affected Mac mini clone completed its source build and launched Buzz successfully.

Platform status:

  • macOS source preview is verified.
  • Linux and Windows remain source-builder previews pending physical end-to-end acceptance.

Source: merge commit 40f77a652c0b4ca903ca16916ed03288617e37a1
PR: #7
Hosted validation: https://github.com/fenner888/BuzzforDevin/actions/runs/30323455157
Upstream proposal: block#3225