fix(coding-agent): use high reasoning for issue analysis
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user