"Accept" button not showing in command-K

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Accept buttons not showing in cmd+K

Steps to Reproduce

highlight a line → cmd k → put random prompt

Expected Behavior

It should show the 3 buttons “Accept”, “Accept and runt”, etc.

Screenshots / Screen Recordings

Operating System

MacOS

Version Information

Version: 2.5.20
VSCode Version: 1.105.1
Commit: 511523af765daeb1fa69500ab0df5b6524424610
Date: 2026-02-19T20:41:31.942Z
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 25.2.0

For AI issues: which model did you use?

Auto

Additional Information

it suddenly stopped working from today.

try revert to earlier version but still the same.

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, based on your screenshot, inline editing is actually working correctly. The buttons you’re seeing are the expected ones for Cmd+K:

  • Keep Cmd+Y = Apply the changes
  • Undo Cmd+N = Reject the changes

The Accept / Accept and Run buttons you’re thinking of belong to Agent mode (the chat panel), not inline editing Cmd+K. Inline editing has always used the simpler two-button UI since the diff is applied directly in the editor.

If clicking Keep applies the changes as expected, then everything is working as intended. If something is actually broken (changes don’t apply, no diff shows up, etc.), let me know and I’ll dig deeper.

I am having the same issue with missing buttons after files been changed or edited. Last version they were showing and I now have to ctrl + s on every file manually. I can see the “file is being analyzed” constantly spinning which tells me I have to save files. This is regression.

windows 10 pro
cursor vers: 2.5.20

hi @deanrie , thanks for your reply. but i am quite sure it has Accept button.

This is from my another laptop: there are accept button (and “accept and run” if it is ipynb), which accept all changes. ‘keep’ is supposed to only accept each of the segment (I can choose to accept 1 change and undo 1 change) All these distinct button function very useful.

also the positiion on the chat box should be at the top of all code.
which is not the case in the first screenshot.

and the chat box in the first one doesn’t go away after i click ‘keep’

btw, @Pat1 yours seems a different issue because it is in the agent box , not cmd-k

+1 on the same issue @deanrie , in the earlier version we had option of accepting all change at once which is of great use, request you to please keep this as it is in the newer version as well

2 Likes

facing same issue

im having the same problem!

Hi everyone, The team is rolling out a fix, so please update to the latest version v2.5.25 and give it another try. Let us know if the issue persists after updating!

verified it is fixed in the latest version. thanks team.