copilot-cli
copilot-cli copied to clipboard
GitHub Copilot CLI brings the power of Copilot coding agent directly to your terminal.
> I’m not using a screen reader but I would suggest that when you first time start the “copilot” it provides an interactive dialog to prepare the configuration for the...
### Describe the bug When `copilot` has issues reading from configuration file, it displays a error in the timeline that can be unhelpful for fixing the configuration problem: ``` ×...
### Describe the feature or problem you'd like to solve Terminal multiplexers like `tmux` and `screen` allow users to work with multiple virtual terminals at the same time. Sighted users...
### Describe the feature or problem you'd like to solve When copilot is invoked, the current working directory is where it starts until the user uses the `/cwd` slash command....
### Describe the bug When running Copilot CLI inside CI (non-interactive), it occasionally prompts for access to /dev/null, which makes no sense in this context since there’s no user to...
### Describe the bug When in the mcp add page, the inputs of shift+tab are not properly recognized and instead read as just pressing tab. Also I am unable to...
### Describe the bug Even when prompted, copilot cli appears unable to use its built-in github mcp server and instead defaults to using `gh` on the command line. ### Affected...
Congratulations on the [latest version](https://github.com/github/copilot-cli/releases/tag/v0.0.353) of Copilot CLI the custom agent is supported. I would like to clarify: is the custom agent a sub-agent? Can the custom agent run in...
### Describe the bug ``` ╭────────────────────────────────────────────────────────────────────────────╮ │ > /model │ ╰────────────────────────────────────────────────────────────────────────────╯ × Model call failed: {"message":"The requested model is not supported.","code" :"model_not_supported","param":"model","type":"invalid_request_error"}t pr ``` ### Affected version 0.0.328 Commit: 3755a93...
Hi all I am coding a Telegram chatbot. As part of the workflow I am building commands that are trigger by typing a /. Example /help or /dothis. Interestingly, when...