From 1233c308d7df94ceabc74ee6d480582f4549d757 Mon Sep 17 00:00:00 2001 From: Alex Hancock Date: Wed, 1 Apr 2026 10:18:39 -0400 Subject: [PATCH] Revert "fix: rename bin for the tui (#8231)" (#8238) This is a really simple revert - merging --- ui/text/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/text/package.json b/ui/text/package.json index 7b262928..92893d02 100644 --- a/ui/text/package.json +++ b/ui/text/package.json @@ -1,6 +1,6 @@ { "name": "@aaif/goose", - "version": "0.1.1", + "version": "0.1.0", "description": "Goose - an open-source AI agent", "license": "Apache-2.0", "repository": { @@ -16,7 +16,7 @@ ], "type": "module", "bin": { - "goose-text": "dist/tui.js" + "goose": "dist/tui.js" }, "files": [ "dist",