summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/hooks/shellCommandProcessor.ts
AgeCommit message (Expand)Author
2025-08-24Refactor: Update hardcoded "gemini" command to "regex"Castor Gemini
2025-08-22feat(cli): process shell output with geminiCastor Gemini
2025-08-22feat(cli): log shell command output to a fileCastor Gemini
2025-08-19feat(core): refactor shell execution to use node-pty (#6491)Gal Zahavi
2025-08-15Revert #6088 (#6328)Gal Zahavi
2025-08-14feat(core): refactor shell execution to use node-pty (#6088)Gal Zahavi
2025-07-26refactor(core): Centralize shell logic into ShellExecutionService (#4823)Abhi
2025-07-24feat: add GEMINI_CLI environment variable to spawned shell commands (#4791)Daniel Lee
2025-07-21fix: character encoding issues in shell command processor (#1949)BOYI
2025-07-21Various spelling improvements (#3497)Josh Soref
2025-07-19Make shell output consistent. (#4469)Jacob Richman
2025-06-25fix: prepublish changes to package names (#1420)Brandon Keiji
2025-06-15feat: Adds shell command context to gemini history (#1076)Abhi
2025-06-09Windows: Refactor Shell Scripts to Node.js for Cross-Platform Compatibility (...matt korwel
2025-06-07refactor: rename gemini-code to gemini-cli (#822)cperry-goog
2025-06-02strip ansi from shell output (#699)Olcan
2025-05-30Rename server->core (#638)Tommaso Sciortino
2025-05-30tweaks to shell abort logic based on feedback (#618)Olcan
2025-05-30allow aborting of shell mode (!) commands, similar to shell tool commands. fi...Olcan
2025-05-30update shell output at an interval to reduce flicker (#614)Olcan
2025-05-28much improved support for background processes, avoiding termination (via SIG...Olcan
2025-05-21use pending history item for shell mode, update as output is received (#471)Olcan
2025-05-21space outputs in shell mode (#469)Olcan
2025-05-21switch to spawn for shell mode (#467)Olcan
2025-05-21fix exit code for shell mode also (#466)Olcan
2025-05-20fix(cli): Prevent truncation of first character in shell commandsTaylor Mullen
2025-05-19fix: Ensure user written `!` is treated opaquely if not in shell mode\n\n- Ad...Taylor Mullen
2025-05-19switch from console.warn to info item (#440)Olcan
2025-05-19warn on cd in shell mode. done robustly based on lessons from shell tool. log...Olcan
2025-05-18feat(cli): Introduce toggleable shell mode with enhanced UITaylor Mullen
2025-05-16refactor: derive streaming state from tool calls and isresponding state (#376)Brandon Keiji
2025-05-13refactor: move nested debugmessage and slashcommand hooks outside of useGemin...Brandon Keiji
2025-05-06refactor(cli): Centralize history management via useHistoryManager hook (#261)Allen Hutchison
2025-05-01prevent crash on empty shell cmd with $ or ! (#240)Olcan
2025-04-30Added bang(!) commands as a shell passthroughSeth Troisi