Extract connector runtime snapshot management - #32698
Merged
copyberry[bot] merged 1 commit intoJul 13, 2026
Merged
Conversation
## What changed - Move the Codex Apps tool cache into a reusable `codex-connectors` runtime manager keyed by account and workspace. - Represent cached tools as atomically published snapshots with refresh timestamps while preserving the newest accepted fetch generation. - Harden disk persistence with bounded reads, atomic file replacement, and serialized writes so an older fetch cannot overwrite newer state. ## Testing Add coverage for identity isolation, snapshot timestamps, oversized cache files, atomic replacement, and concurrent persistence ordering. GitOrigin-RevId: 5ea2234469daae3abf54b030244c3251de62ca5a
copyberry
Bot
force-pushed
the
copyberry/codex-internal-to-codex-oss/5ea2234469daae3abf54b030244c3251de62ca5a
branch
from
July 13, 2026 05:04
4267b2b to
2f7d89b
Compare
copyberry
Bot
deleted the
copyberry/codex-internal-to-codex-oss/5ea2234469daae3abf54b030244c3251de62ca5a
branch
July 13, 2026 05:05
dohyeonkim-ctrl
temporarily deployed
to
issue-triage
July 13, 2026 05:33 — with
GitHub Actions
Inactive
dohyeonkim-ctrl
temporarily deployed
to
issue-triage
July 13, 2026 05:33 — with
GitHub Actions
Inactive
dohyeonkim-ctrl
temporarily deployed
to
issue-triage
July 13, 2026 05:33 — with
GitHub Actions
Inactive
redwangwangwang
temporarily deployed
to
issue-triage
July 13, 2026 05:49 — with
GitHub Actions
Inactive
redwangwangwang
temporarily deployed
to
issue-triage
July 13, 2026 05:49 — with
GitHub Actions
Inactive
redwangwangwang
temporarily deployed
to
issue-triage
July 13, 2026 05:49 — with
GitHub Actions
Inactive
aidawilliam41-ops
temporarily deployed
to
issue-triage
July 13, 2026 06:29 — with
GitHub Actions
Inactive
aidawilliam41-ops
temporarily deployed
to
issue-triage
July 13, 2026 06:29 — with
GitHub Actions
Inactive
aidawilliam41-ops
temporarily deployed
to
issue-triage
July 13, 2026 06:29 — with
GitHub Actions
Inactive
BhreAstrajingga
temporarily deployed
to
issue-triage
July 13, 2026 07:44 — with
GitHub Actions
Inactive
BhreAstrajingga
temporarily deployed
to
issue-triage
July 13, 2026 07:44 — with
GitHub Actions
Inactive
BhreAstrajingga
temporarily deployed
to
issue-triage
July 13, 2026 07:44 — with
GitHub Actions
Inactive
BhreAstrajingga
temporarily deployed
to
issue-triage
July 13, 2026 07:45 — with
GitHub Actions
Inactive
Jason-Wang313
temporarily deployed
to
issue-triage
July 13, 2026 07:46 — with
GitHub Actions
Inactive
Jason-Wang313
temporarily deployed
to
issue-triage
July 13, 2026 07:46 — with
GitHub Actions
Inactive
Jason-Wang313
temporarily deployed
to
issue-triage
July 13, 2026 07:46 — 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.
Extract connector runtime snapshot management
What changed
codex-connectorsruntime manager keyed by account and workspace.Testing
Add coverage for identity isolation, snapshot timestamps, oversized cache files, atomic replacement, and concurrent persistence ordering.