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 get rid of context window limitations.
Plan mode addresses a persistent frustration with AI coding assistants: they typically begin implementing earlier than absolutely 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 choices 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 accessible through the /mannequin command or –model gpt-5.2-codex flag. GitHub added configurable reasoning effort for GPT fashions with prolonged considering capabilities, letting builders stability response pace in opposition to reasoning depth.
Ctrl + T toggles visibility of the mannequin’s reasoning steps throughout technology. The setting persists throughout periods—helpful for understanding how Copilot approaches complicated 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. Handbook compression is obtainable through /compact, and /context exhibits detailed token utilization breakdown.
Builders can now queue extra messages whereas Copilot is considering—ship follow-up directions or steer the dialog with out ready. When rejecting a device permission request, inline suggestions helps Copilot adapt its method fairly than halting completely.
Code Assessment and Reminiscence
The /assessment command analyzes staged or unstaged modifications instantly within the terminal. Copilot additionally now shops conventions, patterns, and preferences it learns throughout periods, 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 experiences indicating roughly 30% of coding ideas get accepted.
Replace through 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 computerized set up.
Picture supply: Shutterstock

