GitHub Copilot CLI v0.0.394 adds GitHub Enterprise Cloud support, infinite SDK sessions, and new session-search and slash-command queuing shortcuts.
$ git clone --branch v0.0.394 https://github.com/github/copilot-cli.git # already have the repo? check out this version: $ git checkout v0.0.394
$ /resume
# then press / to filter sessions by keyword - ›Adds GitHub Enterprise Cloud (
*.ghe.com) support to the/delegatecommand. - ›The
/delegatecommand now accepts an optional prompt and uses conversation context when invoked. - ›Queue slash commands alongside messages using Ctrl+D.
- ›Press
/to search sessions inside/resume. - ›SDK supports infinite sessions with automatic context compaction.
+2 moreshow less
- ›Deduplicates identical model instruction files to save context window space.
- ›Git status now updates on-demand instead of polling every 15 seconds, reducing background overhead.