index
:
dev/gemini-cli
devel
jcarr
main
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
server
/
src
/
tools
/
shell.ts
Age
Commit message (
Expand
)
Author
2025-05-22
fix: forward entire tool call confirmation object through useToolScheduler (#...
Brandon Keiji
2025-05-21
switch to spawn for shell mode (#467)
Olcan
2025-05-21
fix exit code for shell tool (#465)
Olcan
2025-05-19
fix SIGPIPE and race condition causing dropping of final output ( "command no...
Olcan
2025-05-18
fix(shell): Improve error reporting for shell command failures
Taylor Mullen
2025-05-10
Enable tools to cancel active execution.
Taylor Mullen
2025-05-08
fix json import warning (#291)
Olcan
2025-05-06
drop restriction on whitespace in bash commands (#272)
Olcan
2025-05-06
use temp file instead of footer to allow arbitrary chunking of streams and ar...
Olcan
2025-05-02
Use parameter properties where possible. (#242)
Jacob Richman
2025-04-30
simplify directory display in shell tool description (#230)
Olcan
2025-04-29
do not prepend ./ to absolute paths or . (#220)
Olcan
2025-04-28
switch to shell tool, deprecating terminal (#203)
Olcan
2025-04-28
do not prepend ./ unless missing (#200)
Olcan
2025-04-28
rename dev image with -dev suffix (#195)
Olcan
2025-04-28
shell tool tweaks (#194)
Olcan
2025-04-27
minimal shell tool (#191)
Olcan
2025-04-25
more consistent confirmations, TODO to improve write confirmations, drop "des...
Olcan
2025-04-24
enable json imports (#165)
Olcan
2025-04-24
shell bones (#160)
Olcan