chore: rename gigacode to @sandbox-agent/gigacode

This commit is contained in:
Nathan Flurry 2026-02-06 02:47:41 -08:00
parent 1b7d82da24
commit 4119363750
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",
],
},
],

View file

@ -1,5 +1,5 @@
{
"name": "gigacode",
"name": "@sandbox-agent/gigacode",
"version": "0.1.6",
"description": "Gigacode CLI (sandbox-agent with OpenCode attach by default)",
"license": "Apache-2.0",