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
- termwrap: declare claudeCodeActiveAtom on TermWrap class (was used in
osc-handlers and term-model but never declared, would crash at runtime)
- termwrap: apply computed isCC to claudeCodeActiveAtom on rtInfo load
(was computed but never stored, leaving atom stale after reconnect)
- tabbar: replace createRef with useRef for widgetsSidebarButtonRef
(createRef in function component creates new object every render)
- app/preload: expose offNativeThemeChange to enable useEffect cleanup
in AppAutoThemeUpdater, preventing ipc listener accumulation on
autoTheme toggle
0 commit comments