0.1.1
Fix Extract Selection losing content when selection is cleared after async operations
Use editor.replaceRange() with positions captured before any awaits instead of
editor.replaceSelection(), which could operate on a stale/lost selection—most
noticeable with long text or when a profile picker modal ran before extraction.
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
Full Changelog: 0.1.0...0.1.1