F3 SLICE-5 review fixes: fence-aware replacement extraction + editSelection guards (#6)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ben Stull
2026-06-10 10:35:16 -07:00
parent 258d1fa914
commit fe23ffa100
5 changed files with 41 additions and 11 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ const options = {
bundle: true,
platform: "node",
format: "cjs",
target: "node20",
target: "node22",
sourcemap: true,
// vscode is provided by the host; @cline/sdk is ESM-only and is loaded at
// runtime via dynamic import() from node_modules, so keep both external.