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

View file

@ -174,6 +174,7 @@ jobs:
timeout-minutes: 45
env:
ISSUE_ANALYSIS_MODEL: openai-codex/gpt-5.5
ISSUE_ANALYSIS_THINKING: high
steps:
- name: Create high-entropy working directory name
id: workdir
@ -233,6 +234,7 @@ jobs:
--approve \
--session-dir "$RUNNER_TEMP/pi-out/session" \
--model "$ISSUE_ANALYSIS_MODEL" \
--thinking "$ISSUE_ANALYSIS_THINKING" \
"$prompt" | tee "$RUNNER_TEMP/pi-out/output.md"
- name: Export session files