v0.36.1
Improvements
Context Menu for Local File Links — Right-click any local file link in the transcript to get a context menu with quick actions: open in your configured editor (Cursor, VS Code, Xcode, Windsurf, or a custom command), open in Preview (macOS), reveal in Finder/Folder, or hand off to the OS default app. Each entry shows the actual app icon for fast scanning, and the menu appears at your cursor position so it feels native. jake
Smarter Default Open Behavior — Plain clicks on local file links now route based on file type: source files (.ts, .tsx, .py, .go, .md, .json, dotfiles like .gitignore, well-known names like Dockerfile/Makefile, and dozens more) open in your editor, while everything else (PDFs, images, archives, etc.) opens in the OS default app. No more bouncing through the wrong tool to view a screenshot or PDF. jake
Sidebar Diff Opens in Editor — Opening a file from the sidebar diff list now explicitly launches your configured editor instead of guessing based on file type, so you always land where you expect to make edits. jake
Under the Hood
Tests for External Open & Path Utils — Added tests covering external open routing and the new editor-vs-default file classification. jake