shell bones (#160)

* shell bones

* Merge remote-tracking branch 'origin/main' into shell_bones

* add line break

* another line break

* drop the log to avoid breaking terminals

* rename tool to be consistent with terminal

* fix build
This commit is contained in:
Olcan
2025-04-24 18:03:33 -07:00
committed by GitHub
parent a94a9ce3bf
commit cbba8007b2
8 changed files with 114 additions and 6 deletions

View File

@@ -8,7 +8,7 @@
"gemini-code": "dist/index.js"
},
"scripts": {
"build": "tsc --build && touch dist/.last_build",
"build": "../../scripts/build_package.sh",
"clean": "rm -rf dist",
"start": "node dist/gemini.js",
"debug": "node --inspect-brk dist/gemini.js",