Describe the bug
Every time on MacOS i try to run a Github CLI session it hits a bug where it cannot parse the 'a' character and skips in each command.
e.g. runs git add file/abc123 -> git dd file/abc123
Affected version
1.0.39
Steps to reproduce the behavior
- I open CLI on terminal or vscode chat
- It responds and runs any bash command with an 'a'
- The command gets incomplete because 'a' is getting skipped/stripped
- command fails
Expected behavior
It should be able to seamlessly type any command without the 'a' getting stripped?
Additional context
- iTerm2
- Bash / zsh
- MacOS Sequoia 15.7.5
- CLI version 1.0.39
Describe the bug
Every time on MacOS i try to run a Github CLI session it hits a bug where it cannot parse the 'a' character and skips in each command.
e.g. runs
git add file/abc123->git dd file/abc123Affected version
1.0.39
Steps to reproduce the behavior
Expected behavior
It should be able to seamlessly type any command without the 'a' getting stripped?
Additional context