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

@ -20,14 +20,14 @@ function formatHint(binPath) {
label: "Project install",
commands: [
`bun pm trust ${TRUST_PACKAGES}`,
"bun add gigacode",
"bun add @sandbox-agent/gigacode",
],
},
{
label: "Global install",
commands: [
`bun pm -g trust ${TRUST_PACKAGES}`,
"bun add -g gigacode",
"bun add -g @sandbox-agent/gigacode",
],
},
],