fix(ai): admit direct GPT-5.6 dynamic tools - #20
Merged
Merged
Conversation
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.
Outcome
--disable code_mode_hostflag from the closed Codex dynamic-tool launch profilefeatures.code_mode_host=false,features.code_mode=false,features.code_mode_only=false, and every native-surface disable per threadSecurity boundary
This does not enable Code Mode, shell, files, MCP, browser, hosted web search, collaboration, images, or arbitrary JSON-RPC. The process sandbox remains closed, and any native item still poisons the turn. The one omitted process flag is required for Codex 0.148.0 to deliver the already-reviewed direct
dynamicToolCall; the per-thread feature remains false.Verification
cargo check -p graphql-orm-ai --features provider-codex-app-servercargo test -p graphql-orm-ai --features provider-codex-app-server: 313 passed, 2 expected installed-Codex tests ignored; all integration lanes passorigin/main: passWarnings-denied all-target Clippy is currently blocked by two pre-existing findings outside this diff:
graphql-orm-macros/src/operations.rs:4870(collapsible_else_if) andgraphql-orm-ai/src/providers/codex_app_server.rs:6604(find(...).is_none()) in an existing test. No branch code triggers either finding.Documentation / migration
README, provider-session guide, changelog, migration guide, Cargo.lock, and generated workspace inventory are updated. Schema module 0.63.0 is unchanged; no data, GraphQL SDL, protected-payload, backup, or restore migration is required.