mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-01 21:57:10 -07:00
Remove terminal tool and dependencies.
- We now solely use the shell tool. This deletes all content around the legacy terminal tool so we can focus on improving the new Shell tool. - Remove instances from sandboxing, tests, utilities etc.
This commit is contained in:
committed by
N. Taylor Mullen
parent
6457e3b791
commit
de523f1688
@@ -30,6 +30,5 @@ export * from './tools/ls.js';
|
||||
export * from './tools/grep.js';
|
||||
export * from './tools/glob.js';
|
||||
export * from './tools/edit.js';
|
||||
export * from './tools/terminal.js';
|
||||
export * from './tools/write-file.js';
|
||||
export * from './tools/web-fetch.js';
|
||||
|
||||
Reference in New Issue
Block a user