Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs-site/src/content/docs/guides/sub-agent-surface.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,12 @@ timestamp, an unreadable process start time, or a failed process enumeration —
separately by `ocx doctor`. `stale` clears only after every detected Codex app-server starts after
the final catalog write; it does not necessarily clear `unknown`.

On Windows, this advisory check uses asynchronous PowerShell/CIM discovery on the v2 request path.
Concurrent cold checks share one in-flight discovery and results are cached briefly. A
slow or failing CIM query can delay or suppress only OpenCodex-authored model guidance; it does not
block the Bun event loop, `/healthz`, or unrelated proxy traffic. Explicit CLI/service lifecycle
operations retain the synchronous, fail-closed process collector because they may signal processes.

Only a real change counts. A sync whose result is byte-identical to the catalog already on disk
leaves the file untouched, so restarting the proxy or re-syncing an unchanged model set does not
make a running Codex look stale.
Expand Down
Loading
Loading