We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d94b356 commit f0a675eCopy full SHA for f0a675e
registry/coder/modules/goose/scripts/start.sh
@@ -31,10 +31,5 @@ else
31
GOOSE_ARGS=()
32
fi
33
34
-if [ -n "${AGENTAPI_CHAT_BASE_PATH:-}" ]; then
35
- echo "Using AGENTAPI_CHAT_BASE_PATH: $AGENTAPI_CHAT_BASE_PATH"
36
- export AGENTAPI_CHAT_BASE_PATH
37
-fi
38
-
39
agentapi server --term-width 67 --term-height 1190 -- \
40
bash -c "$(printf '%q ' "$GOOSE_CMD" "${GOOSE_ARGS[@]}")"
0 commit comments