summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/components/shared/multiline-editor.tsx
diff options
context:
space:
mode:
authorTaylor Mullen <[email protected]>2025-05-20 00:21:01 -0700
committerN. Taylor Mullen <[email protected]>2025-05-20 00:23:12 -0700
commit6ca446bdeda359339b20aaf024d5cce4234bfe9a (patch)
tree63a93661d0359996267850e3c7dde7dd749c38c2 /packages/cli/src/ui/components/shared/multiline-editor.tsx
parent9c72a3ae129a5ab6cbc13fded86da01f2a354a75 (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