-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Bash tool breaks on NixOS with version >=1.0.49 #3392
Copy link
Copy link
Open
Labels
area:platform-linuxLinux-specific: Wayland, X11, Ubuntu, Fedora, Alpine, ARM, terminal emulatorsLinux-specific: Wayland, X11, Ubuntu, Fedora, Alpine, ARM, terminal emulatorsarea:toolsBuilt-in tools: file editing, shell, search, LSP, git, and tool call behaviorBuilt-in tools: file editing, shell, search, LSP, git, and tool call behavior
Metadata
Metadata
Assignees
Labels
area:platform-linuxLinux-specific: Wayland, X11, Ubuntu, Fedora, Alpine, ARM, terminal emulatorsLinux-specific: Wayland, X11, Ubuntu, Fedora, Alpine, ARM, terminal emulatorsarea:toolsBuilt-in tools: file editing, shell, search, LSP, git, and tool call behaviorBuilt-in tools: file editing, shell, search, LSP, git, and tool call behavior
Type
Fields
Give feedbackNo fields configured for Bug.
Describe the bug
Bash tool breaks on NixOS when updated to version >=1.0.49 (also present on 1.0.50). When the agent tries to run any command, it errors with:
Running copilot-cli with strace -f gives the following output:
This seems to be the only relevant syscall related to the tool call.
NixOS does not have
/bin/bash, only/bin/sh.Affected version
GitHub Copilot CLI 1.0.50.
Steps to reproduce the behavior
Expected behavior
Additional context
No response