Version 0.0.333
- Added image support!
@-mention files to add them as input to the model. - Improved proxy support for users on Node.JS v24+. See this comment for more details (Fixes https://github.com/github/copilot-cli/issues/41)
- Added support for directly executing shell commands and bypassing the model by prepending input with
!(fixes https://github.com/github/copilot-cli/issues/186, https://github.com/github/copilot-cli/issues/12) - Added
/usageslash command to provide stats about Premium request usage, session time, code changes, and per-model token use. This information is also printed at the conclusion of a session (Fixes https://github.com/github/copilot-cli/issues/27, https://github.com/github/copilot-cli/issues/121) - Improved
--screen-readermode by replacing icons in the timeline with informative labels - Added a
--continueflag to resume the most recently closed session - Updated the
/clearcommand to properly clear old timeline entries/session information (Fixes https://github.com/github/copilot-cli/issues/170)