index
:
dev/gemini-cli
devel
jcarr
main
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
core
/
src
/
tools
/
shell.ts
Age
Commit message (
Expand
)
Author
2025-08-19
feat(core): refactor shell execution to use node-pty (#6491)
Gal Zahavi
2025-08-19
feat(core): Cleanup after migrating tools. (#6199)
joshualitt
2025-08-15
Fix shell tool description to be os-specific (#6335)
Tommaso Sciortino
2025-08-15
Revert #6088 (#6328)
Gal Zahavi
2025-08-14
feat(core): refactor shell execution to use node-pty (#6088)
Gal Zahavi
2025-08-13
chore(build/compiler): Enable a bunch of strict TS compiler options. (#6138)
Richie Foreman
2025-08-13
feat(core): Migrate read_many_files, shell, and web_fetch. (#6167)
joshualitt
2025-08-13
Zed integration schema upgrade (#5536)
Agus Zubiaga
2025-08-11
feat: migrate tools to use parametersJsonSchema. (#5330)
Wanlin Du
2025-08-08
fix: properly report tool errors in telemetry (#5688)
Akhil Appana
2025-07-30
feat: Multi-Directory Workspace Support (part1: add `--include-directories` o...
Yuki Okita
2025-07-26
refactor(core): Centralize shell logic into ShellExecutionService (#4823)
Abhi
2025-07-25
Safer Shell command Execution (#4795)
matt korwel
2025-07-24
feat: add GEMINI_CLI environment variable to spawned shell commands (#4791)
Daniel Lee
2025-07-17
Zed integration (#4266)
Conrad Irwin
2025-07-15
Enable tool summarization only when explicitly set in settings.json (#4140)
anj-s
2025-07-13
feat(tools): Centralize shell tool summarization (#4009)
N. Taylor Mullen
2025-07-11
Summarize tool call outputs using tool specific summarizers (#3745)
anj-s
2025-07-08
Improve Function Call argument validation and typing (#2881)
Tommaso Sciortino
2025-07-07
Re-enable backticks in shell tool usage. (#3360)
N. Taylor Mullen
2025-07-07
feat(core): improve error messages in isCommandAllowed (#3349)
Yuki Okita
2025-07-04
Add and improve JSDoc comments for core tool methods (#3128)
moon jooho
2025-06-30
feat(shell): Enable prefix matching for flexible command validation (#2653)
Jerop Kipruto
2025-06-29
feat: allow command-specific restrictions for ShellTool (#2605)
Jerop Kipruto
2025-06-28
Inline the description and schema of the shell tool in the source (#1709)
Billy Biggs
2025-06-15
fix(core): Improve shell tool reliability and test portability (#1036)
Sijie Wang
2025-06-09
Windows: Refactor Shell Scripts to Node.js for Cross-Platform Compatibility (...
matt korwel
2025-06-09
rename shell tool more intuitively as run_shell_command (from historical name...
Olcan
2025-06-08
Revert "Add batch editing capabilities to Edit Tool (#648)" (#857)
N. Taylor Mullen
2025-06-08
fix(tool-scheduler): Correctly pipe cancellation signal to tool calls (#852)
N. Taylor Mullen
2025-06-06
Add batch editing capabilities to Edit Tool (#648)
Keith Ballinger
2025-06-05
Jacob314/memory fixes (#754)
Jacob Richman
2025-06-04
Ignore folders files (#651)
Keith Ballinger
2025-06-02
strip ansi from shell output (#699)
Olcan
2025-05-30
expose shell process group id to model, along with instructions for how to te...
Olcan
2025-05-30
Rename server->core (#638)
Tommaso Sciortino