gemini-cli/packages/cli
Castor Gemini aa805c9c70 feat(cli): process shell output with gemini
This change extends the shell command processing functionality.

After a shell commands output is successfully written to a log file
in /tmp, the application will now automatically invoke `gemini --input`
with the generated filename to process the contents of that log file.

This enables a seamless workflow where shell command results can be
immediately used as context for further interactions with the Gemini CLI.
2025-08-22 11:35:08 -05:00
..
src feat(cli): process shell output with gemini 2025-08-22 11:35:08 -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