codex - 💡(How to fix) Fix Pet overlay should show compact main-agent status [1 participants]

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…
GitHub stats
openai/codex#20727Fetched 2026-05-03 04:46:41
View on GitHub
Comments
0
Participants
1
Timeline
2
Reactions
0
Participants
Timeline (top)
labeled ×2
RAW_BUFFERClick to expand / collapse

What variant of Codex are you using?

Codex Desktop App on Windows

Observed locally:

  • AppX package version: OpenAI.Codex 26.429.2026.0
  • Platform: Microsoft Windows NT 10.0.26200.0 x64
  • Model shown in the session: GPT-5.5

What feature would you like to see?

Please make the Codex Desktop pet overlay act as a compact main-agent status indicator.

The pet overlay is most useful when it gives the user a quick, low-distraction sense of what the main Codex agent is doing. Instead of relying on long assistant text inside a small bubble, the overlay should surface short, stable status labels that fit reliably at a glance.

Requested behavior:

  • Show the main agent's current execution state with short labels, for example:
    • Thinking
    • Reading files
    • Running command
    • Writing changes
    • Running tests
    • Waiting for user
    • Done
    • Blocked
  • Optionally show one short task title, such as Checking settings or Reviewing diff.
  • Keep the default pet bubble compact and readable, with text that does not truncate in normal use.
  • If more detail is available, allow the user to click the pet or bubble to expand a fuller status view.
  • Add a setting with modes such as:
    • pet only
    • pet + compact status
    • pet + expandable details
  • Keep the pet status synchronized with the main chat execution phases, especially thinking, file reading, command execution, waiting for user input, blocked, and done.

Additional information

The current overlay can display longer assistant/task text in a small bubble, which makes the text easy to truncate and lowers its usefulness as a status surface. A compact status model would make the pet feature more useful without turning it into a full output panel.

This issue was discussed and filed with assistance from Codex GPT-5.5 on behalf of the user.

extent analysis

TL;DR

Modify the Codex Desktop App's pet overlay to display short, stable status labels indicating the main agent's current execution state.

Guidance

  • Review the current implementation of the pet overlay to understand how it displays status information and identify areas for modification.
  • Design a compact status label system with short labels (e.g., Thinking, Reading files, Running command) that fit within the default pet bubble.
  • Consider adding a setting to allow users to choose between different display modes (e.g., pet only, pet + compact status, pet + expandable details).
  • Ensure the pet status remains synchronized with the main chat execution phases.

Example

No code snippet is provided as the issue does not include specific implementation details.

Notes

The solution will depend on the internal implementation of the Codex Desktop App and may require modifications to the UI and underlying logic.

Recommendation

Apply a workaround by modifying the existing pet overlay to display compact status labels, as this is a targeted change that can improve the user experience without requiring a full overhaul of the app.

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