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
Added: sidebar wallet button above the settings row (matches its width/font; expanded shows "Wallet + balance", collapsed shows a round icon with a low-balance red dot and a frosted hover popup with the balance).
Added: centered wallet modal with mask (styled like the settings modal) showing the official DeepSeek API balance with "Updated" time (multi-currency), a cost estimate with a ? tooltip explaining the basis, and an all-session cost ranking (session, model, input/output tokens, cache hit, amount).
Added: session amount prepended to the built-in stats line (Amount ≈ ¥3.87 | 1 turn · 68 steps | …) instead of a separate bottom row.
Added: built-in v4 price table (deepseek-v4-flash / deepseek-v4-pro; legacy, off-peak and peak tiers) with token-bucket cost estimation; unknown models are explicitly flagged as "unpriced" and excluded from the amount.
Added: balance is fetched host-side every 5 minutes; the API key never enters the browser bundle and route output is redacted.
Bilingual UI follows Settings → General → Language; dark mode uses only DSW theme tokens.
In-memory state only; uninstalling fully restores the UI.