fix gui client initialization when using an external backend (#4669)

Signed-off-by: Ignasi Barrera <nacx@apache.org>
This commit is contained in:
Ignasi Barrera
2025-09-20 05:15:25 +02:00
committed by GitHub
parent 88dd9cbeea
commit 6e7ec1974b
3 changed files with 35 additions and 3 deletions
+1 -1
View File
@@ -196,7 +196,7 @@ run-docs:
# Run server
run-server:
@echo "Running server..."
cargo run -p goose-server
cargo run -p goose-server --bin goosed agent
# Check if OpenAPI schema is up-to-date
check-openapi-schema: generate-openapi