#copilot
28 items tagged #copilot.
28 items tagged #copilot.
GitHub Copilot's Memory feature got CLI controls on May 26 — /memory on, /memory off, /memory show, plus a scope-at-capture-time prompt that distinguishes user-level preferences from repository-level facts. The audit step you didn't have a week ago.
GitHub shipped targeted model rules on May 26. Enterprise owners can allow specific Copilot models for specific organizations, with each model set Enabled (automatically on by default) or Optional. Public preview, Business and Enterprise plans.
GitHub made GPT-5.3-Codex the Copilot enterprise base model on May 17. Here is how to see which model you are actually using, pick a different one per session, and detect when the default changes under you.
On May 17, GitHub made GPT-5.3-Codex the base model for every Copilot Business and Enterprise org. Most developers on those plans didn't choose it and may not be able to change it. The model writing your code is becoming a platform decision.
From May 17, GPT-5.3-Codex is the base model for every Copilot Business and Enterprise organization, replacing GPT-4.1. It is also Copilot's first long-term-support model, guaranteed available for a year.
Copilot Edits shows a unified diff across every file before you apply. Most users skip straight to Apply All and miss the selective-accept workflow that makes multi-file edits actually safe.
A measured case study from upgrading a Java Spring Boot service. Copilot helped most with tests, repetitive API changes, and small refactors, not with the migration strategy.
Copilot Workspace, GitHub's task-oriented AI environment, is now generally available. Here's what's in the box, what isn't, and how it stacks up against Cursor's agent features.
Copilot Business and Enterprise users can now choose between Claude 3.5 Sonnet, Gemini 1.5 Pro, and GPT-4o within the same subscription. Individual plan access comes later this quarter.
Copilot's auto-review feature misses real bugs and flags style nits. Here's a three-pass workflow that uses Copilot for what it's good at and humans for what it isn't.
I built the same feature — a multi-step form with validation — twice, once in Copilot and once in Cursor. Same model under the hood. Different UX, different output, surprisingly different time-to-done.
Copilot Enterprise's data residency story is more nuanced than the marketing pages suggest. Here's what GitHub commits to in the contract versus what they hint at on the website.
Knowledge Bases let Copilot ground answers in your team's docs. Setup is easy; the real questions are about what content to include and how to keep it current.
Building admin tooling for a small company. Copilot fits well; the work shape (lots of similar small features) plays to AI strengths.