Skip to content

Show remote connection details in /status#24420

Open
etraut-openai wants to merge 2 commits into
mainfrom
etraut/status-remote-connection
Open

Show remote connection details in /status#24420
etraut-openai wants to merge 2 commits into
mainfrom
etraut/status-remote-connection

Conversation

@etraut-openai
Copy link
Copy Markdown
Collaborator

@etraut-openai etraut-openai commented May 25, 2026

Summary

Fixes #24411.

/status currently has no way to show when the TUI is talking to Codex through a remote transport. That makes embedded local sessions, local daemon sessions, and true remote sessions look the same, and it hides the remote server version when debugging connection-specific behavior.

This PR adds a single Remote row for non-embedded connections only. The row shows the sanitized connection address and a dimmed version parenthetical, preserving the existing status output for embedded local sessions.

image

Verification

  • Manually validated when connecting remotely (either implicitly to local daemon or explicitly)

Copy link
Copy Markdown
Contributor

@fcoury-oai fcoury-oai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully ran /status with and without an app-server running and worked both times.

Code looks good, approved 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Show app-server connection info in /status for codex --remote

2 participants