0.19.1Desktop
Changed 1
- Consolidate web client localStorage access and split the root state store and app shell into focused composables
Fixed 3
- Fix ACP editors such as Zed failing to start a new thread
- Clear all per-session state when a session is archived or removed so archived sessions no longer leave orphaned data behind
- Fix the web sidebar's unread dots getting out of sync across browser tabs
Patch Changes
-
#992
7341fb4- Fix ACP editors such as Zed failing to start a new thread. -
#984
da81858- Clear all per-session state when a session is archived or removed, so archived sessions no longer leave orphaned data behind. -
#978
d4ae02d- Fix the web sidebar's unread dots getting out of sync across browser tabs. -
#979
8c6cade- Consolidate web client localStorage access and split the root state store and app shell into focused composables.