GitHub Copilot has released weekly updates as of August 3, affecting its desktop application, command-line interface (CLI), and VS Code integration. These enhancements aim to improve how users resume and organize work, review changes, and ask questions while maintaining context.
Key Points
- The "Auto" feature now displays which model processed each completed request, along with available AI credit and cache details.
- Users can jump into shared sessions or use the
/sidecommand to explore parallel questions without disrupting their main task. - The updated "Impeccable" skill can be applied to mobile interfaces, with improved setup diagnostics and more focused design reviews.
- Sessions now start and switch more efficiently, with management of multiple concurrent sessions available via the Sessions sidebar.
- A new experimental
/worktreecommand allows creating an isolated worktree for separate conversations, providing an additional workspace for exploring changes. - The
/rewindcommand can restore conversations and files modified by Copilot without Git, preserving subsequent edits. - Dictation now uses a multilingual on-device model by default, supporting multiple languages and keeping audio on the device.
- The
/btwcommand enables asking side questions in a separate chat without interrupting the agent's current turn, sharing context and prompt cache from the primary conversation. - Markdown diffs can now be reviewed in context within the experimental hybrid Markdown editor, which keeps the document editable while indicating changes.
Context
According to the GitHub Changelog, these updates are part of the weekly releases for GitHub Copilot. The changes are designed to streamline workflows and provide more detailed insights into Copilot's operations.
Why It Matters
These updates offer developers enhanced control over their coding environment and interactions with GitHub Copilot, potentially improving productivity and the clarity of AI-assisted development. The introduction of multilingual dictation and detailed model information provides greater transparency and accessibility.
What To Do
- Note the new
/sideand/btwcommands for managing contextual inquiries. - Explore the experimental
/worktreecommand for isolated development spaces. - Test the updated dictation feature with its multilingual capabilities.
- Review the new Markdown diff functionality within the experimental hybrid Markdown editor.
- Check the "Auto" feature for model, AI credit, and cache details on completed requests.
