feat: v4.1.1 - Combined PRs #62, #63, #64#67
Merged
numman-ali merged 1 commit intomainfrom Dec 17, 2025
Merged
Conversation
…fix, and HTML version update This release combines fixes and features from PRs #62, #63, and #64: ### Added - "none" reasoning effort support for GPT-5.2 and GPT-5.1 general purpose models - gpt-5.2-none and gpt-5.1-none model mappings and presets (now 18 total models) - 4 new unit tests for "none" reasoning behavior (197 total tests) ### Fixed - Orphaned function_call_output 400 API errors - now converts orphans to assistant messages to preserve context while avoiding API errors - OAuth HTML version display updated from 1.0.4 to 4.1.0 ### Technical Details - getReasoningConfig() detects GPT-5.1 general purpose models and allows "none" - Codex variants auto-convert "none" to "low" (or "medium" for Codex Mini) - Orphan handling now works regardless of tools presence in request Contributors: @code-yeongyu (PR #63), @kanemontreuil (PR #64), @ben-vargas (PR #62) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
This release combines fixes and features from three community PRs into a single v4.1.1 release:
Changes
Added
reasoning_effort: "none"which disables the reasoning phase entirely for faster responsesgpt-5.2-none- GPT-5.2 with reasoning disabledgpt-5.1-none- GPT-5.1 with reasoning disabledgpt-5.2-noneandgpt-5.1-noneto model-map.tsFixed
item_referencepointing to stored function callsfunction_call_outputitems were only filtered when!body.toolsTechnical Details
getReasoningConfig()now detects GPT-5.1 general purpose models (not Codex variants) and allows "none" to pass throughDocumentation Updated
Reasoning Effort Support Matrix
nonelowmediumhighxhighTest Plan
Related PRs
Supersedes:
🤖 Generated with Claude Code