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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
🐛 Patch Changes
9d3f743: Stop recording Railway and proxy noise headers on every message. Headers injected by the hosting edge (x-railway-, x-forwarded-, x-real-ip, etc.) are dropped before storage, so the message Headers tab only shows headers the agent actually sent.
1173e30: Performance: bound the public usage-stats aggregations, add a composite (key_prefix, is_active) index for agent-key auth lookups, reuse uPlot chart instances in place on data refresh instead of rebuilding them, and memoize the message log's feedback overrides.