Rebeca Moen
Jan 21, 2026 22:20
GitHub Copilot CLI introduces plan mode for collaborative coding, GPT-5.2-Codex mannequin, and infinite session assist by means of auto-compaction options.
GitHub shipped a considerable replace to Copilot CLI on January 21, 2026, introducing plan mode—a characteristic that lets builders collaborate with the AI earlier than any code will get written. The replace additionally brings GPT-5.2-Codex and session administration instruments that successfully eradicate context window limitations.
Plan mode addresses a persistent frustration with AI coding assistants: they typically begin implementing earlier than totally understanding the duty. Press Shift + Tab to enter plan mode, the place Copilot analyzes your request, asks clarifying questions on scope, and builds a structured implementation plan. You assessment and approve earlier than a single line of code seems.
The brand new ask_user device powers this conversational method, prompting for enter on design selections and confirming assumptions. Consider it as a technical spec session with an AI that really listens.
GPT-5.2-Codex and Reasoning Controls
The most recent Codex mannequin optimized for code technology is now obtainable by way of the /mannequin command or –model gpt-5.2-codex flag. GitHub added configurable reasoning effort for GPT fashions with prolonged pondering capabilities, letting builders stability response velocity towards reasoning depth.
Ctrl + T toggles visibility of the mannequin’s reasoning steps throughout technology. The setting persists throughout classes—helpful for understanding how Copilot approaches advanced issues or debugging surprising outputs.
Infinite Periods and Actual-Time Steering
Auto-compaction kicks in when conversations hit 95% of the token restrict, compressing historical past within the background with out interruption. Guide compression is accessible by way of /compact, and /context exhibits detailed token utilization breakdown.
Builders can now queue extra messages whereas Copilot is pondering—ship follow-up directions or steer the dialog with out ready. When rejecting a device permission request, inline suggestions helps Copilot adapt its method somewhat than halting solely.
Code Evaluation and Reminiscence
The /assessment command analyzes staged or unstaged adjustments straight within the terminal. Copilot additionally now shops conventions, patterns, and preferences it learns throughout classes, making future interactions extra productive.
GitHub Copilot has been activated by over a million builders and adopted by greater than 20,000 organizations since launch. The CLI entered public beta in November 2023, with studies indicating roughly 30% of coding ideas get accepted.
Replace by way of brew improve copilot-cli, winget improve GitHub.Copilot, or npm set up -g @github/copilot@newest. GitHub CLI customers can run gh copilot to get began—first-time use prompts automated set up.
Picture supply: Shutterstock

