fix(coding-agent): use high reasoning for issue analysis

This commit is contained in:
Armin Ronacher
2026-07-06 01:51:21 +02:00
parent 7a92545b9c
commit fda6451a2f
+2
View File
@@ -174,6 +174,7 @@ jobs:
timeout-minutes: 45 timeout-minutes: 45
env: env:
ISSUE_ANALYSIS_MODEL: openai-codex/gpt-5.5 ISSUE_ANALYSIS_MODEL: openai-codex/gpt-5.5
ISSUE_ANALYSIS_THINKING: high
steps: steps:
- name: Create high-entropy working directory name - name: Create high-entropy working directory name
id: workdir id: workdir
@@ -233,6 +234,7 @@ jobs:
--approve \ --approve \
--session-dir "$RUNNER_TEMP/pi-out/session" \ --session-dir "$RUNNER_TEMP/pi-out/session" \
--model "$ISSUE_ANALYSIS_MODEL" \ --model "$ISSUE_ANALYSIS_MODEL" \
--thinking "$ISSUE_ANALYSIS_THINKING" \
"$prompt" | tee "$RUNNER_TEMP/pi-out/output.md" "$prompt" | tee "$RUNNER_TEMP/pi-out/output.md"
- name: Export session files - name: Export session files