summaryrefslogtreecommitdiff
path: root/packages/core/src/tools/shell.test.ts
AgeCommit message (Expand)Author
2025-08-19feat(core): refactor shell execution to use node-pty (#6491)Gal Zahavi
2025-08-15use toMatchSnapshot in test (#6344)Tommaso Sciortino
2025-08-15Fix shell tool description to be os-specific (#6335)Tommaso Sciortino
2025-08-15Revert #6088 (#6328)Gal Zahavi
2025-08-14feat(core): refactor shell execution to use node-pty (#6088)Gal Zahavi
2025-08-13feat(core): Migrate read_many_files, shell, and web_fetch. (#6167)joshualitt
2025-08-08fix: properly report tool errors in telemetry (#5688)Akhil Appana
2025-07-30feat: Multi-Directory Workspace Support (part1: add `--include-directories` o...Yuki Okita
2025-07-26refactor(core): Centralize shell logic into ShellExecutionService (#4823)Abhi
2025-07-25Run presubmit tests in windows as well as linux. (#4672)Tommaso Sciortino
2025-07-25Safer Shell command Execution (#4795)matt korwel
2025-07-25Make shell.test.ts windows compatible (#4858)Tommaso Sciortino
2025-07-24feat: add GEMINI_CLI environment variable to spawned shell commands (#4791)Daniel Lee
2025-07-15Enable tool summarization only when explicitly set in settings.json (#4140)anj-s
2025-07-13feat(tools): Centralize shell tool summarization (#4009)N. Taylor Mullen
2025-07-07Re-enable backticks in shell tool usage. (#3360)N. Taylor Mullen
2025-07-07feat(core): improve error messages in isCommandAllowed (#3349)Yuki Okita
2025-06-30feat(shell): Enable prefix matching for flexible command validation (#2653)Jerop Kipruto
2025-06-29feat: allow command-specific restrictions for ShellTool (#2605)Jerop Kipruto