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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,24 @@
2
2
3
3
all notable changes to this project. dates are ISO format (YYYY-MM-DD).
4
4
5
+
## [4.13.0] - 2026-02-04
6
+
7
+
### added
8
+
9
+
-**runtime metrics tool**: added `codex-metrics` to inspect live request/error/latency counters for the current plugin process.
10
+
-**401 diagnostics payload**: normalized 401 errors now include `diagnostics` (for example `requestId`, `cfRay`, `correlationId`, `threadId`) to speed up debugging.
11
+
-**stream watchdog controls**: new `fetchTimeoutMs` and `streamStallTimeoutMs` config options (and env overrides) for upstream timeout tuning.
12
+
13
+
### changed
14
+
15
+
-**request correlation**: each upstream fetch now sets a correlation id, reuses `CODEX_THREAD_ID`/`prompt_cache_key` when available, and clears scope after each request.
16
+
-**plan-mode tool gating**: `request_user_input` is automatically stripped from tool definitions when collaboration mode is Default (kept in Plan mode).
17
+
-**safety prompt hardening**: bridge/remap prompts now explicitly block destructive git commands unless the user asks for them.
18
+
19
+
### fixed
20
+
21
+
-**non-stream SSE hangs**: non-streaming SSE parsing now aborts stalled reads instead of waiting indefinitely.
0 commit comments