`Esc` when `/review` starts no longer cancels ongoing review

Resolved 💬 12 comments Opened Nov 21, 2025 by guidedways Closed Jun 12, 2026
💡 Likely answer: A maintainer (etraut-openai, contributor) responded on this thread — see the highlighted reply below.

What version of Codex is running?

v0.61.0

What subscription do you have?

Pro

Which model were you using?

gpt-5.1-codex-max xhigh

What platform is your computer?

macOS

What issue are you seeing?

  • Start /review
  • Hit escape once you realize you want it cancelled as you wanted to make a quick change
  • Review continues!

What steps can reproduce the bug?

Uploaded thread: 019aa4de-cb20-7bb1-9147-839d735eafca

What is the expected behavior?

Review should be cancelled.

Additional information

_No response_

View original on GitHub ↗

12 Comments

etraut-openai contributor · 8 months ago

Thanks for the bug report. Do you suspect this is a recent regression?

guidedways contributor · 8 months ago

@etraut-openai yes, I use /review 99 times a day and although I don't cancel these all the time, I do recall doing it a few days ago.

What's also odd about /review now is that it feels more like a 'background' process - I remember it used to give status updates as to what it's doing, reading, what it's read so far etc but now it feels like a lot of its work is happening in the background - it feels different. Which explains why this might have broken.

guidedways contributor · 8 months ago

@etraut-openai I see what's different. In the past when you start a /review it used to disable the input field - now it does not, which is why hitting escape does nothing.

etraut-openai contributor · 8 months ago

OK, thanks that's helpful. I asked codex to find identify the commit that caused the regression, and it identified this PR. We'll work on a fix.

jif-oai contributor · 8 months ago

Can you confirm we are talking about the CLI? If yes, this PR is not the issue as it does not impact the TUI -> codex-core communication

I do not manage to repro the issue, can you make sure your codex is up to date and provide:

  • A better description of what you observe (what does it means the review does not stop? And some events are missing?)
  • A description of your local setup (the shell you're using, the terminal, if you run locally or on a remote machine)
  • Is the issue consistent?
guidedways contributor · 8 months ago

https://github.com/user-attachments/assets/6656b046-6153-46ff-9084-0eb4855ba8fa

Here's a video. Yes I'm referring to the CLI - /review won't stop doing what it's doing. Pressing Escape does nothing. Previously it would cancel the review immediately.

guidedways contributor · 8 months ago

@jif-oai To reproduce:

  • I'm on the latest v0.61.0
  • Get codex to make some edits / changes
  • Now start a /review
  • Press escape - it should cancel the review immediately (as it always has). It no longer does.

My setup:

iTerm2, macOS Tahoe 26.1

jif-oai contributor · 8 months ago

Is the issue consistent or only on some sessions?

guidedways contributor · 8 months ago

@jif-oai consistent, every single time.

jif-oai contributor · 8 months ago

Could you run a /feedback in a session where you had the issue and share the session ID with me?

guidedways contributor · 8 months ago

@jif-oai 019aa7ce-31e8-76e2-a0b0-990c8b423adf

I did:

  • Launched codex
  • Asked it to write a new file
  • /review uncommitted changes
  • Pressed escape key several times while it was performing a review
  • It won't stop / cancel / terminate
  • Eventually stopped on its own when review ended
ax-openai · 1 month ago

Closing as resolved in current releases.