Require confirmation for fetch tool

This commit is contained in:
Conrad Irwin 2025-08-25 09:01:05 -06:00
parent 69127d2bea
commit 273a58bf66
2 changed files with 8 additions and 3 deletions

View file

@ -118,7 +118,7 @@ impl Tool for FetchTool {
}
fn needs_confirmation(&self, _: &serde_json::Value, _: &Entity<Project>, _: &App) -> bool {
false
true
}
fn may_perform_edits(&self) -> bool {