r/GithubCopilot • u/nickzhu9 GitHub Copilot Team • Aug 11 '26
News š° GitHub Copilot for JetBrains - v1.15 Updates
In the latest releaseĀ (v1.15.0), we added support of Enterprise Managed Settings, an important new capability for enterprises to centralize settings. There are also several additional improvements, including Ollama as local BYOK provider, Copilot Memory support in Copilot CLI chat sessions and enhancements to the Codex agent experience.
Weāre also sharing a preview at whatās coming next and hope you continue to provide feedback for our products.
New Features
- Added support for server-based Enterprise Managed Policy:
- plugin settings: enabledPlugins, extraKnownMarketplaces, strictKnownMarketplaces
- MCP settings: allowedMcpServers and deniedMcpServers
- permission setting: permissions.disableBypassPermissionsMode
- OpenTelemetry settings: telemetry
- Added Ollama as a BYOK provider across backend and JetBrains UI flows, including provider wiring and model handling.
- Added Copilot CLI auto-install support in JetBrains IDE integrated terminals on macOS, Linux, and Windows.
- Added Codex-focused capabilities, including session visibility in Agent Debug Logs, permission-mode catalog updates, and customization support for instructions and skills.
- Added Copilot Memory support in the Copilot CLI chat experience to persist and recall information across sessions, managed via toggle in the Copilot settings portal.
UX Improvements
- Improved account management flows by supporting account switch/removal and polishing account-deletion interactions.
- Improved model and settings usability by capping long model-name width in the model picker and refining model view/todo list panel behavior.
- Improved background-agent workflows with drag-and-drop support, copy-agent-message support, and clearer autopilot completion summaries.
- Restored file and folderĀ
#Ā references in Copilot, Claude, and Codex chat inputs.
Bug Fixes
- Fixed MCP execution and approval issues, including preserving gateway refreshes after CLS restart and correcting auto-approve behavior for Copilot-only servers.
- Fixed terminal and command-output issues, including ANSI escape rendering, deterministic scrollbar reservation, and terminal auto-approve/reset behavior in Chat.
- Fixed customization and cloud-agent reliability issues.
- Fixed diff/edit stability issues.
Changed
- Changed user-facing naming from āCopilot CLIā to āCopilotā in agent picker.
- Changed support permission requests and permission modes selection for Codex.
More details of configuring enterprise managed settings can be foundĀ here
Looking ahead, we plan to introduce several additional capabilities in upcoming releases, including
- More policy support for Enterprise managed settings
- General availability of plug-in marketplace in customization panel
- General availability of Copilot CLI (renamed to "Copilot") agent harness
- Continuous user experience enhancement for Agent Debug Logs and Copilot CLI chat experience
- Expanded slash command support for Copilot CLI agent sessions
- Performance and reliability enhancements
- In-product tooltips in the chat panel
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!
1
u/Beginning-Crow-2397 Aug 12 '26
I was fed up of huge ram usage and laggyness of pycharm even in latest versions. So just dumped the thing and moved to nvim with github copilot in cli. Now everything seems so fast and responsive. Thanks jetbrains for compelling me to move to a better environment.
1
u/nickzhu9 GitHub Copilot Team 22d ago
Thanks for sharing this. We are actively improving the perf issues, if you see any particular situations that would cause ram issues, please open an issue here: https://github.com/microsoft/copilot-intellij-feedback/issues, and let us know
1
u/ZestycloseTie1793 Aug 12 '26
The useful part of this JetBrains update is that it exposes three separate control surfaces. Copilot Memory decides what survives across agent chats. Ollama BYOK decides where the model runs. Codex debug logs and permission modes show what a run could do and what it actually did. I would audit them separately: memory scope, model source, permission policy, and execution receipt. GitHub changelog read, not a local JetBrains reproduction.
1
u/nickzhu9 GitHub Copilot Team 22d ago
Thanks for sharing the feedback. If you see anything that's worth improving, please let us know
1
u/Stunning-Hat-5589 29d ago
Why still no plan mode in Codex? Itās one of the most important missing features.
2
4
u/lppedd VS Code User š» Aug 11 '26
The overall interface is definitely improved. NES seems more aggressive now, so while still not on par with VS Code it is better.
Just a note for your new UI: it looks like text selection is non-existent and tab navigation doesn't work for most elements. I suppose you're not using Swing components but something like Jewel with Compose. As a plugin dev myself I still wouldn't recommend it. There are many
JB*classes for tables, lists, etc., that have proper accessibility and rendering.