mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 07:04:48 +00:00
chore: rename gigacode to @sandbox-agent/gigacode (#105)
This commit is contained in:
parent
beacbbfdba
commit
f0191579c0
6 changed files with 10 additions and 21 deletions
|
|
@ -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",
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue