lowercase g in goose (#4832)

This commit is contained in:
Angie Jones
2025-09-26 23:44:38 -05:00
committed by GitHub
parent bb1b73d634
commit 2032c7099c
120 changed files with 669 additions and 651 deletions
+3 -3
View File
@@ -63,7 +63,7 @@ copy-binary BUILD_MODE="release":
echo "Copying goose CLI binary from target/{{BUILD_MODE}}..."; \
cp -p ./target/{{BUILD_MODE}}/goose ./ui/desktop/src/bin/; \
else \
echo "Goose CLI binary not found in target/{{BUILD_MODE}}"; \
echo "goose CLI binary not found in target/{{BUILD_MODE}}"; \
exit 1; \
fi
@if [ -f ./temporal-service/temporal-service ]; then \
@@ -148,7 +148,7 @@ run-ui-only:
cd ui/desktop && npm install && npm run start-gui
debug-ui:
@echo "🚀 Starting Goose frontend in external backend mode"
@echo "🚀 Starting goose frontend in external backend mode"
cd ui/desktop && \
export GOOSE_EXTERNAL_BACKEND=true && \
export GOOSE_EXTERNAL_PORT=3000 && \
@@ -163,7 +163,7 @@ debug-ui:
# 4. If not auto-detected, click "Configure" and add: localhost:9229
debug-ui-main-process:
@echo "🔍 Starting Goose UI with main process debugging enabled"
@echo "🔍 Starting goose UI with main process debugging enabled"
@just release-binary
cd ui/desktop && \
npm install && \