Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Each person installs and authenticates Devin on their own computer. Buzz starts
that local CLI with `devin acp`; it does not copy Devin credentials between
users or machines.

- [Source alpha](https://github.com/fenner888/BuzzforDevin/releases/tag/buzz-for-devin-v0.4.25-alpha.7)
- [Source alpha](https://github.com/fenner888/BuzzforDevin/releases/tag/buzz-for-devin-v0.4.25-alpha.8)
- [Builder installation guide](docs/buzz-for-devin-builders.md)
- [Devin integration notes](DEVIN.md)
- [Upstream proposal](https://github.com/block/buzz/pull/3225)
Expand Down Expand Up @@ -53,9 +53,9 @@ local installer:
```sh
cd "$HOME" &&
GIT_CONFIG_GLOBAL=/dev/null git clone \
https://github.com/fenner888/BuzzforDevin.git BuzzforDevin-alpha7 &&
cd BuzzforDevin-alpha7 &&
git switch -c buzz-for-devin-alpha7 buzz-for-devin-v0.4.25-alpha.7 &&
https://github.com/fenner888/BuzzforDevin.git BuzzforDevin-alpha8 &&
cd BuzzforDevin-alpha8 &&
git switch -c buzz-for-devin-alpha8 buzz-for-devin-v0.4.25-alpha.8 &&
./scripts/install-macos-source.sh
```

Expand Down
8 changes: 4 additions & 4 deletions desktop/src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions docs/buzz-for-devin-builders.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ product.

Use the immutable source prerelease:

- Tag: `buzz-for-devin-v0.4.25-alpha.7`
- Tag: `buzz-for-devin-v0.4.25-alpha.8`
- Release:
<https://github.com/fenner888/BuzzforDevin/releases/tag/buzz-for-devin-v0.4.25-alpha.7>
<https://github.com/fenner888/BuzzforDevin/releases/tag/buzz-for-devin-v0.4.25-alpha.8>
- Focused upstream proposal:
<https://github.com/block/buzz/pull/3225>

Expand Down Expand Up @@ -61,9 +61,9 @@ that this fork publishes a supported prebuilt installer for that platform.
```sh
cd "$HOME" &&
GIT_CONFIG_GLOBAL=/dev/null git clone \
https://github.com/fenner888/BuzzforDevin.git BuzzforDevin-alpha7 &&
cd BuzzforDevin-alpha7 &&
git switch -c buzz-for-devin-alpha7 buzz-for-devin-v0.4.25-alpha.7
https://github.com/fenner888/BuzzforDevin.git BuzzforDevin-alpha8 &&
cd BuzzforDevin-alpha8 &&
git switch -c buzz-for-devin-alpha8 buzz-for-devin-v0.4.25-alpha.8
```

The named local branch avoids Git's detached-HEAD warning while preserving the
Expand Down
Loading