Add safer TUI defaults for cyber models - #37055
Merged
copyberry[bot] merged 1 commit intoAug 5, 2026
Merged
Conversation
## What changed - Propagate the optional `modelSpecialty` field through the model catalog and app-server `model/list` response. - When a newly selected model has the `cyber` specialty, default an active TUI thread to workspace-write permissions with on-request approval. Use auto review when available, otherwise keep the user as reviewer, while respecting configured permission requirements. - Show a notice when auto review is applied and strengthen the full-access warning for cyber models. - Preserve explicitly selected permissions when only reasoning settings change. ## Testing - Cover auto-review defaults, requirement-aware fallback behavior, permission preservation across reasoning changes, and the new warning notice. GitOrigin-RevId: 8f25b0082d3051d9ff91f7355921236d0f82f758
copyberry
Bot
force-pushed
the
copyberry/codex-internal-to-codex-oss/8f25b0082d3051d9ff91f7355921236d0f82f758
branch
from
August 5, 2026 08:05
05ea41a to
757c151
Compare
copyberry
Bot
deleted the
copyberry/codex-internal-to-codex-oss/8f25b0082d3051d9ff91f7355921236d0f82f758
branch
August 5, 2026 08:06
CHOS1N11111
temporarily deployed
to
issue-triage
August 5, 2026 08:32 — with
GitHub Actions
Inactive
CHOS1N11111
temporarily deployed
to
issue-triage
August 5, 2026 08:32 — with
GitHub Actions
Inactive
CHOS1N11111
temporarily deployed
to
issue-triage
August 5, 2026 08:32 — with
GitHub Actions
Inactive
super148666
temporarily deployed
to
issue-triage
August 5, 2026 08:40 — with
GitHub Actions
Inactive
super148666
temporarily deployed
to
issue-triage
August 5, 2026 08:40 — with
GitHub Actions
Inactive
super148666
temporarily deployed
to
issue-triage
August 5, 2026 08:40 — with
GitHub Actions
Inactive
super148666
temporarily deployed
to
issue-triage
August 5, 2026 08:42 — with
GitHub Actions
Inactive
XFREEDOM2024
temporarily deployed
to
issue-triage
August 5, 2026 09:01 — with
GitHub Actions
Inactive
XFREEDOM2024
temporarily deployed
to
issue-triage
August 5, 2026 09:01 — with
GitHub Actions
Inactive
XFREEDOM2024
temporarily deployed
to
issue-triage
August 5, 2026 09:01 — with
GitHub Actions
Inactive
XFREEDOM2024
temporarily deployed
to
issue-triage
August 5, 2026 09:02 — 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 safer TUI defaults for cyber models
What changed
modelSpecialtyfield through the model catalog andapp-server
model/listresponse.cyberspecialty, default an active TUIthread to workspace-write permissions with on-request approval. Use auto
review when available, otherwise keep the user as reviewer, while respecting
configured permission requirements.
warning for cyber models.
Testing
preservation across reasoning changes, and the new warning notice.