Skip to content

Releases: QoderAI/changelog-Jetbrains

New Hook Mechanism for Agent Execution

02 Apr 09:49
151baad

Choose a tag to compare

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.

Support Custom Models

14 Mar 05:49
151baad

Choose a tag to compare

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.

Enhanced Context Management, SkillsJars Integration & Shortcut Improvements

05 Mar 11:48
151baad

Choose a tag to compare

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.

New Qwen3.5-Plus Model Support

23 Feb 13:24
151baad

Choose a tag to compare

Features

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

More New Model Support

14 Feb 06:53
151baad

Choose a tag to compare

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

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

03 Feb 05:40
151baad

Choose a tag to compare

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

Bug fixes

30 Jan 12:58
151baad

Choose a tag to compare

Improvements

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

Fixed

  • Fixed occasional deadlock in code completion that caused IDE freezing

Support for adding customized skills

30 Jan 07:03
151baad

Choose a tag to compare

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

Manually trigger NEXT code completion

23 Jan 12:09
151baad

Choose a tag to compare

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

Adds Database Integration and Command Capabilities

19 Jan 11:23
151baad

Choose a tag to compare

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