GitHub Copilot CLI v0.0.374 adds auto-compaction, a /compact command, built-in subagents, and a web_fetch tool.
$ git clone --branch v0.0.374 https://github.com/github/copilot-cli.git # already have the repo? check out this version: $ git checkout v0.0.374
$ /compact - ›Adds
/compactcommand to manually compact the conversation context. - ›Adds
web_fetchbuilt-in tool for fetching web content directly within a session. - ›Introduces auto-compaction that triggers automatically at 95% of the token limit to keep sessions alive.
- ›Introduces built-in subagents for exploring and managing tasks.