Release v6.2.0#84
Merged
Merged
Conversation
…anup - Add tool_call/tool_result pairing safety net in OpenAI format transform to backfill placeholder tool messages for unanswered parallel tool_calls - Add toolCallResultPairing module to reconcile streamed vs finalized tool uses and gate API requests until all tool results collected - Improve AssistantMessageParser performance by avoiding O(n²) string slicing in the streaming hot loop - Optimize presentAssistantMessage with shallow copy instead of deep clone - Truncate large file content in fileWriteTool partial display to prevent IPC bottlenecks - Remove deprecated axon-code-2-pro and axon-code-2-pro-high model entries - Fix ReasoningBlock arrow icon rotation styling - Update OutOfCreditsBanner border-radius styling
Contributor
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.
[v6.2.0] - 2026-05-21
Added
backfillMissingToolResultsfunction in OpenAI format transform that backfills placeholder tool messages for unanswered parallel tool calls, preventing provider rejections when tool_call/tool_result pairs are mismatchedreconcileAssistantToolUses,toolUseIdsRequiringResults,allToolResultsCollected) to keep assistant tool_calls and tool_results paired 1:1, with comprehensive unit test coverageChanged
axon-code-2-proandaxon-code-2-pro-highmodel entries from provider configurationsFixed