Skip to main content
Legacy Lingma Changelog (Archived)

April 2026 product updates

2026-05-12 (Qoder CN IDE v0.11.1)

Fixes and improvements

  • Fixed known issues.

2026-04-28 (Qoder CN IDE v0.11.0)

Feature updates

  • Code Review agent: You can now initiate a code review for a specific scope by using the /code-review command in an agent mode session.
  • Browser agent: Use the /browser command in agent mode to access web pages and read online documentation.
  • Hook mechanism: The Agent execution flow now includes a hook mechanism that lets you insert custom logic at key stages of an agent's execution. It supports events such as UserPromptSubmit, PreToolUse, PostToolUse, PostToolUseFailure, and Stop.

Improvements

  • Interactive feedback for Revert actions is clearer, providing a better understanding of the rollback scope and current state.

2026-04-16 (Qoder CN IDE v0.10.1)

Fixes and improvements

  • Fixed known issues.

2026-04-14 (Qoder CN IDE v0.10.0)

Feature updates

  • Development container support: Define a standardized development environment with a .devcontainer/devcontainer.json configuration file to ensure a consistent experience for your team.
  • Windows terminal sandbox for Agent mode: Agent commands now run in a secure sandbox on Windows, effectively isolating potentially risky operations.

Improvements

  • Extension Host process isolation: The built-in AI coding extensions now run in an isolated Extension Host process, improving runtime stability and the overall user experience.

2026-04-09 (Qoder CN IDE v0.9.0)

Feature updates

  • Agent sessions in separate windows: Open Agent sessions in new windows for easier management of parallel tasks and improved efficiency.
  • Edit sent messages in Quest mode: You can now edit sent messages in Quest mode, giving you more flexibility to adjust the conversation as needed.
  • AccessKey authentication for Qoder CN IDE: You can now log in using an AccessKey ID and AccessKey Secret.
  • The spec/plan preview panel now includes a file search function for quickly locating target files.