chore: update gigacode published packages (#104)

This commit is contained in:
Nathan Flurry 2026-02-06 03:07:24 -08:00 committed by GitHub
parent b824a2c839
commit beacbbfdba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 156 additions and 155 deletions

View file

@ -60,7 +60,7 @@ gigacode --help
```bash
bun add -g gigacode
# Allow Bun to run postinstall scripts for native binaries.
bun pm -g trust gigacode-linux-x64 gigacode-linux-arm64 gigacode-darwin-arm64 gigacode-darwin-x64 gigacode-win32-x64
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
```