Describe the Bug
When using the Cursor Grok 4.5 model for code modifications, the inline diff is not displayed. Instead, the model applies the changes directly. I suspect this is because Cursor Grok 4.5 often creates and executes a separate Python script to modify the code, rather than editing the files directly, which appears to bypass the inline diff mechanism. The Composer 2.5 model, however, displays inline diffs as expected.
Steps to Reproduce
- Ask the Cursor Grok 4.5 model to modify some code and observe the result.
- Ask the Composer 2.5 model to modify the same code and observe the result.
Expected Behavior
- The code modified by the Cursor Grok 4.5 model does not show an inline diff.
- The code modified by the Composer 2.5 model does show an inline diff.
Operating System
Windows 10/11
Version Information
Version: 3.14.7 (user setup)
VS Code Extension API: 1.128.0
Commit: a758f2241ca99fecf380180b6cbdbbce0f1f42c0
Date: 2026-07-30T06:41:34.009Z
Layout: IDE
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.291
OS: Windows_NT x64 10.0.26200
For AI issues: which model did you use?
Cursor Grok 4.5
For AI issues: add Request ID with privacy disabled
98b842a4-8520-48e8-a47a-b73c5e8d495a
Additional Information
If Cursor Grok 4.5 does not use python tool for editing the code, I can see the inline diff. I think you have to stop using python tool for editing the code.
Does this stop you from using Cursor
No - Cursor works, but with this issue