v0.7.1 — the click finishes the journey
The click now finishes the journey: an extension-panel session opens as that very conversation, not just as the editor it lives in.
Deep link into the session
The Claude Code extension registers a URI handler: <scheme>://anthropic.claude-code/open?session=<id> resumes exactly that session in the editor's Claude panel, and the row click for an extension-panel session now sends it. The scheme is read from the editor's own Info.plist — Cursor registers cursor, VS Code vscode, every fork brings its own — so there is no catalog to maintain, and open -b pins the receiving app in case two forks claim one scheme. An editor whose extension lacks the handler still comes to the front as before.
A session running in an integrated terminal keeps app-level focus on purpose: deep-linking one of those would open a second copy of a conversation that already lives in the terminal.
The DMG is not notarized (no Developer ID yet): on first launch macOS will object — right-click → Open, or allow it in System Settings → Privacy & Security. The plugin channel and the in-app source build are unaffected.
Full details in CHANGELOG.md.