Pulse/cmd
rcourtman 7db6b3e47d feat: Add AI chat session sync across devices
Implements server-side persistence for AI chat sessions, allowing users
to continue conversations across devices and browser sessions. Related
to #1059.

Backend:
- Add chat session CRUD API endpoints (GET/PUT/DELETE)
- Add persistence layer with per-user session storage
- Support session cleanup for old sessions (90 days)
- Multi-user support via auth context

Frontend:
- Rewrite aiChat store with server sync (debounced)
- Add session management UI (new conversation, switch, delete)
- Local storage as fallback/cache
- Initialize sync on app startup when AI is enabled
2026-01-08 10:47:45 +00:00
..
hashpw fix: Update runtime config when toggling Docker update actions setting 2026-01-03 11:14:17 +00:00
pulse test: add PULSE_DATA_DIR to TestMainCmd 2026-01-04 19:15:38 +00:00
pulse-agent feat: Add AI chat session sync across devices 2026-01-08 10:47:45 +00:00
pulse-host-agent fix: Update runtime config when toggling Docker update actions setting 2026-01-03 11:14:17 +00:00
pulse-sensor-proxy docs: comprehensive core and Pro documentation overhaul 2026-01-07 17:38:27 +00:00