diff options
| author | Taylor Mullen <[email protected]> | 2025-05-20 00:21:01 -0700 |
|---|---|---|
| committer | N. Taylor Mullen <[email protected]> | 2025-05-20 00:23:12 -0700 |
| commit | 6ca446bdeda359339b20aaf024d5cce4234bfe9a (patch) | |
| tree | 63a93661d0359996267850e3c7dde7dd749c38c2 /packages/cli/src/ui/components/shared/multiline-editor.tsx | |
| parent | 9c72a3ae129a5ab6cbc13fded86da01f2a354a75 (diff) | |
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.
Diffstat (limited to 'packages/cli/src/ui/components/shared/multiline-editor.tsx')
0 files changed, 0 insertions, 0 deletions
