Specify models
This commit is contained in:
@@ -38,7 +38,7 @@ export IS_SANDBOX=1
|
|||||||
# Stream events so the runner sees output and does not kill the job as a zombie.
|
# Stream events so the runner sees output and does not kill the job as a zombie.
|
||||||
STREAM_FILE="$(mktemp)"
|
STREAM_FILE="$(mktemp)"
|
||||||
|
|
||||||
claude --print --dangerously-skip-permissions \
|
claude --print --dangerously-skip-permissions --model claude-fable-5 \
|
||||||
--output-format stream-json --verbose "${FINAL_PROMPT}" \
|
--output-format stream-json --verbose "${FINAL_PROMPT}" \
|
||||||
| tee "${STREAM_FILE}" \
|
| tee "${STREAM_FILE}" \
|
||||||
| jq -r --unbuffered '.message.content[]? | .thinking // .text // .name // empty'
|
| jq -r --unbuffered '.message.content[]? | .thinking // .text // .name // empty'
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ export ISSUE_COMMENTS="$(
|
|||||||
|
|
||||||
FINAL_PROMPT="$(envsubst < "${ACTION_PATH}/scripts/prompt.md")"
|
FINAL_PROMPT="$(envsubst < "${ACTION_PATH}/scripts/prompt.md")"
|
||||||
|
|
||||||
codex exec \
|
codex exec --model gpt-5.5 \
|
||||||
--dangerously-bypass-approvals-and-sandbox \
|
--dangerously-bypass-approvals-and-sandbox \
|
||||||
--output-last-message "${COMMENT_FILE}" \
|
--output-last-message "${COMMENT_FILE}" \
|
||||||
"${FINAL_PROMPT}"
|
"${FINAL_PROMPT}"
|
||||||
|
|||||||
Reference in New Issue
Block a user