openai / openai/codex

[Codex Desktop] Show annotation contents inline in chat history

Open
#39,928 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

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

Description

Show annotation contents inline in chat history

What variant of Codex are you using?

Codex Desktop on macOS

What feature would you like to see?

Please show submitted annotation contents directly in the linear chat history.

When a user selects several fragments of an assistant response, adds comments,
and submits them, the resulting user turn is currently rendered only as a compact
pill such as 4 annotations.

The actual selected fragments and comments are hidden behind that pill and are
visible only while hovering over it. When reading the conversation later, it is
therefore impossible to understand what the user said without repeatedly moving
the pointer over each annotation pill.

Requested behavior

Render the annotations persistently at the position of the user turn, using the
same structured block that is currently shown in the hover preview.

For each annotation, the transcript should show:

  • the selected fragment of the assistant response;
  • the user's comment attached to that fragment;
  • the original annotation order.

The annotation group may optionally be collapsible, but its content should be
expanded by default and should not require hover to read.

Current behavior

The transcript shows only a count such as 4 annotations. The content of the
user's message is effectively absent from the normal conversation flow.

This makes the next assistant response difficult to understand because the
feedback it responds to is not visible in the linear history.

Why this matters

Annotations are user messages and part of the conversation. They should remain
readable when scrolling through an old task, reviewing a decision, or following
the context behind a later response.

The current hover-only presentation is especially inconvenient for annotation
groups containing several comments.

Additional information

Observed with a group of four annotations: the chat displays a single
4 annotations pill between messages, while the useful content appears only in
the hover preview.

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 Codex Desktop chat-history rendering for the 4 annotations pill and the hover preview that already displays annotation details. Compare those two paths and make the annotation group readable at the user-turn position without hover, preserving selected fragments, comments, and order. Done means submitted annotations are visible in the normal transcript, optionally collapsible but expanded by default.

Written by the indexing model from the issue text.

Assessment

Tech stack
macos
Domain
desktop
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.