Ask tool disapear

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Cursor agent is saying that it does not have AskQuestion tool

Steps to Reproduce

Enter plan mode → ask for plan → the agent does not use AskQuestion → ask it "why didn’t it use ask tool → agent answered that:
I tried — in that turn AskQuestion wasn’t available (the call failed with “Tool not found”). Plan-mode instructions here also say to ask clarifying questions inline, not via an ask tool.

Expected Behavior

agent use AskQuestion tool as before

Screenshots / Screen Recordings

Operating System

MacOS

Version Information

Version: 3.11.19
VS Code Extension API: 1.125.0
Commit: bf249e6efb5b097f23d7e21d7283429f0760b740
Date: 2026-07-12T21:39:24.175Z
Layout: Agent Window
Build Type: Stable
Release Track: Default
Electron: 40.10.3
Chromium: 144.0.7559.236
Node.js: 24.15.0
V8: 14.4.258.32-electron.0
xterm.js: 6.1.0-beta.256
OS: Darwin arm64 25.4.0

For AI issues: which model did you use?

Auto

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey there! This is expected behavior right now, not a bug.

You were on Auto, which routed this turn to Cursor’s Grok 4.5. AskQuestion is intentionally turned off for Grok 4.5 at the moment (in every mode, including Plan mode), so it asks its clarifying questions inline in the chat instead of using the structured picker. That’s why the model reported the tool as unavailable.

If you want the multiple-choice picker for a step, switch to Composer 2.5 (or another non-Grok model) - that’s the difference you’d see comparing them. Pinning a specific model instead of Auto also keeps these turns off Grok.

It’s a known limitation we’re looking at. A few others are tracking the same thing here.