| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-09 | Windows: Refactor Shell Scripts to Node.js for Cross-Platform Compatibility ↵ | matt korwel | |
| (#784) | |||
| 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 | |
| - 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. | |||
