mirror of
https://github.com/Pythagora-io/gpt-pilot.git
synced 2026-05-09 03:00:20 -04:00
Remove dead loadSessions call from deleteSession controller that was silently failing due to sessionsLoading guard. The refresh now happens explicitly in the UI layer after successful deletion. - src/ui/controllers/sessions.ts: remove internal loadSessions call - src/ui/app-render.ts: add async onDelete handler with explicit refresh