Gal Zahavi
1accf61de8
Revert #6088 ( #6328 )
2025-08-15 17:27:33 +00:00
Gal Zahavi
bb1da420ff
feat(core): refactor shell execution to use node-pty ( #6088 )
2025-08-14 20:40:12 +00:00
Abhi
62b433e5a7
refactor(core): Centralize shell logic into ShellExecutionService ( #4823 )
2025-07-26 01:56:49 +00:00
Daniel Lee
0177710edb
feat: add GEMINI_CLI environment variable to spawned shell commands ( #4791 )
2025-07-24 17:13:00 +00:00
BOYI
021a798328
fix: character encoding issues in shell command processor ( #1949 )
...
Co-authored-by: Jacob Richman <jacob314@gmail.com >
Co-authored-by: Sandy Tao <sandytao520@icloud.com >
2025-07-21 22:26:40 +00:00
Jacob Richman
51addacea9
Make shell output consistent. ( #4469 )
2025-07-19 00:30:28 +00:00
Brandon Keiji
5ad4a0a826
fix: prepublish changes to package names ( #1420 )
2025-06-25 12:41:11 +00:00
Abhi
47c88dd25c
feat: Adds shell command context to gemini history ( #1076 )
2025-06-15 22:09:30 -04:00
matt korwel
920aa861cf
Windows: Refactor Shell Scripts to Node.js for Cross-Platform Compatibility ( #784 )
2025-06-09 12:19:42 -07:00
cperry-goog
a49f734c13
refactor: rename gemini-code to gemini-cli ( #822 )
2025-06-07 14:27:22 -07:00
Tommaso Sciortino
64bd136f42
Rename server->core ( #638 )
2025-05-30 18:25:47 -07:00
Olcan
3b7bf9c9bd
tweaks to shell abort logic based on feedback ( #618 )
2025-05-30 01:35:03 -07:00
Olcan
6b218284f8
use pending history item for shell mode, update as output is received ( #471 )
2025-05-21 13:16:50 -07:00
Olcan
58b1156e93
fix exit code for shell mode also ( #466 )
2025-05-21 09:00:54 -07:00
Taylor Mullen
07e811ca2d
fix(cli): Prevent truncation of first character in shell commands
...
- The shell command processor was incorrectly truncating the first
character of the command (e.g., 'ls' became 's') due to an
erroneous `slice(1)` operation, likely introduced during a
previous merge. This change removes the slice, ensuring the full
command is processed.
- Introduces unit tests for the shellCommandProcessor hook.
- Fixes a minor grammatical issue in the display of GEMINI.md file count.
2025-05-20 00:23:12 -07:00