chore: rename gigacode to @sandbox-agent/gigacode (#105)

This commit is contained in:
Nathan Flurry 2026-02-06 03:09:23 -08:00 committed by GitHub
parent beacbbfdba
commit f0191579c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 10 additions and 21 deletions

View file

@ -51,14 +51,14 @@ curl -fsSL https://releases.rivet.dev/sandbox-agent/latest/gigacode-install.sh |
**npm i -g**
```bash
npm install -g gigacode
npm install -g @sandbox-agent/gigacode
gigacode --help
```
**bun add -g**
```bash
bun add -g gigacode
bun add -g @sandbox-agent/gigacode
# Allow Bun to run postinstall scripts for native binaries.
bun pm -g trust @sandbox-agent/gigacode-linux-x64 @sandbox-agent/gigacode-linux-arm64 @sandbox-agent/gigacode-darwin-arm64 @sandbox-agent/gigacode-darwin-x64 @sandbox-agent/gigacode-win32-x64
gigacode --help
@ -67,13 +67,13 @@ gigacode --help
**npx**
```bash
npx gigacode --help
npx @sandbox-agent/gigacode --help
```
**bunx**
```bash
bunx gigacode --help
bunx @sandbox-agent/gigacode --help
```
> **Note:** Windows is unsupported. Please use [WSL](https://learn.microsoft.com/en-us/windows/wsl/install).