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(usage): local usage ledger (~/.glam/usage.jsonl) — every glam run records
model, provider, tokens, real cost, duration, and per-model escalation splits; new glam usage command (totals, by day/model/provider, --since, --json, budget bar);
opt-in monthly budget alerts ([usage] monthlyBudgetUsd / warnAtPct).
feat(models): evergreen model/provider landscape — new glam models command over a
built-in catalog (13 entries, live-verified prices with as-of dates and sources); --refresh pulls current provider prices, reports price drops, caches honestly;
adapters price through the catalog so route/run/models can never drift.
feat(adapters): DeepSeek V4 support — deepseek-v4-pro + deepseek-v4-flash on
Fireworks (FP8, 1M context, live-verified incl. parallel tool calls, seed, and prompt
caching) and DeepSeek-V4-Pro on Together (live pending key); adapter conformance
63/63; Fireworks adapter now fails loud on unknown model ids.