openai / openai/codex

Agent tool calls should expose inspectable arguments and results, not only summaries

Open
#44,142 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

app enhancement tool-calls
Dominant language
Rust
Stars
125k
Forks
19.4k
PR merge metrics
PR metrics pending

Description

What version of the Codex App are you using (From “About Codex” dialog)?

26.901.6511.0

What subscription do you have?

pro

What platform is your computer?

windows x64

What issue are you seeing?

Codex should provide a user-accessible way to inspect the actual tool call arguments sent by the model and the tool results returned back to the model.

Recent UI changes increasingly reduce tool activity to summaries such as command counts, generic tool names, or high-level status messages.

For an agent, however, tool calls are not merely implementation details. They are a core part of the model's observable behavior.

A user debugging or evaluating an agent needs to be able to answer:

What tool did the model choose?
What exact arguments did the model generate?
What did the tool actually return?
What information was returned to the model before its next decision?

If these details are available internally to the Codex harness but omitted from the user-facing interface, we lose an important layer of agent observability.

What steps can reproduce the bug?

try it

What is the expected behavior?

It should be dismissible by the user rather than being automatically closed in the background

Additional information

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the user-facing tool activity interface and the boundary where tool-call details are passed to the Codex App. Define how users can inspect the exact arguments and returned results, and clarify the expected dismissible behavior before implementation; the issue names no files or tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
observability
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Active
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.