Fix: exclude platform_schedule_tool in CLI (#6442)

This commit is contained in:
Lifei Zhou
2026-01-13 11:35:58 +11:00
committed by GitHub
parent 8a9b090aa8
commit 637049c967
10 changed files with 65 additions and 71 deletions
+4 -2
View File
@@ -164,8 +164,10 @@ export GOOSE_AUTO_COMPACT_THRESHOLD=0.005
OUTPUT=$(mktemp)
echo "Step 1: Creating session with first message..."
(cd "$TESTDIR" && "$GOOSE_BIN" run --text "hello" 2>&1) | tee "$OUTPUT"
LONG_RESPONSE_PROMPT="Count from 1 to 200, one number per line."
echo "Step 1: Creating session with first message (generating tokens for threshold)..."
(cd "$TESTDIR" && "$GOOSE_BIN" run --text "$LONG_RESPONSE_PROMPT" 2>&1) | tee "$OUTPUT"
if ! command -v jq &> /dev/null; then
echo "✗ FAILED: jq is required for this test"