Describe the bug
Copilot CLI 1.0.84-8 launches its interactive interface in macOS Terminal, but it does not respond to keyboard input. The interface finishes loading and remains displayed, but typing commands or prompts has no effect.
Non-interactive mode works, and the earlier Copilot CLI 1.0.81-9 interactive interface works in the same terminal environment.
Affected version
1.0.84-8
Steps to reproduce the behavior
- Open macOS Terminal.
- Run: copilot
- Wait for the interactive interface to finish loading.
- Type a prompt or attempt to use a keyboard command.
- Observe that the interface does not respond to keyboard input.
The cached 1.0.81-9 version accepts interactive input in the same terminal:
COPILOT_AUTO_UPDATE=false node "$HOME/Library/Caches/copilot/pkg/darwin-arm64/1.0.81-9/index.js"
Expected behavior
The interactive interface should accept keyboard input after loading, allowing prompts and commands to be entered normally.
Additional context
Operating system: macOS
CPU architecture: Apple Silicon / ARM64
Terminal emulator: macOS Terminal
Shell: zsh
The problem appears limited to the interactive terminal interface in version 1.0.84-8.
Authentication and model access work in non-interactive mode.
Version 1.0.81-9 works interactively in the same environment.
Describe the bug
Copilot CLI 1.0.84-8 launches its interactive interface in macOS Terminal, but it does not respond to keyboard input. The interface finishes loading and remains displayed, but typing commands or prompts has no effect.
Non-interactive mode works, and the earlier Copilot CLI 1.0.81-9 interactive interface works in the same terminal environment.
Affected version
1.0.84-8
Steps to reproduce the behavior
The cached 1.0.81-9 version accepts interactive input in the same terminal:
COPILOT_AUTO_UPDATE=false node "$HOME/Library/Caches/copilot/pkg/darwin-arm64/1.0.81-9/index.js"
Expected behavior
The interactive interface should accept keyboard input after loading, allowing prompts and commands to be entered normally.
Additional context
Operating system: macOS
CPU architecture: Apple Silicon / ARM64
Terminal emulator: macOS Terminal
Shell: zsh
The problem appears limited to the interactive terminal interface in version 1.0.84-8.
Authentication and model access work in non-interactive mode.
Version 1.0.81-9 works interactively in the same environment.