You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Record forwarded Codex request traffic in runtime observability when the child process leaves the snapshot unchanged, and publish the 1.2.6 release notes and version metadata.
This patch release fixes forwarded `codex exec` runtime observability so real wrapped Codex requests are reflected in `codex auth status` and `codex auth report --json` even when the downstream Codex runtime does not update the snapshot itself.
- added a wrapper fallback path that records forwarded request metrics only when the child Codex process leaves the runtime snapshot unchanged, avoiding double-counting when plugin-side metrics are present
16
+
- preserved the existing `codex auth` observability behavior while making real `codex exec` smoke runs visible in `codex auth status` and `codex auth report --json`
17
+
- added regression coverage for both missing-child-update and already-updated snapshot cases in the wrapper test suite
18
+
19
+
## Validation
20
+
21
+
-`npm test -- test/codex-bin-wrapper.test.ts`
22
+
-`npm run build`
23
+
-`codex -a never exec --sandbox read-only --color never -o "$env:TEMP\\codex-smoke-last.txt" "Reply with exactly OK and nothing else."`
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "codex-multi-auth",
3
-
"version": "1.2.5",
3
+
"version": "1.2.6",
4
4
"description": "Multi-account OAuth manager and codex auth wrapper for the official @openai/codex CLI, with switching, health checks, and recovery tools",
0 commit comments