Skip to content

Commit f0a675e

Browse files
committed
chore: goose: we can just use AGENTAPI_CHAT_BASE_PATH exported from agentapi
1 parent d94b356 commit f0a675e

File tree

1 file changed

+0
-5
lines changed
  • registry/coder/modules/goose/scripts

1 file changed

+0
-5
lines changed

registry/coder/modules/goose/scripts/start.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,5 @@ else
3131
GOOSE_ARGS=()
3232
fi
3333

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-
3934
agentapi server --term-width 67 --term-height 1190 -- \
4035
bash -c "$(printf '%q ' "$GOOSE_CMD" "${GOOSE_ARGS[@]}")"

0 commit comments

Comments
 (0)