-
Notifications
You must be signed in to change notification settings - Fork 11.1k
CLI should show status outside session #4493
Copy link
Copy link
Open
Labels
TUIIssues related to the terminal user interface: text input, menus and dialogs, and terminal displayIssues related to the terminal user interface: text input, menus and dialogs, and terminal displayenhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
TUIIssues related to the terminal user interface: text input, menus and dialogs, and terminal displayIssues related to the terminal user interface: text input, menus and dialogs, and terminal displayenhancementNew feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for issues without a type.
What feature would you like to see?
/statusworks only inside a TUI session.codex login statusjust says “Logged in using ChatGPT” with no model/approval/sandbox/session id.$ codex login status
Logged in using ChatGPT
<< this is so less information
I just want to see next information in bash
/status
╭──────────────────────────────────────────────────────────────╮
│ >_ OpenAI Codex (v0.42.0) │
│ │
│ Model: gpt-5-codex (reasoning high, summaries auto) │
│ Directory: ~/Documents/b3 │
│ Approval: on-request │
│ Sandbox: workspace-write │
│ Agents.md: │
│ Account: __@gmail.com (Pro) │
│ Session: 01999a57-9ae0-7721-8c84-ad0e2e85f70X │
│ │
│ Token usage: 0 total (0 input + 0 output) │
│ Limits: send a message to load usage data │
╰──────────────────────────────────────────────────────────────╯
Are you interested in implementing this feature?
No response
Additional information
No response