Commit 3266af6
Release Open Codex 0.131.5
Add renamed-session identity in the chat composer and replace picker-style resume hints with direct resume commands. Quit summaries now mention the renamed session while still using stable thread-id resume commands.
Tests:
- cargo test -p codex-utils-cli resume_hint_uses_id_directly_even_when_name_exists
- cargo test -p codex-tui renamed_thread_footer_title_snapshot
- cargo test -p codex-tui live_app_server_thread_name_update_shows_resume_hint
- cargo test -p codex-tui session_summary_names_picker_item_when_thread_has_name
- cargo test -p codex-cli format_exit_messages_names_picker_item_when_thread_has_name
- cargo test -p codex-cli format_exit_messages_includes_resume_hint_without_color
- cargo build --profile release-fast -p codex-cli --bin codex
Co-authored-by: Open Codex <hff582580@gmail.com>1 parent 8359582 commit 3266af6
14 files changed
Lines changed: 240 additions & 151 deletions
File tree
- codex-cli
- codex-rs
- cli/src
- tui/src
- app/tests
- bottom_pane
- chatwidget
- snapshots
- tests
- utils/cli/src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
95 | 104 | | |
96 | 105 | | |
97 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
| 123 | + | |
122 | 124 | | |
123 | 125 | | |
124 | 126 | | |
| |||
421 | 423 | | |
422 | 424 | | |
423 | 425 | | |
| 426 | + | |
| 427 | + | |
424 | 428 | | |
425 | 429 | | |
426 | 430 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments