Skip to content

0.1.1

Choose a tag to compare

@github-actions github-actions released this 17 Jun 08:21
· 3 commits to main since this release

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