Compact tool use failing
Resolved 💬 3 comments Opened Oct 20, 2025 by brianthompson-sarcat Closed Oct 20, 2025
What version of Codex is running?
codex-cli 0.47.0
What subscription do you have?
pro
Which model were you using?
gpt-5 high
What platform is your computer?
linux debian bookworm (Linux 6.1.0-40-cloud-arm64 aarch64 unknown)
What issue are you seeing?
running /compact in a session suddenly started failing.
it shows inability to connect (retrying x/5) and then outputs an error of "No tool output found for function call call_sU7XBNcR8nNV7j2rvuzYEHCP.",
What steps can reproduce the bug?
run /compact within a session
What is the expected behavior?
retry connection 5 times and fail with output
■ unexpected status 400 Bad Request: {
"error": {
"message": "No tool output found for function call call_sU7XBNcR8nNV7j2rvuzYEHCP.",
"type": "invalid_request_error",
"param": "input",
"code": null
}
}
regular inference performing fine
Additional information
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗