Revert "fix: rename bin for the tui (#8231)" (#8238)

This is a really simple revert - merging
This commit is contained in:
Alex Hancock
2026-04-01 10:18:39 -04:00
committed by GitHub
parent 84b4d13287
commit 1233c308d7
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@aaif/goose", "name": "@aaif/goose",
"version": "0.1.1", "version": "0.1.0",
"description": "Goose - an open-source AI agent", "description": "Goose - an open-source AI agent",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
@@ -16,7 +16,7 @@
], ],
"type": "module", "type": "module",
"bin": { "bin": {
"goose-text": "dist/tui.js" "goose": "dist/tui.js"
}, },
"files": [ "files": [
"dist", "dist",