What GitHub Copilot Memory is
The baseline, stated fairly.
GitHub Copilot Memory entered early access for Pro/Pro+ on Dec 19 2025 and became on-by-default in public preview on Mar 4 2026. It stores "tightly scoped pieces of information about a repository, deduced by Copilot as it works," each with citations to specific code locations.
Before using a memory, Copilot validates its citations against the current codebase — stale memories are rejected.
How it actually works
Technical facts.
- StorageGitHub cloud (implied by cross-surface sharing).
- RetrievalCitation-validated prompt injection into agent context.
- CostIncluded in Pro ($10/mo), Pro+ ($39/mo), Business ($19/user), Enterprise ($39/user). Prompt-token cost when injected.
- ScopeRepository-scoped (not user-scoped). Shared across Copilot cloud agent, code review, and CLI surfaces.
- LimitationsAuto-deletes after 28 days unless re-validated. Requires write permission. Enterprise/Org off by default. Not active on inline completion paths.
Sources: Copilot Memory docs · Launch changelog