Skip to content

Commit 1e98205

Browse files
yanxue06claude
andcommitted
chore(release): use effort: high (unambiguously supported) instead of xhigh
xhigh's support varies by model (gpt-5.5 may coerce it to high anyway), so use high directly to remove the ambiguity. The diff is injected into the prompt regardless, so effort only affects reasoning quality, not whether the model sees the code. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent c6a0c49 commit 1e98205

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/blocks/bump-monorepo-versions/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@ runs:
135135
openai-api-key: ${{ inputs.openai-api-key }}
136136
safety-strategy: read-only
137137
# Diff-based breaking-change judgment is a real reasoning task — run at
138-
# max effort. The diff is provided per package below; the agent may also
138+
# high effort. The diff is provided per package below; the agent may also
139139
# run read-only git for any truncated file.
140-
effort: xhigh
140+
effort: high
141141
prompt: |
142142
You are a release manager for the "${{ inputs.service-name }}" monorepo.
143143
Prerelease: ${{ inputs.prerelease }}

.github/blocks/determine-publish-version/action.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ runs:
131131
openai-api-key: ${{ inputs.openai-api-key }}
132132
safety-strategy: read-only
133133
# Judging backward-compatibility from a diff is a real reasoning task —
134-
# run it at max effort. This step runs once per release and a wrong major
135-
# bump is expensive, so the budget is justified.
136-
effort: xhigh
134+
# run it at high effort. This step runs once per release and a wrong
135+
# major bump is expensive, so the budget is justified.
136+
effort: high
137137
prompt: |
138138
Determine the next semantic version after ${{ steps.last-release.outputs.version }}.
139139
Current version: ${{ steps.last-release.outputs.version }}

0 commit comments

Comments
 (0)