Highlights
- Agent Watchers now see sessions run from the VSCode extension. The Claude Code extension (VSCode, Cursor, Windsurf) spawns its own bundled CLI from the extension folder, a path the process scanner did not know, so extension-only sessions never showed a watcher. They now appear like any terminal session, IDE badge included. Requires a current extension: old 2.0.x builds ran through node and stay undetectable. Thanks to @mhmmsips for the report.
- History speaks Claude 5. Opus 5 and Sonnet 5 get their own labels and colors in the History tab instead of showing up as "Opus 4.8" and an unversioned "Sonnet"; already-parsed history reclassifies automatically on first open. Both also reported by @mhmmsips, three sharp reports in one day.
What's Changed
- fix: recognise the Claude 5 generation in History (Opus 5, Sonnet 5) by @AThevon in #263
- feat: detect Claude Code sessions run from the VSCode-family extension by @AThevon in #264
- v5.13.0 - VSCode extension watchers, Claude 5 in History by @AThevon in #265
Full Changelog: v5.12.3...v5.13.0