Skip to content

Releases: QoderAI/changelog

NES Fully Upgraded to NEXT

06 Jan 09:12
e756e60

Choose a tag to compare

Features

  • NES Core Capability Upgrade: From passive completion to proactive prediction. Now supports cross-file edit prediction, automatic dependency imports, and more—enhanced capabilities with a refined user experience.
  • Context Selection Optimization: Enhanced context menu options to support adding images, local files, and more—including drag-and-drop image insertion. Removed the @gitcommit and @codechanges options from the menu, as the Agent can now autonomously gather relevant context. Additionally, improved the presentation of contextual content.

image

Improvements

  • Added QODER_AGENT environment variable for Agent terminal execution to skip heavy shell theme loading.

Fixed

  • Fixed lag issues in certain scenarios

Bug fixes

29 Dec 12:26
e756e60

Choose a tag to compare

  • Fix the problem of network request timeout in certain situation

Bug fixes and improvements

26 Dec 08:59
e756e60

Choose a tag to compare

  • Fixed potential lag issues in long conversations
  • Enhanced slash command input experience

Improvements & Refinements

23 Dec 03:31
e756e60

Choose a tag to compare

  • Enhanced NES file rules to exclude Notebook files
  • Improved Commands naming to support underscores
  • Adjusted the display style for newly sent messages

Bug fixes and improvements

18 Dec 06:11
e756e60

Choose a tag to compare

  • Fixed an issue where concurrent file editing could cause the Agent to hang
  • Fix the problem of decline in the completion effect of NES feature

New Custom Commands & NES Auto-Import

16 Dec 09:11
e756e60

Choose a tag to compare

Features

  • Custom commands: Create reusable commands from your common prompts and workflows, and instantly invoke them in the Agent with / to streamline daily development tasks. View Doc
  • NES Auto-Import: Intelligent import completion powered by LSP

Improvements

  • Added support for adding MCP Server via DeepLink. View Doc
  • Remote SSH Extension now supports connecting to remote servers through bastion hosts
  • Merged Qoder Proxy Settings with the Editor http.proxy settings

Fixed

  • Fixed occasional element selection failures in the preview tool

Introducing the New "Ultimate" Model, Editable Sent Messages, and More Enhancements

02 Dec 07:21
e756e60

Choose a tag to compare

Feature

  • Introducing the "Ultimate" Model Tier: Built for advanced tasks with expert-level reasoning and chain-of-thought capabilities—delivering output quality at its new peak
    ultimate model tier
  • Editable Sent Messages: You can now directly edit previously sent messages in the conversation stream, making it easy to refine and resubmit your request
  • AGENTS.md Compatibility: Automatically loads AGENTS.md content into context when present in your project
  • Repo Wiki for Non-Git Repositories: Generate Repo Wiki for local projects that are not managed by Git
  • New Deep Link support: Support launching the IDE directly via the "Fix in Qoder" button in Qoder review comments on GitHub PRs to start a repair session.

Improvements

  • Remote SSH Extension Now Supports Jump Host Scenarios: Connect to remote servers through bastion hosts
  • Electron Upgraded to 37.7.0: Upgraded from 34.5.1 to address potential performance lag on macOS 26

Support for One-Click Network Diagnostics and Windows SSH

18 Nov 08:03
e756e60

Choose a tag to compare

  • One-Click Network Diagnostics: Added one-click network diagnostics to quickly troubleshoot connectivity issues
  • NES Settings Upgrade: Support disabling by file extension, comment section toggle. Added quick settings entry in bottom-right corner
  • Remote SSH for Windows: Added Remote SSH support for connecting to remote Windows devices
  • Other Improvements:
    • Improved undo experience for code accept/reject operations in Diff View with Ctrl/Cmd+Z support
    • Improved codebase search performance for frontend languages
    • Other minor bug fixes and stability improvements

Enhanced Task Notifications and Terminal Safety

11 Nov 02:15
e756e60

Choose a tag to compare

  • System notification upon task completion: When tasks such as Agent, Quest, or Repo Wiki are completed, a system notification will be triggered to alert the user if Qoder is not in the foreground.
  • More accurate interception of dangerous commands in the terminal.
  • Improved formatting when copying conversation content.
  • Other Fixes: minor bug fixes and stability improvements.

Enhanced Codebase Search and Built-in Mermaid Preview

04 Nov 12:45
e756e60

Choose a tag to compare

  • Search Codebase: Includes content from the Repo Wiki in search results.
  • Quest Mode: Supports applying code changes multiple times within the same task.
  • Markdown Preview: Built-in Mermaid diagram rendering for Markdown files, including Quest specs and Rules.
  • Issue Reporting: Enhanced Issue Report with additional contextual information for better diagnostics.
  • Other Fixes: minor bug fixes and stability improvements