index
:
dev/gemini-cli
devel
jcarr
main
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
cli
/
src
/
ui
/
hooks
/
shellCommandProcessor.test.ts
Age
Commit message (
Expand
)
Author
2025-08-20
Refac: Centralize storage file management (#4078)
Yuki Okita
2025-08-19
feat(core): refactor shell execution to use node-pty (#6491)
Gal Zahavi
2025-08-15
Revert #6088 (#6328)
Gal Zahavi
2025-08-14
feat(core): refactor shell execution to use node-pty (#6088)
Gal Zahavi
2025-07-26
refactor(core): Centralize shell logic into ShellExecutionService (#4823)
Abhi
2025-07-24
feat: add GEMINI_CLI environment variable to spawned shell commands (#4791)
Daniel Lee
2025-07-21
fix: character encoding issues in shell command processor (#1949)
BOYI
2025-07-19
Make shell output consistent. (#4469)
Jacob Richman
2025-06-25
fix: prepublish changes to package names (#1420)
Brandon Keiji
2025-06-15
feat: Adds shell command context to gemini history (#1076)
Abhi
2025-06-09
Windows: Refactor Shell Scripts to Node.js for Cross-Platform Compatibility (...
matt korwel
2025-06-07
refactor: rename gemini-code to gemini-cli (#822)
cperry-goog
2025-05-30
Rename server->core (#638)
Tommaso Sciortino
2025-05-30
tweaks to shell abort logic based on feedback (#618)
Olcan
2025-05-21
use pending history item for shell mode, update as output is received (#471)
Olcan
2025-05-21
fix exit code for shell mode also (#466)
Olcan
2025-05-20
fix(cli): Prevent truncation of first character in shell commands
Taylor Mullen