Have edit_file_tool respect format_on_save (#31047)

Release Notes:

- Agents now automatically format after edits if `format_on_save` is
enabled.
This commit is contained in:
Richard Feldman 2025-05-23 15:59:19 -04:00 committed by GitHub
parent f3c2e71ca7
commit cb112a4012
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 419 additions and 3 deletions

1
Cargo.lock generated
View file

@ -683,6 +683,7 @@ dependencies = [
"language_model",
"language_models",
"log",
"lsp",
"markdown",
"open",
"paths",