chore: update gigacode published packages

This commit is contained in:
Nathan Flurry 2026-02-06 02:41:43 -08:00
parent b824a2c839
commit 3fafddd12f
No known key found for this signature in database
GPG key ID: 6A5F43A4F3241BCA
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
```