Skip to main content
Release Notes

JetBrains Plugin Release Notes

Release history for JetBrains Plugin.

This page lists the release history for JetBrains Plugin, with the newest version first.
July 20, 2026
2026.720.1

Sticky Question Summary in Chat, Clearer Paused-Task Resumption

Features

  • Added a sticky question summary in chat: while scrolling through a long response, the current question stays pinned at the top, and clicking it jumps back to that question.
  • Added a dedicated confirmation panel when a paused task needs to be resumed, making the next step clearer.

Bug Fixes

  • Fixed an issue where a file could occasionally become uneditable after reviewing changes.
  • Fixed several known issues.
July 20, 2026
2026.715.1

LaTeX Math Rendering, One-Click TODO Fix, and On-Demand Loading for Long Conversations

Features

  • Added LaTeX math formula rendering in chat responses.
  • Added a gutter icon on TODO comments to fix them directly with Qoder.
  • Added on-demand loading for long conversations: only recent messages load first, and earlier messages load as you scroll up.
  • Added a clear notice with renewal guidance when your Credits are used up during a task, instead of the task appearing stuck.

Improvements

  • Improved the login flow for a smoother, more convenient sign-in.
  • Improved rendering of chat responses, including smoother thinking-content display and more reliable Markdown headings.
  • Improved chat font rendering in JetBrains Gateway remote development mode.

Bug Fixes

  • Fixed an issue where a chat response could occasionally stay stuck in the generating state.
  • Fixed several known issues.
July 13, 2026
2026.709.1

Custom Agents, Computer Use & Plan Mode

Features

  • Added custom agent management, supporting creating, configuring, and invoking custom agents within the plugin.
  • Added built-in agents: Computer Use and Plan Mode, with configurable run strategies in settings.
  • Added session guide messages and optimized message queue display for an improved conversational experience.
  • Added nested sub-agent display in the tool panel, with sub-task status summary and sub-tool collapse support.
  • Added task tree visualization in the Agent tool panel.
  • Added a toggle in the bottom toolbar to control whether selected text is automatically injected into context.
  • Added Qoder Cleanup feature (Tools > Qoder > Qoder Cleanup) for one-click cleanup of outdated Qoder-related files.

Improvements

  • Improved Ultimate tier model performance.
  • Optimized Markdown streaming rendering performance.
  • Enhanced terminal experience.
  • Improved session title management — user-modified titles will no longer be overwritten by AI auto-generated titles.
  • Raised minimum supported JetBrains IDE version to 2021.2 (dropped support for 2020.3).

Bug Fixes

  • Fixed several known issues to improve overall stability.
June 24, 2026
0.19.4

Bug fixes

Fixed several known issues.
June 24, 2026
0.19.3

Improved Login Experience

Improvements

  • Optimized the login experience by reducing duplicate login prompts and improving login-check status display, making authentication smoother and more transparent.
  • Improved network diagnostics coverage for Qoder services, enabling more comprehensive issue detection.

Bug Fixes

  • Fixed several known issues to improve overall stability.
June 24, 2026
0.19.2

Fast Mode for Kimi-K2.7-Code

Features

  • Added Fast mode for Kimi-K2.7-Code, delivering faster response speeds while maintaining code generation quality.

Improvements

  • Optimized login process for a smoother authentication experience.
  • Optimized chat history loading for faster retrieval.
  • Added Mac Rosetta support, resolving compatibility issues when running x64 IDEA on Apple Silicon.

Bug Fixes

  • Fixed JetBrains Gateway compatibility issues.
  • Fixed several known issues to improve overall stability.
June 24, 2026
0.19.0

Send Text from IDE to Qoder CLI

Features

  • Added the ability to send text from the IDE directly to a Qoder CLI terminal session, enabling a smoother workflow between the editor and the command line.
  • Added a Credits usage panel in the model selector for real-time quota and activity visibility.

Bug Fixes

  • Fixed occasional UI freezes during chat timeout handling.
June 1, 2026
0.18.1

Qoder CLI Integration

Features

  • Qoder CLI Integration:Launch Qoder CLI directly from the IDE terminal with auto-installation, version detection, and remote session management.

Bug Fixes

  • Fixed an issue where state and resources were not properly released when a conversation ended abnormally.
  • Fixed an issue where some files could not be switched in the Diff review panel when multiple files were modified in a single response.
May 25, 2026
0.18.0

Model Context Length & Thinking Effort Configuration, JetBrains Terminal Support for 2025.2+

Features

  • Added model context length and thinking effort configuration in the chat model selector
  • Added Terminal support for JetBrains IDE 2025.2 and later
  • Added a setting to limit how many times a task can auto-continue within a single chat session

Improvements

  • Improved terminal command execution for compound commands such as cd <dir> && <command>, ensuring commands run in the intended directory and preventing Git commands from getting stuck on pager output
  • Improved Markdown link rendering and Mermaid rendering stability in chat responses

Bug Fixes

  • Fixed several known issues
May 10, 2026
0.17.0

Multi-Chat Support and Connectivity Checks

Features

  • Added support for multi-session chat tabs, so you can keep multiple conversations open at the same time. Create a new tab with Alt+T / Option+T, rename tabs, and close other tabs or tabs to the right from the tab context menu.
  • Added a Network Diagnostics panel in Settings to help check Qoder service connectivity and troubleshoot network-related issues.

Improvement

  • Improved chat session reliability by syncing tab loading states and preventing duplicate tabs when opening conversation history.
  • Improved the stability of commit message generation and Mermaid rendering.
May 3, 2026
0.16.4

Optimized user experience for personal settings page

Improvement

  • Optimized user experience for personal settings page.

Bug Fixes

  • Fixed an issue where chat sessions would occasionally freeze after plugin auto-update, requiring an IDE restart to recover.
  • Fixed IDE compatibility issues on JetBrains 2020.3.
April 23, 2026
0.16.3

@task — Chat with Your Jira & GitHub Issues

Features

  • Integrate JetBrains Task Management into chat context via @task, allowing users to reference issues from Jira, GitHub, and other trackers directly in conversations.

Improvements

  • Redesigned the personal settings module with a refreshed UI layout.

Bug Fixes

  • Fixed occasional out-of-order model output in chat sessions.
  • Fixed an issue where AI responses could get stuck in the "generating" state with an unresponsive stop button.
  • Fixed an occasional issue when clearing the current project's chat history.
  • Fixed an occasional Unauthorized error with BYOK custom models.
April 23, 2026
0.16.0

Support for standard Markdown format files to enable File-Based Prompting.

Features

  • Support switching the input box to Markdown editor mode, providing a standalone .amd file editing area for a larger writing space.
  • Support copying table metadata from the database view context menu.
  • Support SVG image rendering in the conversation flow panel.
  • Slash commands are now automatically filtered by the current session mode, showing only available commands.

Improvements

  • Display a "Checking login status" loading state on the login button during startup authentication check.
  • Added more built-in project ignore patterns to improve indexing performance.
April 2, 2026
0.15.0

New Hook Mechanism for Agent Execution

Features

  • To provide developers with greater control over the agent lifecycle, we’ve implemented a comprehensive Hook system. You can now inject custom logic at critical stages of the agent's execution flow by listening to the following events:UserPromptSubmit, PreToolUse, PostToolUse, PostToolUseFailure, and Stop.
  • New Qwen3.5-Plus Model Support

Improvements

  • Added syntax highlighting support for 80+ programming languages in chat sessions.

Fixed

  • Fixed several known issues.
March 14, 2026
0.14.1

Support Custom Models

Features

  • Now supports BYOK configuration for easy integration with Coding Plans from providers including Alibaba Cloud Model Studio.
4A336C1C-B019-4B3A-90B2-467BCD4FED8A
  • Support to use Color Scheme Font from Color Scheme in the chat window.

Improvements

  • Optimized login interaction experience

Fixed

  • Other performance improvements and network bug fixes.
March 5, 2026
0.13.0

Enhanced Context Management, SkillsJars Integration & Shortcut Improvements

Features

  • Support for context usage display and proactive compression in input box.
  • Support for SkillsJars: right-click the resources directory to quickly create a Skill from within a Jar package via the Qoder Files menu.
  • Support for creating a new session via keyboard shortcut: Alt+N (Windows) and Option+N (Mac).
  • Support for adding files to the Qoder input box by right-clicking files in the project file window.
  • Support for right-click for cut, copy, and paste operations in Qoder input box.
  • Issue reporting now supports uploading screenshots or local images via keyboard shortcut.

Improvements

  • Issue reporting now supports uploading screenshots or local images via keyboard shortcut.

Fixed

  • Other performance improvements and network bug fixes.
February 23, 2026
0.12.1

New Qwen3.5-Plus Model Support

Features

  • Qwen3.5-Plus: Alibaba's latest model, delivering a comprehensive leap in reasoning capability, efficiency, and multimodal experience.
February 14, 2026
0.12.0

More New Model Support

Features

  • Kimi-K2.5: Kimi's latest model, excelling in multimodal understanding and complex task handling.
  • GLM-5: Zhipu AI's latest flagship model, excels at complex systems engineering and long-horizon tasks
  • MiniMax-M2.5: MiniMax's latest Agentic model, combining speed, performance, and cost-efficiency.
  • Inline Chat: Able to switch model selection for inline chat only
image (2)

Improvements

  • Auto swtich to Auto model for new users in Pro trial duration

Fixed

  • Fixed several known issues
February 3, 2026
0.11.0

Built for Qoder: The New Qwen-Coder-Qoder Model, Elevating the End-to-End Coding Experience

Features

  • Introducing Qwen-Coder-Qoder Model: A deeply customized model built to enhance the end-to-end programming experience in Qoder. This model is based on Qwen-Coder and has undergone large-scale reinforcement learning optimized for the Qoder Agent framework, tools, and scenarios. In our real-world software engineering task benchmarks, it has surpassed Cursor Composer-1 in task completion rate, particularly achieving 50% higher accuracy in terminal commands on Windows systems.
image (1)

Fixed

  • Fixed other known issues
January 30, 2026
0.10.1

Bug fixes

Improvements

  • Repositioned "Qoder Files" option in the right-click context menu

Fixed

  • Fixed occasional deadlock in code completion that caused IDE freezing
January 30, 2026
0.10.0

Support for adding customized skills

Features

  • Custom Skills support: Add your own skills and invoke them with /skill in the input field
  • Enhanced .aiignore: Now supports .md extension for more flexible file exclusion rules
  • Quick file creation: Right-click in Project view to create Qoder files (commands, rules, skills, AGENT.md, .aiignore)
2082656E-8786-41E6-A309-A34128A2BB5D
  • Smart prompt enhancement: One-click expansion and optimization of brief prompts

Improvements

  • Better quota limit notifications for free tier users

Fixed

  • Fixed errors when accepting code completions with Tab
  • Fixed code completion not working for certain XML files
  • Various stability improvements
January 23, 2026
0.9.1

Manually trigger NEXT code completion

Features

  • Support for manually triggering NEXT code completion

Improvements

  • Improved experience for "Issue Report"

Fixed

  • Fixed compatibility issue with JetBrains 2026.1 EAP
  • Fixed occasional login error issues
  • Fixed other known issues
January 19, 2026
0.9.0

Adds Database Integration and Command Capabilities

Features

  • Comprehensive Database Support
    • Support for @databases as context in Qoder's Ask/Agent mode
    • Support for generating and executing SQL in Query Console
  • New Custom Commands
    • Create reusable commands from your common prompts and workflows, and instantly invoke them in the Agent with / to streamline daily development tasks
    • Enhanced PlantUML rendering capabilities
  • Allow editing files outside the project through tools

Improvements

  • Optimized basic transport protocol
January 12, 2026
0.8.0

Completion and NES Upgraded to NEXT

Features

  • NES Core Capability Upgrade: From passive completion to proactive prediction. Now supports file edit prediction, automatic dependency imports, and more—enhanced capabilities with a refined user experience.

Improvements

  • Improved Context Selection, include @gitcommit and etc.
December 29, 2025
0.7.0

Add @openFiles for Context

Features

  • Add @openFiles annotation for Context to include all open files (project's files, SDK files, Scratch files, etc. ).

Improvements

  • Fixed several known issues.
December 19, 2025
0.6.1

Bug Fixes

Fixed several known issues.
December 10, 2025
0.6.0

Automatically loads AGENTS.md

Features

  • AGENTS.md Compatibility: Automatically loads AGENTS.md content into context when present in the root folder of your project.

Improvements

  • Fixed occasional abnormal credit consumption.
  • Fixed the abnormal behavior of viewing changed files under history sessions.
  • Fixed several known issues.
December 2, 2025
0.5.4

Introducing the New "Ultimate" Model Tier

Introducing the New "Ultimate" Model Tier: provides expert-level deep reasoning and thinking capabilities, with output quality reaching a new level.
December 2, 2025
0.5.3

View JetBrains Plugin Credit Usage on the Website Dashboard

  • On the Website - Personal dashboard - Usage, you can now see the credits consumed in the JetBrains plugin.
  • Several bugs have been fixed.
November 17, 2025
0.5.2

Bug Fixes

Fixed unavailable paste functionality in CLion and Rider.
November 5, 2025
0.5.0

Qoder Plugin for JetBrains IDEs!

We are excited to announce the first official release of the Qoder Plugin for JetBrains IDEs! Qoder is an agentic coding platform built for modern software development. This plugin brings the power of our AI agents directly into your editor. This initial release focuses on pillars as follows:

AI Chat

The central hub for interacting with Qoder, featuring two distinct modes:
  • Ask mode: Your go-to for expert assistance. Get contextual answers, debug code, and troubleshoot errors with an AI that understands your project.
  • Agent mode: Delegate complex tasks. The AI agent can autonomously use tools, make decisions, and execute multi-step plans to complete your objectives from start to finish.

Inline code suggestion

AI-powered features that work seamlessly within your code editor:
  • Code completion: Our completion engine goes beyond single-file analysis. It understands your entire project's context, dependencies, and architectural patterns to provide suggestions that are not just correct, but consistent.
  • NES: Qoder anticipates your next move, offering intelligent, multi-line edits directly at your cursor to accelerate refactoring and coding.

Autonomous task completion

This is what makes Qoder truly powerful. The agent can understand and act on high-level goals using a suite of advanced capabilities:
  • Full codebase awareness: The agent intelligently analyzes your entire project to grasp the full context of a task before it begins work.
  • Multi-file edits: Based on your instructions, the agent can execute complex, multi-file edits across the entire codebase.
  • Persistent memory: Qoder learns from your conversations and project history, providing increasingly personalized and effective assistance over time.
  • Autonomous tool use: The agent can independently select, generate, and execute necessary terminal commands, web searches, and other integrated tools to complete its objective.
  • Transparent Task Planning: For any complex goal, the agent first generates a structured, step-by-step plan, giving you full visibility and control over its work.

Customization & extensibility

Tailor Qoder to your specific environment and standards:
  • Project rules: Define project-specific rules to ensure the AI's output consistently aligns with your team's coding standards and architectural patterns.
  • MCP: Securely connect Qoder to your own internal APIs, databases, and other data sources, extending its capabilities far beyond the IDE.
To begin, install the plugin and open the AI Chat panel from the side navigation bar to sign in. We can't wait to see what you build with Qoder!