gemini-cli/packages/cli
Castor Gemini 985f472c4a feat(cli): log shell command output to a file
This change modifies the `shellCommandProcessor` to write the complete
output of any executed shell command to a log file in the /tmp
directory.

The filename is formatted as `gemini-cli-output-<timestamp>.log`.

This provides a persistent record of shell command interactions for
debugging and auditing purposes, without altering the user-facing
display in the CLI.
2025-08-22 11:32:49 -05:00
..
src feat(cli): log shell command output to a file 2025-08-22 11:32:49 -05:00
index.ts Auth First Run (#1207) 2025-06-19 16:52:22 -07:00
package.json chore(release): v0.1.21 (#6207) 2025-08-14 06:14:25 +00:00
test-setup.ts fix: ensure consistent theme behavior between local and CI test runs (#6358) 2025-08-19 05:56:46 +00:00
tsconfig.json feat(core): Migrate MockTools to declarative pattern. (#6197) 2025-08-15 15:44:26 +00:00
vitest.config.ts fix(ux) bug in replaceRange dealing with newLines that was breaking vim support (#5320) 2025-07-31 23:16:29 +00:00