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(agentforge): handle numeric strings in trace display output
Log values like latency_ms and stage_timings_ms are serialized as
strings in JSON. Use is_numeric() instead of is_int() so the table
and stage timing sections render correctly.
Assisted-by: Claude Code
0 commit comments