Add multi-query lexical skill selection - #33614
Merged
copyberry[bot] merged 1 commit intoJul 16, 2026
Merged
Conversation
## What changed - Add a lexical selector that splits compound queries into sentence and connector-delimited views. - Merge candidates across the full query and its component views, prioritizing their best rank while using full-query rank, view coverage, and stable identifiers as tie-breakers. - Bound query decomposition and result counts, propagate truncation signals, and include the selector in the shadow-selection experiment. ## Testing - Add unit coverage for compound-query ranking, single-query compatibility, query splitting, and bounded-input signals. GitOrigin-RevId: 2442bf7198fc24295cbc270b9d222275ae8a7cc3
copyberry
Bot
force-pushed
the
copyberry/codex-internal-to-codex-oss/2442bf7198fc24295cbc270b9d222275ae8a7cc3
branch
from
July 16, 2026 14:43
a58e0d4 to
0f44bca
Compare
copyberry
Bot
deleted the
copyberry/codex-internal-to-codex-oss/2442bf7198fc24295cbc270b9d222275ae8a7cc3
branch
July 16, 2026 14:45
geraldhubmaier
temporarily deployed
to
issue-triage
July 16, 2026 14:58 — with
GitHub Actions
Inactive
geraldhubmaier
temporarily deployed
to
issue-triage
July 16, 2026 14:58 — with
GitHub Actions
Inactive
geraldhubmaier
temporarily deployed
to
issue-triage
July 16, 2026 14:58 — with
GitHub Actions
Inactive
khurshhh1999
temporarily deployed
to
issue-triage
July 16, 2026 15:24 — with
GitHub Actions
Inactive
khurshhh1999
temporarily deployed
to
issue-triage
July 16, 2026 15:24 — with
GitHub Actions
Inactive
khurshhh1999
temporarily deployed
to
issue-triage
July 16, 2026 15:24 — with
GitHub Actions
Inactive
erikmagnethi
temporarily deployed
to
issue-triage
July 16, 2026 15:31 — with
GitHub Actions
Inactive
erikmagnethi
temporarily deployed
to
issue-triage
July 16, 2026 15:31 — with
GitHub Actions
Inactive
erikmagnethi
temporarily deployed
to
issue-triage
July 16, 2026 15:31 — with
GitHub Actions
Inactive
erikmagnethi
temporarily deployed
to
issue-triage
July 16, 2026 15:36 — with
GitHub Actions
Inactive
erikmagnethi
temporarily deployed
to
issue-triage
July 16, 2026 15:36 — with
GitHub Actions
Inactive
erikmagnethi
temporarily deployed
to
issue-triage
July 16, 2026 15:36 — with
GitHub Actions
Inactive
HeyrbiarKhan
temporarily deployed
to
issue-triage
July 16, 2026 15:59 — with
GitHub Actions
Inactive
HeyrbiarKhan
temporarily deployed
to
issue-triage
July 16, 2026 15:59 — with
GitHub Actions
Inactive
HeyrbiarKhan
temporarily deployed
to
issue-triage
July 16, 2026 15:59 — with
GitHub Actions
Inactive
HeyrbiarKhan
temporarily deployed
to
issue-triage
July 16, 2026 16:01 — with
GitHub Actions
Inactive
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Add multi-query lexical skill selection
What changed
Testing