Added
- Cursor: Cursor IDE/CLI added as 8th session provider — imports JSONL agent transcripts and SQLite chat databases from
~/.cursor/. Supports session browsing, search, transcript viewing, subagent hierarchy, and resume command. No Cockpit support in this release. - Discoverability: New-provider detection banner appears in the sessions view when a newly supported agent is found on disk but not yet enabled, prompting users to turn it on.
- Onboarding: Update tour now auto-generates a slide for newly available providers, so users see what's new without digging into preferences.
- Session sources:
versionIntroducedandfeatureDescriptionmetadata added to session source model for use in discoverability and onboarding flows.
Fixed
- Cursor: Subagent metadata (
parentSessionID,subagentType) now preserved during CursorSessionIndexer session merges. - Reliability: Replaced unbounded
waitUntilExitwith boundedProcess.waitForExitacross CLI integrations (Codex, Gemini, Preferences), preventing potential hangs on unresponsive child processes.
Maintenance
- Schema drift fixtures updated for Copilot
session.shutdownand Claudeattachmentevent types. - Agent support matrix bumped for weekly format checks (2026-04-06).
- OpenCode fixture version bumped to 1.3.17.