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
37308ea: Fix cost column showing "β" for self-hosted custom provider messages. Prices entered via the custom provider form are now indexed into the shared pricing cache under custom:<uuid>/<model> β the same key the proxy writes to agent_messages.model β so the cost recorder can look them up when a request is routed. The cache refreshes immediately on create, model edits, and delete, so new prices take effect without waiting for the daily 5am reload. Custom entries are scoped out of the public /api/v1/model-prices list so one tenant's providers can't leak into another's. Existing messages recorded with cost_usd = null stay null (no price snapshot is stored per message); only new messages benefit.