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
feat(webgui): add token usage stats display to assistant messages
Add MessageStats component that shows token usage breakdown (input, output, reasoning, cache read/write) and cost in a popover. Display stats button on hover for assistant messages with token data. Make fork/revert buttons conditional on user messages only. Add auto-positioning logic to show popover above or below based on available space.