Keep session defaults static during config batch writes - #34940
Merged
copyberry[bot] merged 1 commit intoJul 23, 2026
Merged
Conversation
## What changed - Treat batch writes containing only `model`, `model_reasoning_effort`, `plan_mode_reasoning_effort`, `service_tier`, or `personality` as defaults for future sessions, even when `reloadUserConfig` is requested. - Keep runtime config reloads and skill/plugin cache invalidation for other config changes, and document which settings remain session-static. - Preserve cached skill listings after session-default writes until a forced reload, with test coverage for each supported default. GitOrigin-RevId: 6d988014cf4758ceb9422a11f7c2bd5fc6b9f90a
copyberry
Bot
force-pushed
the
copyberry/codex-internal-to-codex-oss/6d988014cf4758ceb9422a11f7c2bd5fc6b9f90a
branch
from
July 23, 2026 13:11
8a77f1e to
808d3c2
Compare
copyberry
Bot
deleted the
copyberry/codex-internal-to-codex-oss/6d988014cf4758ceb9422a11f7c2bd5fc6b9f90a
branch
July 23, 2026 13:12
shivam13verma
temporarily deployed
to
issue-triage
July 23, 2026 13:29 — with
GitHub Actions
Inactive
shivam13verma
temporarily deployed
to
issue-triage
July 23, 2026 13:29 — with
GitHub Actions
Inactive
shivam13verma
temporarily deployed
to
issue-triage
July 23, 2026 13:29 — with
GitHub Actions
Inactive
shivam13verma
temporarily deployed
to
issue-triage
July 23, 2026 13:30 — with
GitHub Actions
Inactive
Jameslin-9880
temporarily deployed
to
issue-triage
July 23, 2026 13:59 — with
GitHub Actions
Inactive
Jameslin-9880
temporarily deployed
to
issue-triage
July 23, 2026 13:59 — with
GitHub Actions
Inactive
Jameslin-9880
temporarily deployed
to
issue-triage
July 23, 2026 13:59 — with
GitHub Actions
Inactive
Jameslin-9880
temporarily deployed
to
issue-triage
July 23, 2026 14:00 — with
GitHub Actions
Inactive
luyucheng-dev
temporarily deployed
to
issue-triage
July 23, 2026 14:08 — with
GitHub Actions
Inactive
luyucheng-dev
temporarily deployed
to
issue-triage
July 23, 2026 14:08 — with
GitHub Actions
Inactive
luyucheng-dev
temporarily deployed
to
issue-triage
July 23, 2026 14:08 — with
GitHub Actions
Inactive
luyucheng-dev
temporarily deployed
to
issue-triage
July 23, 2026 14:09 — with
GitHub Actions
Inactive
dragonfly-engineer
temporarily deployed
to
issue-triage
July 23, 2026 14:18 — with
GitHub Actions
Inactive
dragonfly-engineer
temporarily deployed
to
issue-triage
July 23, 2026 14:18 — with
GitHub Actions
Inactive
dragonfly-engineer
temporarily deployed
to
issue-triage
July 23, 2026 14:18 — with
GitHub Actions
Inactive
dragonfly-engineer
temporarily deployed
to
issue-triage
July 23, 2026 14:19 — with
GitHub Actions
Inactive
ksinaei-chwy
temporarily deployed
to
issue-triage
July 23, 2026 14:40 — with
GitHub Actions
Inactive
ksinaei-chwy
temporarily deployed
to
issue-triage
July 23, 2026 14:40 — with
GitHub Actions
Inactive
ksinaei-chwy
temporarily deployed
to
issue-triage
July 23, 2026 14:40 — with
GitHub Actions
Inactive
hong532393-arch
temporarily deployed
to
issue-triage
July 23, 2026 14:44 — with
GitHub Actions
Inactive
hong532393-arch
temporarily deployed
to
issue-triage
July 23, 2026 14:44 — with
GitHub Actions
Inactive
hong532393-arch
temporarily deployed
to
issue-triage
July 23, 2026 14:44 — with
GitHub Actions
Inactive
hong532393-arch
temporarily deployed
to
issue-triage
July 23, 2026 14:45 — 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.
Keep session defaults static during config batch writes
What changed
model,model_reasoning_effort,plan_mode_reasoning_effort,service_tier, orpersonalityas defaults forfuture sessions, even when
reloadUserConfigis requested.config changes, and document which settings remain session-static.
reload, with test coverage for each supported default.