Skip to content

Releases: github/copilot-cli

0.0.359

17 Nov 23:15
91ce861

Choose a tag to compare

2025-11-17

  • Support adding images to context via drag & dropping and pasting paths to image files. Improved how image slugs are rendered in the input box
  • Add /share command to save session as markdown file or GitHub gist
  • Fix a bug where cached tokens were displaying as zero at the end of the session
  • Enable USE_BUILTIN_RIPGREP environment variable to optionally use ripgrep from PATH
  • Fix an issue where sourcing custom agents from the remote repository's default branch led to confusions about whether the local copy of the agent was being used
  • Fix custom agents configuration issues
  • Improve Ctrl+C performance
  • Improve tool argument parsing safety
  • Distinguish tool names from paths and improve tool success/error icons
  • copilot -p will no longer interactively prompt for permission requests
  • Remove unnecessary whitespace from tool descriptions

0.0.359-0

17 Nov 14:08
91ce861

Choose a tag to compare

0.0.359-0 Pre-release
Pre-release

Pre-release 0.0.359-0

0.0.358

14 Nov 15:19
c5e5dba

Choose a tag to compare

0.0.358 - 2025-11-14

Recovery release to fix availability of GPT-5.1, GPT-5.1-Codex, and GPT-5.1-Codex-Mini models.

0.0.358-1

14 Nov 15:10
c5e5dba

Choose a tag to compare

0.0.358-1 Pre-release
Pre-release

Pre-release 0.0.358-1

0.0.358-0

14 Nov 14:08
c5e5dba

Choose a tag to compare

0.0.358-0 Pre-release
Pre-release

Pre-release 0.0.358-0

0.0.357

14 Nov 02:18
c5e5dba

Choose a tag to compare

0.0.357 - 2025-11-13

Recovery release to fix an issue with image resizing.

0.0.357-0

14 Nov 02:02
c5e5dba

Choose a tag to compare

0.0.357-0 Pre-release
Pre-release

Pre-release 0.0.357-0

0.0.356

13 Nov 19:08
db7c66d

Choose a tag to compare

0.0.356 - 2025-11-13

  • GPT-5.1, GPT-5.1-Codex, and GPT-5.1-Codex-Mini are now available in GitHub Copilot CLI. See the GitHub Changelog for more details

0.0.356-0

13 Nov 14:09
db7c66d

Choose a tag to compare

0.0.356-0 Pre-release
Pre-release

Pre-release 0.0.356-0

0.0.355

12 Nov 22:27
db7c66d

Choose a tag to compare

0.0.355 - 2025-11-12

  • Enabled the CLI agent to read its own /help and README to answer questions about its capabilities
  • Improved parsing of VSCode-formatted custom agents with the .agent.md suffix
  • Sanitize tool names to fix issues like #456
  • Bundled ripgrep and added grep and glob tools for more performant searching of codebases
  • Fixed malformed tool call handling before it reaches the UI (partially addresses #393)
  • Prevent double line wraps in markdown messages
  • Fixed a bug where the file selector was used in multi-line input that led to unexpected up/down arrow behavior (fixes #350)
  • Fixed a bug where remote MCP server configuration in custom agents was not fetched properly
  • Added more detail and improved the styling of the /session command's output
  • Removed the internal NODE_ENV variable from the shell tool's environment (fixes #151)
  • Fixed a memory leak when using the interactive shell tool
  • Improved line number formatting in file view output (fixes #471)
  • Lowered the default shell tool timeout and updated prompt language to not imply that timeout means failure
  • Ensured that we query the terminal background color before rendering (fixes #36)
  • Ensured that the agent won't run pkill on its own PID
  • Fixed a bug where copilot would not quit after an abort signal (fixes #529)
  • Ensure ! commands on Windows use PowerShell when available (fixes #504)
  • Fixed a bug in Windows Terminal where keyboard input was not accepted