Automatically switch to the composer-1.5 model without consent

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

I used the claude-4.6-opus-max-thinking model for some difficult tasks, but found that the composer-1.5 model was used in the dashboard.

Steps to Reproduce

Normal use

Screenshots / Screen Recordings

Operating System

MacOS

Version Information

Version: 2.6.19
VSCode Version: 1.105.1
Commit: 224838f96445be37e3db643a163a817c15b36060
Date: 2026-03-12T04:07:27.435Z
Build Type: Stable
Release Track: Default
Electron: 39.4.0
Chromium: 142.0.7444.265
Node.js: 22.22.0
V8: 14.2.231.22-electron.0
OS: Darwin arm64 24.6.0

For AI issues: which model did you use?

claude-4.6-opus-max-thinking

For AI issues: add Request ID with privacy disabled

c72844a1-2528-4dd7-8ca5-dbe8d99633c6

Does this stop you from using Cursor

Sometimes - I can sometimes use Cursor

Hey, this is a known thing. Composer 1.5 shows up in the dashboard because sub-agents Explore, Shell, Browser use a faster model by default for helper tasks.

Your main agent is correctly running on claude-4.6-opus-max-thinking, and the logs confirm that. Sub-agents do the rough work like search, parsing, and navigation, then send the result back to the main agent, which processes it with your selected model.

The Request ID you shared is from a sub-agent request, not the main agent switching models.

This is explained in detail here: Subtasks use composer 1.5. There are 20 posts with team explanations and a few workarounds.

If you want sub-agents to use your model too, you can:

  • Turn on Max Mode in chat settings
  • Create a custom sub-agent with model: inherit in .cursor/agents/ format is in the docs: Subagents | Cursor Docs
  • Or tell the agent not to use sub-agents, like: “Do NOT launch sub-agents for the task”

Let me know if anything is unclear.

A post was merged into an existing topic: Subtasks use composer 1.5