Skip to content

Commit 41b48b6

Browse files
jkrandom-sudoclaude
andcommitted
ci: skip mini-swe-agent first-run wizard in CI
mini prompts for a default model interactively on first run even when --model is passed, which aborts immediately in a non-TTY runner. Setting MSWEA_MODEL_NAME satisfies the first-run check. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 981519c commit 41b48b6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/auto-fix-issue.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
KIMI_API_KEY: ${{ secrets.KIMI_API_KEY }}
5252
OPENAI_API_KEY: ${{ secrets.KIMI_API_KEY }}
5353
OPENAI_BASE_URL: https://api.kimi.com/coding/v1
54+
# Skip the interactive first-run setup wizard (aborts in non-TTY CI)
55+
MSWEA_MODEL_NAME: openai/k3-256k
5456
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5557
run: |
5658
ISSUE_NUMBER=${{ github.event.issue.number }}

0 commit comments

Comments
 (0)