fix(ai): compact wide selection schemas - #37
Merged
Conversation
first-assist
force-pushed
the
agent/compact-selection-schema-20260826
branch
from
August 26, 2026 02:41
0f392ba to
99e697a
Compare
first-assist
force-pushed
the
agent/compact-selection-schema-20260826
branch
from
August 26, 2026 03:14
99e697a to
731dc1a
Compare
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
Encode automatic capability scalar-selection paths as one closed string enum instead of repeating a described
constschema for every reachable path. This keeps wide, deep relationship graphs inside the fixed provider-schema byte contract without omitting paths or changing the compact plan JSON shape.Release versions are
graphql-orm-ai-tool-profiles0.10.1 andgraphql-orm-ai0.95.2 at one full reviewed revision.Safety
Documentation impact
Verification
cargo test --locked -p graphql-orm-ai-tool-profiles --all-targetscargo test --locked -p graphql-orm-ai --lib --no-default-features --features sqlite,provider-codex-app-server(326 passed; 2 reviewed binary-dependent ignores)cargo clippy --locked -p graphql-orm-ai --all-targets --no-default-features --features sqlite,provider-codex-app-server -- -D warningscargo clippy --locked -p graphql-orm-ai-tool-profiles --all-targets -- -D warningsRUSTDOCFLAGS='-D warnings -D missing_docs' cargo doc --locked -p graphql-orm-ai -p graphql-orm-ai-tool-profiles --no-depspython3 scripts/check-documentation.pypython3 scripts/generate-workspace-inventory.py --checkscripts/check-workspace-dependencies.shscripts/check-package-release-policy.sh origin/mainscripts/check-semver.sh origin/maincargo fmt --all -- --checkgit diff --check