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
fix(logging): route computeGlobalCache slow warn through log interceptor
The Cursor SDK console.warns a slow global-cache rebuild diagnostic
(computeGlobalCache: slow ctx-..., meta=/totalMs: ...), which leaked raw
into the TUI. Extend the existing console.warn interceptor in both the
in-process transport and the sidecar child to recognize it and forward it
as a structured opencode log with parsed numeric meta. The timestamp token
varies in width, so the pattern accepts 2-3 digit hours.
0 commit comments