Update codex to 0.106.0 - #49
Merged
Merged
Conversation
added 3 commits
March 1, 2026 13:41
…-server API - update integration to Codex 0.106.0 schema/contracts - keep persistExtendedHistory disabled (false) to avoid experimental full-history persistence - support dynamicToolCall as ACP tool calls (start + completion updates) - support fuzzyFileSearch/sessionUpdated and fuzzyFileSearch/sessionCompleted as search tool call flow - map model/rerouted notifications to user-visible agent_thought_chunk updates - update tests/snapshots for new protocol shapes and added event mappings - ensure compatibility changes needed for gpt-5.3-codex availability for JetBrains AI users
- add reusable Codex skill for updating Codex versions safely - include migration workflow for typecheck/test-driven compatibility fixes - document common app-server schema breakages and event-mapping patterns - include QA-oriented notes for env-dependent auth/keychain test failures
slapoguzov
force-pushed
the
codex-update/0.106.0
branch
from
March 1, 2026 12:58
411be39 to
543f19c
Compare
slapoguzov
force-pushed
the
codex-update/0.106.0
branch
from
March 1, 2026 13:29
b4a6900 to
07de945
Compare
AlexandrSuhinin
requested changes
Mar 2, 2026
Collaborator
|
I feel that it was mostly agent-generated with a lot of duplicates and unclear changes. At least should be tested well. |
- extract common code - use direct comparison for fuzzy-file-search-events
AlexandrSuhinin
approved these changes
Mar 2, 2026
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.
What's new
LLM-25226 Update Codex to 0.106.0 and align event mapping for new app-server API