The July 2025 update to GitHub Copilot in Visual Studio Code (v1.103) focuses on making chat and agent workflows more reliable and easier to manage. Below are select highlights from this release.

Highlights

  • Chat checkpoints and edit workflow: Restore workspace state and chat history to previous points with chat checkpoints or edit prior requests inline for fine-tuning.
  • UI improvements to enhance focus: Try the revamped tool picker (Quick Tree) to easily enable agent tools and personalize the model picker with only the models you want to appear in the UI.

  • More reliable terminal and task interactions: Built-in run-in-terminal and task tools moved into core VS Code to reduce hanging terminals and enable richer integrations. Shell-integration warnings, consolidated terminal auto-approve settings, and output polling for long-running tasks improve safety and observability.

Experimental & preview features

  • Task lists in agent mode (experimental): Agents can maintain visible to-do lists in chat to track multi-step plans.

  • Tool grouping for large toolsets (experimental): When available tools exceed the per-request threshold, Copilot can group tools so a single request can work across many tools.

  • Dedicated coding agent sessions & Chat Sessions view (experimental): Manage Copilot coding agent sessions in dedicated chat editors or a Chat Sessions view to follow progress, provide follow-ups, and interact with long-running coding agent workflows.

Explore all new features and fixes in the full release notes. Happy coding!