Skip to content

Conversation

@joshka-oai
Copy link
Collaborator

Summary

  • show the Option (⌥) symbol in key hints when the TUI is built for macOS so the shortcut text matches the platform terminology

Testing

  • cargo test -p codex-tui

https://chatgpt.com/codex/tasks/task_i_68fab7505530832992780a9e13fb707b

@joshka-oai
Copy link
Collaborator Author

image
@joshka-oai
Copy link
Collaborator Author

@codex fix the broken tests

@chatgpt-codex-connector
Copy link
Contributor

Summary

Testing

  • just fmt
  • just fix -p codex-tui
  • cargo test -p codex-tui -- status_indicator_widget::tests::renders_with_queued_messages

View task →

Summary

Made the renders_with_queued_messages snapshot test in status_indicator_widget.rs use a macOS-specific snapshot suffix so the Option-key glyph is only asserted on mac builds while Linux continues to consume the existing snapshot.

Added a macOS snapshot that captures the queued-messages view with the ⌥ + ↑ hint so macOS CI has the expected golden output.

Testing

✅ just fmt

✅ just fix -p codex-tui

✅ cargo test -p codex-tui -- status_indicator_widget::tests::renders_with_queued_messages
@joshka-oai joshka-oai force-pushed the codex/update-text-to-use-on-macos branch from 352f19c to ce9c29c Compare October 23, 2025 23:59
@joshka-oai
Copy link
Collaborator Author

@codex fix all the broken tests again.

@chatgpt-codex-connector
Copy link
Contributor

Summary

Testing

  • cargo test -p codex-tui -- status_indicator_widget::tests::renders_with_queued_messages

View task →

Renamed the macOS snapshot for status_indicator_widget::tests::renders_with_queued_messages to use Insta’s @MacOS suffix so mac runners can pick up the expected ⌥ + ↑ hint rendering without producing new snapshots.

Testing

✅ cargo test -p codex-tui -- status_indicator_widget::tests::renders_with_queued_messages
@joshka-oai joshka-oai merged commit e258f0f into main Oct 24, 2025
20 checks passed
@joshka-oai joshka-oai deleted the codex/update-text-to-use-on-macos branch October 24, 2025 03:04
@github-actions github-actions bot locked and limited conversation to collaborators Oct 24, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

3 participants