DDevMentorAI
Changelog

Friendly release notes for every update

See what changed in DevMentorAI without digging through technical release logs. Extension and backend versions are tracked separately because they ship on different timelines.

This changelog focuses on user-facing features and fixes. Website-only updates, deployment tweaks, and documentation-only changes are intentionally left out.

Extension releases

Extension releases

What changed in the browser extension you use every day, explained in plain language.

Extensionv1.8.0Jul 6, 2026

Quick actions now pick the fastest available model automatically

This release overhauls how quick actions choose a model: it caches which models are actually available to you, adds a new fast model, and avoids sending requests with a model you can no longer use.

Technical release

What you would notice

  • Quick actions (like translating or tweaking text) now resolve the fastest available model dynamically instead of relying on a fixed list, so lightweight tasks stay fast.
  • The extension now caches your available models locally and refreshes them about once a day, falling back gracefully to the last known list (or a built-in one) if you are offline.
  • Added the new MAI-Code-1-Flash model, along with support for turning reasoning off entirely ('none') on models like GPT-5.4 Mini.

Quick reference

Published: Jul 6, 2026

Release tag: ext-v1.8.0

Fixes included

  • Fixed a dependency conflict that could prevent the local dev server from starting.
Extensionv1.7.1Jun 24, 2026

Routine dependency and security maintenance

This release focused on keeping dependencies current and patching known vulnerabilities rather than adding new features.

Technical release

What you would notice

  • Dependencies and security overrides were updated to mitigate a large batch of known vulnerabilities.

Quick reference

Published: Jun 24, 2026

Release tag: ext-v1.7.1

Extensionv1.7.0Jun 24, 2026

Groundwork for smarter quick actions, smoother Firefox installs

This release laid the groundwork for the improved quick-action model selection that followed, and fixed a couple of Firefox packaging issues.

Technical release

What you would notice

  • Added baseline model constants and default quick action models, paving the way for the dynamic model selection introduced in a later release.
  • The default model for new sessions was migrated from the deprecated GPT-4.1 to GPT-5 Mini.

Quick reference

Published: Jun 24, 2026

Release tag: ext-v1.7.0

Fixes included

  • Fixed the Firefox build so public files like icons are copied correctly into the packaged extension.
  • Removed an invalid Firefox manifest setting that could block installation.
Extensionv1.6.0Apr 13, 2026

You can now fine-tune Copilot responses from the browser

This release makes the extension feel much more flexible and polished by adding easier model controls, optional reasoning depth, and a long list of stability improvements.

Technical release

What you would notice

  • A new model switch flow makes it easier to change how the assistant responds without leaving the browser workflow.
  • Supported models can now use reasoning effort controls, so you can choose between faster answers and deeper thinking.
  • The extension became more reliable overall thanks to fixes across hooks, components, utilities, and entry points.

Quick reference

Published: Apr 13, 2026

Release tag: ext-v1.6.0

Fixes included

  • Accessibility, build-output, and type-safety fixes made everyday use feel more stable and predictable.
Extensionv1.5.0Feb 27, 2026

Images are now first-class in chat

This release made image-based conversations much smoother, from upload flow to screenshot quality and clearer error feedback.

Technical release

What you would notice

  • Chat now handles image attachments more smoothly, including the pre-upload flow behind the scenes.
  • The side panel and chat experience now explain image-related issues more clearly when something goes wrong.
  • Screenshot quality was improved so visual context is more useful when you ask for help.

Quick reference

Published: Feb 27, 2026

Release tag: ext-v1.5.0

Fixes included

  • Small screenshot-handling fixes improved reliability during capture and upload.
Extensionv1.4.0Feb 20, 2026

Ongoing chats became safer and less disruptive

This update focused on reducing accidental friction mid-conversation and making generated text behave more naturally in your editor.

Technical release

What you would notice

  • Suggested text can now be inserted at the cursor instead of overwriting the whole draft.
  • Session recovery became more resilient when the backend temporarily loses track of an active chat.
  • The chat flow was guarded against accidental model mismatches once a conversation had already started.

Quick reference

Published: Feb 20, 2026

Release tag: ext-v1.4.0

Extensionv1.3.0Feb 19, 2026

You can now point the extension to your own backend URL

This made it easier to use DevMentorAI with custom local setups instead of being locked to a single default backend address.

Technical release

What you would notice

  • A configurable backend URL made it easier to connect the extension to custom or relocated backend instances.
  • The release also helped more advanced users work with flexible local setups such as Docker-based backend environments.

Quick reference

Published: Feb 19, 2026

Release tag: ext-v1.3.0

Extensionv1.2.0Feb 19, 2026

Choosing the right model became much easier

The extension started giving you more context when picking models and made account visibility clearer at a glance.

Technical release

What you would notice

  • Model search and pricing tiers made it faster to compare options before starting a session.
  • Account status became easier to understand from the extension UI.
  • Firefox behavior became smoother with better browser compatibility and side panel handling.

Quick reference

Published: Feb 19, 2026

Release tag: ext-v1.2.0

Extensionv1.1.5Feb 19, 2026

Foundation update for the next extension improvements

The published notes for this version were mostly about groundwork rather than a big user-facing feature drop.

Technical release

What you would notice

  • This release mainly prepared the platform for upcoming account, model, and session improvements.
  • No major new extension workflow was highlighted in the published release notes.

Quick reference

Published: Feb 19, 2026

Release tag: ext-v1.1.5

Backend releases

Backend releases

What changed in the local backend that powers chats, tools, and session behavior.

Backendv1.8.0Jul 6, 2026

Smarter model validation and full support for 'no reasoning' mode

This release makes the backend check which Copilot models are actually available to you before starting a session, and adds full support for explicitly turning reasoning off on models that allow it.

Technical release

What you would notice

  • The backend now validates that a requested model is actually available to your Copilot account before creating or switching a session, instead of failing later with an unclear error.
  • Sessions and model switches now accept an explicit 'none' reasoning effort, so models like GPT-5.4 Mini that support disabling reasoning can do so.

Quick reference

Published: Jul 6, 2026

Release tag: backend-v1.8.0

Fixes included

  • Resolved a dependency conflict that could interfere with local development setups.
Backendv1.7.2Jun 24, 2026

More reliable Copilot CLI startup

This patch improved how the backend locates and launches the Copilot CLI, fixing startup issues some users hit in certain setups.

Technical release

What you would notice

  • The backend now resolves the Copilot CLI path more robustly using platform-specific packages, fixing startup failures in some pnpm-based setups.
  • Adjusted a dependency override so a required security library no longer gets silently downgraded.

Quick reference

Published: Jun 24, 2026

Release tag: backend-v1.7.2

Backendv1.7.1Jun 24, 2026

Routine dependency and security maintenance

This release focused on keeping dependencies current and patching known vulnerabilities rather than adding new features.

Technical release

What you would notice

  • Dependencies and security overrides were updated to mitigate a large batch of known vulnerabilities.

Quick reference

Published: Jun 24, 2026

Release tag: backend-v1.7.1

Backendv1.7.0Jun 24, 2026

Sign in with a GitHub or Copilot token, and a refreshed default model

This release made it easier to run the backend without an interactive login and moved new sessions off a deprecated model.

Technical release

What you would notice

  • The backend can now authenticate using a GITHUB_TOKEN or COPILOT_TOKEN environment variable, useful for headless or server setups.
  • The default model for new sessions was migrated from the deprecated GPT-4.1 to GPT-5 Mini.

Quick reference

Published: Jun 24, 2026

Release tag: backend-v1.7.0

Fixes included

  • Fixed a path resolution issue that could prevent the Copilot CLI from being found when running under pnpm and tsx.
Backendv1.6.0Apr 13, 2026

Smarter sessions and better backend reliability

This backend release helps the browser assistant stay more dependable while adding better support for model changes and reasoning-aware Copilot sessions.

Technical release

What you would notice

  • Session handling was improved so model switches and reasoning settings behave more smoothly behind the scenes.
  • Compatibility work keeps the backend aligned with newer GitHub Copilot protocol and runtime expectations.
  • CLI and service updates make the local engine that powers the browser experience more stable day to day.

Quick reference

Published: Apr 13, 2026

Release tag: backend-v1.6.0

Fixes included

  • Node and SDK compatibility improvements reduced setup friction and made local startup more dependable.
Backendv1.5.0Mar 18, 2026

Better compatibility with newer Copilot sessions

This release focused on keeping the local backend aligned with newer GitHub Copilot protocol changes so chats and tools stay reliable.

Technical release

What you would notice

  • The Copilot SDK was updated to support protocol version 3.
  • Runtime compatibility was improved so backend sessions behave more reliably in newer environments.

Quick reference

Published: Mar 18, 2026

Release tag: backend-v1.5.0

Backendv1.4.1Mar 17, 2026

More reliable startup on newer Node versions

This patch focused on backend startup stability for users running modern local Node environments.

Technical release

What you would notice

  • The backend bundled the Copilot SDK to avoid strict ESM module resolution problems in Node 20+.
  • That reduced setup friction and made local startup more dependable.

Quick reference

Published: Mar 17, 2026

Release tag: backend-v1.4.1

Backendv1.4.0Mar 6, 2026

A quieter backend release focused on stability

The published notes for this backend version did not call out major new user-facing backend workflows. It mostly sat inside a broader stabilization cycle.

Technical release

What you would notice

  • No major end-user backend feature was highlighted in the published release notes for this version.
  • This release mainly coincided with platform stabilization while newer capabilities rolled out across the product.

Quick reference

Published: Mar 6, 2026

Release tag: backend-v1.4.0

Backendv1.3.0Feb 27, 2026

The backend learned new web and image workflows

This release expanded what the local backend could handle for richer chat requests and smoother self-hosted setups.

Technical release

What you would notice

  • Support was added for reading public web content during assisted workflows.
  • Image pre-upload support was added for richer chat requests.
  • Permission handling was updated for newer Copilot SDK behavior.
  • Docker Compose support made local backend setup easier for users who prefer containerized workflows.

Quick reference

Published: Feb 27, 2026

Release tag: backend-v1.3.0

Fixes included

  • Image processing and compression were optimized to make uploads more efficient.
Backendv1.2.3Feb 19, 2026

Diagnostics and account handling got sturdier

This version focused on making the backend easier to operate and troubleshoot locally.

Technical release

What you would notice

  • Account routes and model-management capabilities were expanded.
  • CLI diagnostics and backend error handling were improved so problems are easier to understand.

Quick reference

Published: Feb 19, 2026

Release tag: backend-v1.2.3

Need the install steps too?

If a backend release requires a local update, the installation page shows the official paths.

Go to Installation

Want the full story behind each release?

You can still open the technical GitHub release notes any time, but this page should keep the big picture easier to scan.