GitHub has rolled out a major update to its AI coding assistant, GitHub Copilot, introducing advanced features that convert visual designs into code and predict subsequent code edits.
Integrated into the Copilot Chat interface, these enhancements align with the recent Visual Studio Code 1.97 update and December’s Copilot free plan announcement, marking a new chapter in AI-assisted development.
The update introduces two major innovations. First, the new Vision for Copilot feature allows developers to upload images—ranging from screenshots and wireframes to design diagrams—and have them automatically translated into functional HTML, CSS, and JavaScript.
Second, Next Edit Suggestions leverage artificial intelligence to analyze recent code modifications and anticipate further changes, streamlining workflows and reducing manual refactoring.
Predictive Editing with Next Edit Suggestions
GitHub has rolled out its Next Edit Suggestions, a feature that analyzes recent code modifications to forecast subsequent changes. For example, when a developer renames a variable, the tool automatically proposes similar updates across the codebase, reducing manual effort and streamlining refactoring.
This anticipatory functionality is detailed in GitHub’s Next Edit Suggestions, illustrating a shift from reactive code completions to proactive assistance.

Agent Mode: A More Autonomous Assistant
Expanding on the capabilities of Copilot Edits, GitHub has introduced Agent Mode, which automates the process of identifying and updating relevant files based on a developer’s instructions.
Previously, users had to manually select files for multi-file edits; now, Agent Mode streamlines this process by intelligently determining which files require modification.
As GitHub CEO Thomas Dohmke stated, “Copilot [now] does more of the work to figure out the intent that you had with your original request, and then tries to solve that.”
This development, first previewed at GitHub Universe, marks a big step toward a more autonomous coding assistant.
Visual Input for Code Generation
The Vision for Copilot feature transforms how developers convert design assets into code. By simply uploading a screenshot, wireframe, or design diagram, the tool interprets visual information and generates corresponding HTML, CSS, and JavaScript.
Originally available as a Visual Studio Code extension, this capability is now fully integrated into Copilot Chat.

The convergence of Vision for Copilot, Next Edit Suggestions, and Agent Mode are a significant shift toward AI-assisted development. By converting images into code and predicting subsequent edits, GitHub Copilot reduces manual tasks and acts as a collaborative partner in coding.