Add initial scripting_tool (#26066)

Just a basic implementation so we can start trying it out.

Release Notes:

- N/A

---------

Co-authored-by: Marshall <marshall@zed.dev>
Co-authored-by: Michael <michael@zed.dev>
This commit is contained in:
Richard Feldman 2025-03-04 17:59:19 -05:00 committed by GitHub
parent 886d8c1cab
commit a4ec0af681
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 932 additions and 0 deletions

View file

@ -477,6 +477,7 @@ fn main() {
cx,
);
assistant_tools::init(cx);
scripting_tool::init(cx);
repl::init(app_state.fs.clone(), cx);
extension_host::init(
extension_host_proxy,