Re-enable open tool (#29707)

Release Notes:

- Added `open` tool for opening files or URLs.
This commit is contained in:
Richard Feldman 2025-04-30 22:33:52 -04:00 committed by GitHub
parent 1bf9e15f26
commit 5872276511
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 102 additions and 3 deletions

1
Cargo.lock generated
View file

@ -732,6 +732,7 @@ dependencies = [
"serde_json",
"settings",
"task",
"tempfile",
"terminal",
"terminal_view",
"tree-sitter-rust",