Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Merge latest changes from
maintoproductionfor automated release v3.18.1.Included Changes
Improvements
Bug Fixes
Release Version Calculation
v3.18.1 (patch bump)
Semantic Release will analyze commits since the last release (v3.18.0) and will bump the version based on:
improvement: add Codex CLI as AI provider for workflow refinement(improvement: add Codex CLI as AI provider for workflow refinement #502) → patch bumpfix: use provider-specific translation keys for AI edit messages(fix: use provider-specific translation keys for AI edit messages #504) → patch bumpResult: 3.18.0 + patch = 3.18.1
CHANGELOG.md Contents
The following will be included:
Improvements:
Bug Fixes:
Release Automation
This merge will trigger the automated release workflow which will:
Merge Strategy
Use merge commit (not squash) to preserve all individual commits and their history for proper Semantic Release analysis.