codex - 💡(How to fix) Fix Agent cannot interrupt spawned non-PTY command

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Root Cause

This happens when, for example, the agent accidentally issue a find command that is too broad (e.g. find ~ -name something, despite my AGENTS.md already forbidding it), then it may try to Ctrl-C it, but it fails because there's no PTY.

Code Example

not available
RAW_BUFFERClick to expand / collapse

What version of Codex CLI is running?

0.130.0

What subscription do you have?

API

Which model were you using?

GPT 5.5

What platform is your computer?

Linux 6.8.0-124-generic x86_64 x86_64

What terminal emulator and version are you using (if applicable)?

Gnome terminal

Codex doctor report

not available

What issue are you seeing?

The agent cannot stop a running command spawned without a PTY.

This happens when, for example, the agent accidentally issue a find command that is too broad (e.g. find ~ -name something, despite my AGENTS.md already forbidding it), then it may try to Ctrl-C it, but it fails because there's no PTY.

What steps can reproduce the bug?

  1. Tell the agent to run find ~ -name something.
  2. Tell the agent to stop the command.
  3. It cannot. The command remains in the background, needlessly consuming CPU, unless the user manually /stop it.

What is the expected behavior?

That the agent is able to stop the command.

Additional information

No response

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

codex - 💡(How to fix) Fix Agent cannot interrupt spawned non-PTY command