Back to feed
- Enabled the CLI agent to read its own
/help and README to answer questions about its capabilities
- Improved parsing of VS Code-formatted custom agents with the
.agent.md suffix
- Sanitize tool names to fix issues with special characters
- Bundled
ripgrep and added grep and glob tools for more performant searching of codebases
- Fixed malformed tool call handling before it reaches the UI
- 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
- 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
- Fixed a memory leak when using the interactive shell tool
- Improved line number formatting in file view output
- 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
- Ensured that the agent won't run
pkill on its own PID
- Fixed a bug where
copilot would not quit after an abort signal
- Ensure
! commands on Windows use PowerShell when available
- Fixed a bug in Windows Terminal where keyboard input was not accepted