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
Full Usage tab parity with Claude: 5h / 7d trend chart, "exhausts in …" badge, Tokens & Models card with cost figures.
19 GLM models seeded with USD per-1M-token rates so cost rendering lights up for sessions tagged glm-4.6, glm-4.5-air, etc.
Quota window titles aligned with Claude's wording (5 Hour / 7 Day / 30 Day); dashboard links now point at the coding-plan-specific pages on bigmodel.cn and z.ai.
Compact quota row layout — same typography rhythm as Claude's 5h/7d windows, no more chunky cards.
Terminal identity
Terminal detection (Kitty / WezTerm / iTerm / Ghostty / …) is now entirely plugin-driven. Adding a new terminal is a plugin-only change; the host no longer hardcodes env-var checks.
Plugin Discover / Settings
Each plugin row shows a finer subcategory label ("App", "Editor", "Provider", …) instead of collapsing under one "Integrations" bucket.
Reorganized Settings → Plugins UI with cleaner enable/disable affordances and an immediate-reset option for trust prompts.
Under the hood
New LinearExhaustEstimator shared utility — Claude's 5h + 7d-fallback and the new GLM windows now run a single algorithm with matching ≥10% / ≥1d thresholds.
SDK bumped to v0.3.0 with additive surface (SubscriptionExtensionPlugin.builtinPricingModels, SubscriptionInfo.localTrendWindows, SubscriptionQuotaWindow.windowDuration, ProviderUsageTrendPresentation.subscriptionQuotaID, TerminalEnvIdentification, TerminalContextEnriching). Existing 0.2.0 plugins continue to work.