co-mono/packages/web-ui/src
Mario Zechner 5f04960f6d Fix SessionListDialog behavior and document PersistentStorageDialog bug
- Fix SessionListDialog to not reload when user selects a session after deleting others
  - Track if dialog closed via selection vs other means
  - Only call delete callback if not closed via selection
  - Batch deletions to avoid reload on every delete
- Comment out PersistentStorageDialog in both web-ui example and browser extension (TODO: fix)
- Add Known Bugs section to both README.md files documenting PersistentStorageDialog issue
- Clean up navigation tracking variable names in browser extension
2025-10-06 16:33:33 +02:00
..
agent Add custom message extension system with typed renderers and message transformer 2025-10-06 13:45:08 +02:00
components Add navigation message tracking to browser extension 2025-10-06 13:49:28 +02:00
dialogs Fix SessionListDialog behavior and document PersistentStorageDialog bug 2025-10-06 16:33:33 +02:00
storage Refactor agent architecture and add session storage 2025-10-06 12:47:52 +02:00
tools Integrate JailJS for CSP-restricted execution in browser extension 2025-10-05 16:58:31 +02:00
utils Refactor agent architecture and add session storage 2025-10-06 12:47:52 +02:00
app.css Add Anthropic prompt caching, pluggable storage, and CORS proxy support 2025-10-05 23:00:36 +02:00
ChatPanel.ts Add navigation message tracking to browser extension 2025-10-06 13:49:28 +02:00
index.ts Add custom message extension system with typed renderers and message transformer 2025-10-06 13:45:08 +02:00