|
| 1 | +## 0.0.356 - 2025-11-13 |
| 2 | + |
| 3 | +- GPT-5.1, GPT-5.1-Codex, and GPT-5.1-Codex-Mini are now available in GitHub Copilot CLI. See the [GitHub Changelog](https://github.blog/changelog/2025-11-13-openais-gpt-5-1-gpt-5-1-codex-and-gpt-5-1-codex-mini-are-now-in-public-preview-for-github-copilot/) for more details |
| 4 | + |
| 5 | +## 0.0.355 - 2025-11-12 |
| 6 | + |
| 7 | +- Enabled the CLI agent to read its own `/help` and README to answer questions about its capabilities |
| 8 | +- Improved parsing of VSCode-formatted custom agents with the `.agent.md` suffix |
| 9 | +- Sanitize tool names to fix issues like https://github.com/github/copilot-cli/issues/456 |
| 10 | +- Bundled `ripgrep` and added `grep` and `glob` tools for more performant searching of codebases |
| 11 | +- Fixed malformed tool call handling before it reaches the UI (partially addresses https://github.com/github/copilot-cli/issues/393) |
| 12 | +- Prevent double line wraps in markdown messages |
| 13 | +- Fixed a bug where the file selector was used in multi-line input that led to unexpected up/down arrow behavior (fixes https://github.com/github/copilot-cli/issues/350) |
| 14 | +- Fixed a bug where remote MCP server configuration in custom agents was not fetched properly |
| 15 | +- Added more detail and improved the styling of the `/session` command's output |
| 16 | +- Removed the internal `NODE_ENV` variable from the shell tool's environment (fixes https://github.com/github/copilot-cli/issues/151) |
| 17 | +- Fixed a memory leak when using the interactive shell tool |
| 18 | +- Improved line number formatting in file view output (fixes https://github.com/github/copilot-cli/issues/471) |
| 19 | +- Lowered the default shell tool timeout and updated prompt language to not imply that timeout means failure |
| 20 | +- Ensured that we query the terminal background color before rendering (fixes https://github.com/github/copilot-cli/issues/36) |
| 21 | +- Ensured that the agent won't run `pkill` on its own PID |
| 22 | +- Fixed a bug where `copilot` would not quit after an abort signal (fixes https://github.com/github/copilot-cli/issues/529) |
| 23 | +- Ensure `!` commands on Windows use PowerShell when available (fixes https://github.com/github/copilot-cli/issues/504) |
| 24 | +- Fixed a bug in Windows Terminal where keyboard input was not accepted |
| 25 | + |
1 | 26 | ## 0.0.354 - 2025-11-03 |
2 | 27 |
|
3 | 28 | - Exit with nonzero code when `-p` mode fails due to LLM backend errors (auth failures, quota exhaustion, network issues) |
|
0 commit comments