mirror of
https://github.com/badlogic/pi-mono.git
synced 2026-07-09 17:28:45 +00:00
fix(coding-agent): use high reasoning for issue analysis
This commit is contained in:
parent
7a92545b9c
commit
fda6451a2f
1 changed files with 2 additions and 0 deletions
2
.github/workflows/issue-analysis.yml
vendored
2
.github/workflows/issue-analysis.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue