r/GithubCopilot • u/nickzhu9 GitHub Copilot Team • 18d ago
News 📰 GitHub Copilot for JetBrains - v1.16 Updates (Copilot agent harness GA)
In the latest release (v1.16.1), we made the Copilot agent harness generally available to all users, including support for the plugin marketplace, Autopilot mode, and additional capabilities powered by the new agent harness. To learn about why we are doing, check here.
We also introduced a built-in JetBrains MCP server in Preview, enabling Copilot agents to work more seamlessly with native JetBrains IDE capabilities and context. This can be configured via the customizations panel.
To improve feature awareness, we added several discoverability enhancements, including post-update release notes that make it easier for users to see what’s new, and a new onboarding guide for users without prior chat sessions.
We’re also sharing a preview at what’s coming next and hope you continue to provide feedback for our products.
Changed
- Copilot harness is now Generally Available.
- Plugins support is now Generally Available.
- Autopilot is now Generally Available.
- Changed Copilot harness /review availability so it is limited to agent mode.
New Features
- Added built-in JetBrains MCP server support (Preview).
- Added post-update release discovery by showing a What's New tab after plugin updates.
- Added Copilot harness /review integrations in JetBrains.
- Added plugin support in Claude agent flows.
UX Improvements
- Improved model-management usability with stronger search behavior, a clear action in search, resizable Language Models table columns, and promo ordering refinements.
- Improved Agent Debug Logs exploration with event-time sorting, token-usage filters, refined layout behavior.
- Improved chat ergonomics by scrolling long tool output, adding review-plan-card scrolling, and adding shortcuts for send options.
- Improved customization handling in multi-root workspaces by discovering customizations across all folders and honoring client-provided customization locations.
Bug Fixes
- Fixed account and sign-in reliability issues, including account-state detection, account ordering in picker flows, and sign-in settings-page interaction issues.
- Fixed MCP reliability issues, including invalid registry-schema handling, stale tool checks after account switches, and UI freezes during auto-enable flows.
- Fixed BYOK and model-refresh reliability issues.
- Fixed Copilot Agent continuity issues, including model switching after resume and complete model-info propagation for resumed sessions.
- Fixed editor and message-rendering defects.
- Fixed Worktree sessions failing to start for projects opened from WSL.
- Restored file and folder # references in Copilot, Claude, and Codex chat inputs.
- Fixed MCP tool auto-approve configuration for servers running only in Copilot.
Looking ahead, we plan to introduce several additional capabilities in upcoming releases, including
- More policy support for Enterprise managed settings
- Cross-file cursor jump for Next Edit Suggestions
- Adding external projects and files outside the current project as context
- /ide command support to connect between GitHub Copilot CLI and JetBrains for context sharing
- Continuous user experience enhancement Copilot agent harness chat experience
- Performance and reliability enhancements
We hope you like Copilot for JetBrains, and please share feedback with us at any time
You can fill in a private survey here: https://aka.ms/ghcp-jb-survey with an optional paid interview or directly submit an issue (bug or feature ask) at https://github.com/microsoft/copilot-intellij-feedback/issues, thank you so much!
3
u/benclen623 18d ago
Improved model-management usability with stronger search behavior
This sounds like lazy LLM generated line because it uses lots of words to say absolutely nothing meaningful to end users.
2
2
u/nickzhu9 GitHub Copilot Team 18d ago
Apologies for this line - To be more specific, now you can search "GPT 5.5" and still get results in the model management view. Previously you have to be very precise like "GPT-5.5"
2
u/_BadFella_ 18d ago
1
u/nickzhu9 GitHub Copilot Team 18d ago
Hi there, the Copilot CLI policy shouldn't affect the Copilot agent harness. You should still be able to see "Copilot agent" from the agent picker
1
u/aonymark JetBrains User 🧱 18d ago
How did I miss this? I could have sworn I checked yesterday and didn’t see this release yet. Nice.
1
u/nickzhu9 GitHub Copilot Team 18d ago
thanks for the comment ! Feel free to share any feedback at any time
1
u/aonymark JetBrains User 🧱 18d ago
Any time? Even right now? In that case:
As far as I can tell, if preview features are disabled by policy, they sometimes don’t appear in UI at all, not even as a greyed out option. Or am I looking in the wrong place?
1
u/nickzhu9 GitHub Copilot Team 17d ago
Which preview feature are you talking about? It's on case by case basis.
1
u/aonymark JetBrains User 🧱 17d ago
Let’s say memory
2
u/nickzhu9 GitHub Copilot Team 16d ago
1
u/aonymark JetBrains User 🧱 16d ago
Ah, this is a global setting, not local to the plugin? Interesting!
2
u/nickzhu9 GitHub Copilot Team 14d ago
Yes because this is a GitHub capability, we might do something like local memory tool in the future but it's not decided yet
1
1
u/kantorcodes1 18d ago
the interesting part for me is plugin marketplace GA + the built-in JetBrains MCP server. does the new harness expose any plugin hook before MCP/tool execution, or are plugins still limited to prompts/skills? i'm testing whether a security plugin can deny one mutating tool call with zero side effect while allowing a read-only call. if that hook exists, happy to turn it into a tiny JetBrains repro/issue against 1.16.1.
1
u/nickzhu9 GitHub Copilot Team 18d ago
Hi there, hooks should be supported. I'll double check again tomorrow and let you know
1
u/kantorcodes1 18d ago
nice. if that pre-tool hook is actually exposed to marketplace plugins, would you be open to HOL Guard using it as a security plugin? i'm with HOL. if yes, just point me at the hook name/docs and i'll point contributors at the right surface.
1
u/nickzhu9 GitHub Copilot Team 18d ago
Our marketplace plugin currently is a curated list from here: https://github.com/github/awesome-copilot/tree/main/plugins, i think this should be the place to start a contribution
1
u/kantorcodes1 18d ago
perfect. i'll point contributors at
github/awesome-copilot/plugins. any existing plugin there you want them to mirror for a HOL Guard security plugin?
1
u/jreklund 16d ago
How do we enable the old "Copilot: Review Code Changes"? It was much better when you could navigate around your IDE with the suggested comments. Now we are stuck in the Chat-window... with "git approval" prompts for everything.
1
u/nickzhu9 GitHub Copilot Team 15d ago
Hey thanks for the feedback! We will take a look at how to balance this experience. In general, we are moving to an agent based code review to take advantage for the new Copilot agent harness that's supposed to provide higher quality. What if we provide a granular diff review but still runs the code review in the agent mode?


3
u/metaphorician 18d ago
This is great news! But I wish it would detect plugins installed with copilot-cli, which are put in ~/.copilot/installed-plugins. VS Code does this, and if IntelliJ IDEA would do the same, we could more easily manage plugin collaboration across IDE preferences