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
No more recurring "Dll was not found" error dialogs. WPF's legacy stylus/touch (WISP) subsystem tried to load a native pen-input DLL on every device-change event, which isn't loadable in the single-file build — so plugging in hardware or a Bluetooth device popped stacking "ClaudeView error" dialogs. That subsystem (unneeded for a chat UI) is now disabled outright.
AskUserQuestion cards wait as long as you need. They were bounded by a 60-second tool timeout, so taking longer than a minute to answer let the turn continue unanswered while the card was still on screen. Interactive prompts now stay parked indefinitely for your answer.
Plan label no longer regresses to a stale "Max 5×". A failed or absent live-plan fetch (e.g. an expired token after an idle night in the tray) no longer drops the plan tier back to the stale local-file value — the last live tier is remembered until a successful refresh.