Qoder CN provides an IDE client with a fully integrated intelligent coding assistant, delivering an efficient and intelligent programming experience without requiring a separate plugin.
Qoder CN IDE now supports enterprise-level custom command extensions to meet the extensibility requirements of enterprise coding scenarios.
Qoder CN IDE chat now supports editing sent messages. It intelligently handles the resulting code changes, improving user experience and development efficiency.
Qoder CN IDE NES has been fully upgraded to provide more accurate and faster code recommendations, helping you code without interruption.
Qoder CN IDE now supports enterprise-grade features, providing a more complete development experience and better management capabilities for enterprise developers.
Qoder CN IDE is now in public beta. This release features a new UI, an upgraded programming agent with planning capabilities and message queuing, and improved project and Memory awareness.
Qoder CN IDE is the newest member of the Qoder CN family. It is an intelligent code editor from the Qoder CN team, built on the open-source version of VS Code. It includes all the features of a standard code editor, plus a rich set of intelligent coding tools for a smarter programming experience.
Qoder CN IDE entered public beta on September 23, 2025.
v0.11.0 (2026-04-28)
New features
- Code Review agent: Introduces the built-in Code Review agent. Use the /code-review command in agent mode to trigger code reviews within a specified scope in a session.
- Browser agent: Introduces the built-in Browser agent. Use the /browser command in agent mode to access web pages and read online documentation.
- Hook Mechanism: The agent execution flow now supports a new hook mechanism that allows custom logic to be inserted at key stages of agent execution. Supported events include UserPromptSubmit, PreToolUse, PostToolUse, PostToolUseFailure, and Stop.
Enhancements
- Clearer conversation revert interactions: Enhances interactive feedback after a Revert is triggered, helping users better understand the rollback scope and current state.
v0.10.1 (2026-04-16)
Fixes and enhancements
- Fixed known issues.
v0.10.0 (2026-04-14)
New features
- Development container support: Supports using a .devcontainer/devcontainer.json file to define a standard development environment, ensuring a consistent team experience.
- Windows terminal sandbox for agent mode: On Windows, commands in agent mode now execute inside a secure terminal sandbox to isolate potentially risky operations.
Enhancements
- Extension Host process isolation: Built-in AI coding extensions now run in a dedicated Extension Host process, improving runtime stability and overall reliability.
v0.9.0 (2026-04-09)
New features
- Agent sessions in separate windows: Open agent sessions in new windows to work on multiple tasks in parallel more efficiently.
- Edit sent messages in Quest mode: Edit previously sent messages in Quest mode to adjust your prompts on the fly for greater interaction flexibility.
- AccessKey authentication: Log in to Qoder CN IDE using an AccessKey ID and AccessKey Secret.
- The spec/plan preview panel now includes a file search function for quickly locating target files.
v0.8.0 (2026-03-31)
New features
- Dynamic UI generation for skills: Agents can now render interactive HTML components like forms, charts, and configuration panels directly in the chat when executing a skill. (Note: When using a skill for the first time, you must instruct the agent to create its interface.)
Enhancements
- Upgrades the navigation in the Quest mode artifact area by optimizing the navigation bar, file tree hierarchy, and overall interaction.
- Improves Quest mode usability when no project is open, making historical tasks easier to find.
- Improves error code messages for Repo Wiki.
v0.7.1 (2026-03-25)
Fixes and enhancements
- Fixed bugs related to issue reporting.
v0.7.0 (2026-03-25)
New features
- You can now select specific content from files in the Quest mode artifact area and add it to the conversation using Add to chat for precise modifications. This feature works for both code and spec files.
Enhancements
- Optimizes task list sorting in Quest mode to display tasks in descending order by their most recent conversation time.
- Improves network connectivity for the IDE plugin marketplace in the Qoder CN Enterprise Dedicated Edition.
v0.6.1 (2026-03-19)
Enhancements
- Adds a BYOK entry in the model selector for configuring third-party models.
v0.6.0 (2026-03-18)
New features
- Support for custom models: The Qoder CN Pro Edition now supports connecting to Coding Plan models from providers like Model Studio, Zhipu, Kimi, and MiniMax by using an API key.
- Agent mode now supports cross-project file retrieval and editing within a workspace.
- VS Code core upgraded to 1.106.3.
-
Repo Wiki upgrade
- Enhanced core experience: Adds generation progress visualization, improves operational guidance to distinguish between generation and updates, includes import/export instructions for two-way sync, and enables automatic exports.
- More efficient traceability: Automatically displays the Commit ID after generation for Git-linked projects and adds line numbers to source references.
- New user activity visibility: Displays the remaining number of free generations.
Repo Wiki is currently available in beta for Enterprise Edition users.
Enhancements
- The input box now supports adding up to 20 images and 20 files.
- The file tree in Quest mode now supports right-click actions: Add to context, Copy relative path, and Reveal in folder.
- Improved the chat interaction experience in agent mode for empty projects.
v0.5.0 (2026-03-10)
New features
- Visual management for skills and custom agents: Introduces a visual interface for managing skills, custom agents, and commands. This interface supports operations such as automatic creation and import.
Enhancements
- Expands configuration options for custom agents, including the ability to assign skills.
- Improved the experience of opening code files from the artifact area in Quest mode.
v0.4.0 (2026-03-05)
New features
- Adds built-in create-skill and create-agent skills to guide and simplify the creation of skills and custom agents. Use / to quickly invoke skills and subagents.
- Added a file tree to Quest mode to improve file browsing within the current project and make it easier to add files to the context.
- Quest mode now supports invoking the Vercel Skill via chat to quickly deploy applications.
Fixes and enhancements
- One-click prompt optimization: Improved handling of prompts that contain @context references.
- Added support for the .agents/skills directory, allowing you to load skills from this directory in alignment with industry standards.
- Execution details for custom subagents can now be viewed in an expandable pop-up window.
- NEXT can now access clipboard history.
- Fixed an issue that caused occasional system errors.
- Fixed an issue where file editing would occasionally freeze.
- Fixed a crash that could occur when adding images to the context.
- Improved login stability. If you encounter login or permission issues after upgrading, try logging out and back in.
- Enhanced the agent's ability to call skills within Quest tasks.
- Improved the user experience for creating new tasks and collapsing the toolbar on the Quest mode page.
- Updated the examples on the Quest mode home page.
v0.3.1 (2026-02-26)
Enhancements
- Optimized the handling logic in AI Chat mode when no tools are enabled.
v0.3.0(2026-02-05)
New features
- Major model upgrade to Qwen-Coder-QoderThis deeply customized model enhances the end-to-end programming experience. Based on Qwen-Coder, it is fine-tuned with large-scale reinforcement learning for agent frameworks, tools, and scenarios. In our real-world software engineering benchmarks, it achieves a high task-solving rate, with a 50% increase in terminal command accuracy on Windows.
-
Qoder CN IDE introduces autonomous programming with Quest mode, now in public beta.
- Autonomous programming agent: The agent independently delivers high-quality, end-to-end, shippable results without continuous manual intervention.
- Requirement alignment: Identifies intent, clarifies requirements, and co-creates a spec to ensure tasks are well-defined before execution.
- Long-running tasks: Significantly improves the ability to execute long-running tasks, with the agent supervising them until completion.
- Autonomous quality assurance: Integrates result validation to autonomously verify and repair defects in deliverables.
- The agent not only executes tasks but also evolves by remembering your style and continuously learning new technologies.
- Expanded application scenarios: Quest mode identifies user intent and automatically routes tasks to the most suitable capability.
- Spec-driven development: Aligns on requirements and constraints before execution and acceptance, ensuring clear and traceable results.
- From idea to product: Supports creating websites and prototypes from scratch, integrating advanced vision models to significantly improve design quality and usability.
- Autonomous programming agent: The agent independently delivers high-quality, end-to-end, shippable results without continuous manual intervention.
-
Agentic Chat: Now supports parallel execution with multiple agents, a built-in planning agent, and enhanced customization.
- New built-in planning agent: For complex tasks, create a feasible execution plan in advance with the agent. This significantly improves task efficiency, avoids rework, and enhances the quality and predictability of the agent's generated code.
- Enhanced customization: Supports custom agents (subagents), skills, and commands to build your own intelligent workflows.
- Parallel multi-agent sessions: Supports running multiple chat sessions in parallel to handle different tasks simultaneously, significantly boosting multi-tasking efficiency.
-
Repo Wiki is now in public beta for Enterprise Edition users.
- Repo Wiki automatically generates structured documentation for your project and continuously tracks changes to both code and documentation.
- When you ask for information, request code explanations, or add features, Repo Wiki analyzes your project structure and implementation. It combines this analysis with its own content and the conversation context to provide more accurate, detailed answers and give the agent a deeper understanding of your codebase.
Enhancements
- Improved chat flow display: Details of some tool calls are now collapsed by default.
v0.2.8(2026-01-22)
New features
- Improved context selection: Optimized the context menu options and added support for adding images via drag-and-drop.
- NES fully upgraded to NEXT: Evolving from passive completion to proactive prediction, NEXT now supports features such as cross-file location prediction and automatic dependency imports, delivering a comprehensive upgrade in capability and user experience.
v0.2.7(2026-01-08)
Enhancements
- [Chat flow] Improves the positioning of newly sent message bubbles in the chat flow.
- [NES] Added a blocklist for Notebook files.
- [Remote SSH] Sync reh resources from your local machine to an offline remote server.
v0.2.6(2025-12-25)
Qoder CN IDE now supports enterprise-level custom command extensions to meet the extensibility requirements of enterprise coding scenarios.
New features
- [Enterprise Edition] Added support for enterprise-level custom command extensions.
- [Enterprise Dedicated Edition] Added trial access to Repo Wiki.
- The chat window now displays context window usage and provides guidance for context compression.
Enhancements
- [NES] Enhanced the contrast of ghost text.
- [NES] Optimized the style of the diff view pop-up.
- [NES] Removed unnecessary Tab key guidance entry points.
v0.2.5(2025-12-12)
Qoder CN IDE chat now supports editing sent messages. It intelligently handles the resulting code changes, improving user experience and development efficiency.
New features
- [NES] Added a default language blocklist, including languages such as markdown and plaintext.
- [NES] Settings upgrade: Added toggles for code recommendations in comments and by file extension, as well as a quick settings entry point.
- [Chat flow] Added support for editing sent messages.
v0.2.4(2025-12-04)
Qoder CN IDE NES has been fully upgraded to provide more accurate and faster code recommendations, helping you code without interruption.
New features
- [NES] Upgrades the combined NES and code completion mode, delivering significant improvements in prediction quality, performance, and user interaction.
- [Chat flow] Added conversation summaries, which automatically generate a title based on your initial message.
- [Chat flow] The one-click prompt optimization can now be reverted if it exceeds the character limit.
- [Chat flow] Enhanced the styling for potential risk warnings during terminal execution and added a confirmation dialog when toggling terminal auto-run.
- [Rules] Added filtering for empty rule files.
- [MCP] Configure a custom timeout policy for MCP services through the UI.
- [Settings] Added a toggle to allow editing files outside the project. This lets the file editing tool modify files outside the current project scope. File modifications made via the terminal are not affected by this setting.
- [Settings] The AI reply language is now limited to Chinese and English.
Enhancements
- [Chat flow] Optimized the user interaction for terminal execution.
- [Chat flow] New conversations now automatically stick to the top of the view.
- [Chat flow] Code cards that appear in agent mode now only include the copy function.
- [Chat flow] Adjusted the UI text for the context compression feature.
- [Rules] Improved input guidance. Ghost text in rules files now guides you on how to write rules and use the inline chat feature to generate them automatically.
- [Login] Optimized step-by-step error detection and prompts in the login flow.
v0.2.2(2025-11-13)
Qoder CN IDE now supports enterprise-grade features, providing a more complete development experience and better management capabilities for enterprise developers.
- Support for login with Enterprise Dedicated Edition accounts: If your organization has configured SSO, you can log in using your enterprise account. For details, see Log on to the Enterprise Dedicated Edition.
- Support for enterprise filter configuration: Administrators in the Enterprise Edition and organization-wide administrators in the Enterprise Dedicated Edition can configure security filtering policies for AI Chat, inline generation, and knowledge base uploads. For details, see Configure enterprise filters.
- Support for enterprise model selection: Enterprise Edition users can quickly connect to and manage enterprise models for customized business scenarios. After logging in with an Enterprise Edition account, you can see your configured models in the model selector in the AI Chat input box. For details, see Configure enterprise inference services.
- Enterprise dashboard reporting: Developer activity in the IDE is now reported to enterprise-level dashboards.
v0.2.1 (2025-09-23)
Qoder CN IDE is now in public beta. This release features a new UI, an upgraded programming agent with planning capabilities and message queuing, and improved project and Memory awareness.
- Upgraded programming capabilities: Leverages the latest Qwen models and supports parallel tool calls to complete complex coding tasks more efficiently and accurately.
- New To-Dos tool: The programming agent can now create a structured to-do list before starting a coding task to execute complex, long-running tasks more effectively.
- New message queuing: You can now edit and send subsequent messages while Qoder CN is busy, enabling rapid iteration without waiting.
- New fully automatic execution mode: The programming agent can be configured to run automatically. You can set a blocklist for terminal commands to ensure security while significantly improving task execution efficiency.
- Enhanced project awareness: Optimized retrieval capabilities like Grep and Search Codebase for more effective project searches.
- Enhanced Memory awareness: Improves Memory and memory consolidation capabilities to make Qoder CN's responses more personalized.
- New user interface: Introduces a completely new IDE interface focused on optimizing the AI Chat flow and visual experience. It enhances information aggregation and clarifies confirmation actions to help you get key information faster.
- To add context in AI Chat, type @ to open a window and add items.
- AI Chat mode now supports search tool calls by default. This can be disabled in the settings.
- You can now right-click selected lines of code in the editor to add them directly to the chat window as context.
- Configure multiple AI Rules for a project and set their activation methods.
- Optimized the editing experience in inline chat, with a focus on file editing scenarios.
- Improved the experience for viewing and accepting code changes.
- Add images when reporting issues.
v0.1.5 (2025-06-20)
- Fixed bugs.
v0.1.4 (2025-06-19)
- Agent mode now supports web page preview (Beta).
- Drag files and directories into the AI Chat input box to add them as context.
v0.1.3 (2025-06-11)
- Added support for switching account identities.
- Fixed an occasional recognition issue when selecting code in inline chat.
- Fixed an issue where the login status was inconsistent between the status bar and the chat window in remote mode.
- Fixed an issue where the login status for the Enterprise Dedicated Edition was not synchronized with other Qoder CN plugins in the IDE.
v0.1.2 (2025-06-05)
- Fixed an issue related to obtaining system permissions on macOS.
v0.1.1 (2025-06-03)
- Fixed an issue where language and theme selections did not take effect on initial startup.
v0.1.0 (2025-05-29)
Qoder CN IDE is the newest member of the Qoder CN family. It is an intelligent code editor from the Qoder CN team, built on the open-source version of VS Code. It includes all the features of a standard code editor, plus a rich set of intelligent coding tools for a smarter programming experience.
- Code completion: Trained on a vast amount of high-quality open-source code, it provides real-time code completion suggestions based on the context of your current file and other relevant files, boosting your coding efficiency.
- Programming agent: With capabilities for autonomous decision-making, environmental awareness, and tool use, it can complete end-to-end coding tasks based on your requests by using tools like project search, file editing, and the terminal.
- Multi-file edits: It can modify code across multiple files. When you need to make precise changes, it can perform multi-file edits based on your requirements and the current project environment, letting you iterate multiple times to complete tasks efficiently and with full control.
- AI Chat: It has extensive development knowledge, real-time awareness of your project, and a Memory of your past programming work. When you encounter problems or need ideas while coding, it is always ready to answer your questions, solve code issues, and debug errors.
- Inline chat: While you are coding in the editor, you can use natural language to modify code or ask questions within a single file. It can answer your questions and modify code on the fly based on the current file's context.
- Next Edit Suggestion (NES): Based on the full context of your code, recent modifications, and your cursor's position, it can dynamically predict code changes. Just press Tab to apply the suggestion and complete your edit efficiently.
- Rich context: Add a wide range of context to conversations, such as code files, directories, images, Git commits, and knowledge bases. Combine this context with natural language to help it accurately understand your requests.
- Tool use: In agent mode, it can use a variety of programming tools like code search, file editing, and the terminal to help you complete complex coding tasks. Configure MCP tools for it to use, expanding the capabilities of your AI coding assistant.
- Memory capability: As we talk, I learn about your coding habits, projects, and conversation topics. I automatically organize this information into a memory. This memory helps me interact with you better and improves my understanding of you.
- AI Rules: Set personalized rule prompts to make the code and answers it generates in AI Chat and file editing more precise and aligned with your personal preferences or project style.
- ...