Skip to content

Commit 10fb3b7

Browse files
committed
fix: update builtin-schema snapshot to match upstream pi tool definitions
1 parent 4909fe2 commit 10fb3b7

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

test/fixtures/builtin-schemas.snapshot.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,11 @@
5353
"type": "string",
5454
"description": "Replacement text for this targeted edit."
5555
}
56-
},
57-
"additionalProperties": false
56+
}
5857
},
5958
"description": "One or more targeted replacements. Each edit is matched against the original file, not incrementally. Do not include overlapping or nested edits. If two changes touch the same block or nearby lines, merge them into one edit instead."
6059
}
61-
},
62-
"additionalProperties": false
60+
}
6361
},
6462
"write": {
6563
"type": "object",

0 commit comments

Comments
 (0)