Skip to content

Commit 10914d8

Browse files
wesmclaude
andcommitted
Use high reasoning effort for changelog generation
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 647dd9d commit 10914d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/changelog.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ echo "Using codex to generate changelog..." >&2
3434
TMPFILE=$(mktemp)
3535
trap 'rm -f "$TMPFILE"' EXIT
3636

37-
codex exec --skip-git-repo-check -o "$TMPFILE" - >/dev/null <<EOF
37+
codex exec --skip-git-repo-check -c reasoning_effort=high -o "$TMPFILE" - >/dev/null <<EOF
3838
You are generating a changelog for roborev version $VERSION.
3939
4040
Here are the commits since the last release:

0 commit comments

Comments
 (0)