
TL;DR
The August 11 JetBrains plugin release adds Copilot memory across chat sessions, Ollama as a bring-your-own-key provider, and enterprise managed settings for MCP access and permission bypass. Here is what each feature actually does and why the IDE just became the control point for agent tooling.
GitHub's August 11, 2026 update to Copilot for JetBrains turns the plugin into a much closer relative of the Copilot desktop app and CLI: persistent memory across chat sessions, Ollama as a bring-your-own-key provider, server-side enterprise managed settings, and expanded Codex workflows. JetBrains was the last major IDE family to lag the full agent treatment, and this release closes most of that gap in one pass.
For developers who live in IntelliJ IDEA, PyCharm, or WebStorm, the practical question is which of these features changes how you actually work. Here is what shipped, what the underlying mechanics are, and where the release fits.
Four changes carry the release:
There is also a round of quality fixes: chat references (# file and folder references) restored in Copilot, Claude, and Codex chat inputs, more reliable MCP execution and approvals, and terminal rendering fixes.
The memory feature is worth more than the changelog line suggests. Per the GitHub docs, Copilot memory stores two kinds of entries: repository-level facts (coding conventions, architectural decisions, build commands, project-specific rules) and user-level preferences (implied or stated personal preferences about how you interact with Copilot). Both are created only in response to user-initiated Copilot activity, and both are scoped: repository facts apply only to that repository, and user preferences apply only to the user who created them.
Two mechanics matter for trust. First, repository facts are stored with citations to the code that supports them, and Copilot re-validates those citations against the current branch before using a fact. Second, entries that go unused are deleted automatically after 28 days, with the timer resetting when Copilot successfully validates and uses an entry. That is a deliberate answer to the stale-context problem: memory is a living cache with an expiry, not an archive.
The feature is in public preview, and it now spans Copilot cloud agent, code review, CLI, and the JetBrains plugin. Facts captured in one surface can be applied by another, which is how the system compounds: a convention learned while reviewing a PR in one repo can inform later cloud agent work in the same repo.
From the archive
Aug 11, 2026 • 7 min read
Aug 11, 2026 • 6 min read
Aug 11, 2026 • 7 min read
Aug 11, 2026 • 7 min read
The Ollama integration is the other headline. BYOK (bring your own key) has been the pattern for routing Copilot through third-party gateways and providers, but Ollama is different: there is no key at all, because the models run on your machine. Putting Ollama behind the provider configuration in JetBrains means you can now mix a local model for some tasks and a hosted frontier model for others inside the same IDE session.
The practical use case is privacy and cost control: code that never leaves your laptop, for the portions of work where a small local model is good enough, with the hosted model reserved for the hard parts. It is also the first mainstream IDE-level example of the agent-tooling pattern where the IDE becomes a router between local and hosted inference rather than a client to one vendor.
One honest caveat: this does not mean your whole Copilot workflow runs offline. The BYOK path covers provider configuration and model selection, and Copilot's agentic features still depend on the hosted service. Treat Ollama as a complement to hosted models, not a replacement for them.
The enterprise managed settings slot into a pattern GitHub has been building all summer. The August 6 release added MCP allowlists to enterprise managed settings, and the effort-level controls for code review went GA on August 7. This release extends the same controls - MCP server access, permission bypass behavior, OpenTelemetry settings - to the JetBrains plugin, which matters because IDE-attached agents touch the most privileged surfaces: your local filesystem, terminals, and now your local inference runtime.
The bigger take: the IDE is where agent governance actually has to work, because it is where the agent has the most access. Server-side policy that reaches into the plugin, rather than relying on each developer's local config, is the difference between an organization saying it has controls and an organization enforcing them.
This is the second release in a week aimed at making Copilot behave more like a durable teammate than a chat pane: the SDK already lets teams build their own Copilot-powered agent harnesses, and persistent memory is the other half of that story, the state that survives between sessions. Claude Code shipped cross-session messaging on the same timeline, so the frontier is converging on the same answer: sessions should be cheap, but the context you build should carry over.
The release also keeps the price of switching in mind. JetBrains developers who were weighing a move to a different editor for better agent support now have less reason to leave, and the BYOK path means they are not locked to GitHub's model lineup either. That combination - durable memory plus your choice of local models plus server-side policy - is a credible argument that the managed-IDE route is not dead, it was just waiting on the agent layer to mature.
Read next
GitHub's June Copilot updates point beyond autocomplete: CLI access, bring-your-own-key model routing, AI credit metrics, and external agent providers make Copilot a governed agent platform.
8 min readGitHub shipped a Java-native Copilot SDK (1.0.7-preview.1) with @CopilotTool annotations, virtual-thread support, Jakarta EE and Spring composition, and BYOK mode that works against any OpenAI-compatible endpoint with no Copilot subscription. Here is what changed and what it unlocks.
7 min readGitHub's Agent Finder discovers and invokes Claude, Codex, MCP servers, and skills automatically. Here is how the new ARD specification changes AI coding tool integration.
8 min readTechnical content at the intersection of AI and development. Building with AI agents, Claude Code, and modern dev tools - then showing you exactly how it works.
The original AI coding assistant. 77M+ developers. Inline completions in VS Code and JetBrains. Copilot Workspace genera...
View ToolOpen-source AI code assistant for VS Code and JetBrains. Bring your own model - local or API. Tab autocomplete, chat,...
View ToolAI coding assistant with deep codebase context. Indexes your entire repo graph for accurate answers. VS Code and JetBrai...
View ToolAnthropic's agentic coding CLI. Runs in your terminal, edits files autonomously, spawns sub-agents, and maintains memory...
View ToolAuto-memory that persists across multiple subagent invocations.
Claude CodeInstall Ollama and LM Studio, pull your first model, and run AI locally for coding, chat, and automation - with zero cloud dependency.
Getting StartedDeep comparison of the top AI agent frameworks - LangGraph, CrewAI, Mastra, CopilotKit, AutoGen, and Claude Code.
AI Agents
Introducing Continue: The Open Source Alternative to GitHub Copilot for Coding The video introduces 'Continue,' an open source alternative to GitHub Copilot, designed to enhance coding with...

Learn The Fundamentals Of Becoming An AI Engineer On Scrimba; https://v2.scrimba.com/the-ai-engineer-path-c02v?via=developersdigest Introducing GitHub Spark and Exciting GitHub Copilot Updates!...

#Github #GithubCopilot #GitHubCopilotChat #VSCode #ProgrammingWorkflow #CodeProductivity In this video, we dive into GitHub Copilot Chat in VS Code, exploring its powerful capabilities and...

GitHub shipped a Java-native Copilot SDK (1.0.7-preview.1) with @CopilotTool annotations, virtual-thread support, Jakart...

A developer's Claude-built night-sky site reproduced an open source project's name, feature set, and even a bug the auth...

Copilot code review's Lite and Balanced effort levels are generally available. Here is what each level does, what it cos...

The v0 API is now generally available: programmatic, headless access to v0's app-building agent. Send a prompt, get a ru...

A Microsoft Research analysis of 3.2M users and 761M LLM calls shows coding agent traffic is 87% agent-initiated, burns...

Cursor shipped a deliberate change on July 31 making the Usage page tokens-only for self-serve plans, removed the dollar...

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.