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
Little Claude v1.1.4.exe — f21a1268b8b917aefdb802180067608c71f7ea80c2854464f8a2ca4d96fc6475
v1.1.4 (rebuilt 2026-08-12)
fix: context meter (Ctx bar) showing 0% after reopening a session (token stats recovered from session history)
v1.1.4 (rebuilt 2026-08-13)
fix: Ctx bar double-counting on DeepSeek-style endpoints — usage where input_tokens already includes the cached share is no longer summed again (semantics-aware formula, auto-detects Anthropic vs DeepSeek semantics, verified against 96/96 usage-log records)
fix: auto-compact trigger aligned with the CLI official SDK math (input + cache creation + cache read + output vs threshold)
fix: conversation-list status dot — a finished conversation now keeps a steady green dot (running = pulsing green, finished = steady green, error = red), matching the sidebar current-session card
v1.1.4 (rebuilt 2026-08-13, 2nd)
feat: automatic 1M context-window detection — no more hard-coded model list. A LiteLLM model table is cached locally (weekly refresh) and queried at session start; any window size (262K / 512K / 1M) is declared to the CLI and drives the Ctx bar / auto-compact thresholds
feat: runtime learning — when a session successfully exceeds 900K tokens, that model is recorded as 1M-capable and the declaration takes effect from the next session
fix: third-party models no longer fall back to a 200K window; Ctx bar and auto-compact now use the model's real window