|
1 | 1 | # Open Codex Feature Inventory |
2 | 2 |
|
3 | | -Last updated: 2026-05-21 |
| 3 | +Last updated: 2026-05-22 |
4 | 4 |
|
5 | 5 | This file tracks fork-specific features and fixes that should remain visible during README, release-note, and roadmap updates. It is an engineering inventory, not a marketing page. Keep it scoped to behavior implemented in this fork. |
6 | 6 |
|
@@ -52,6 +52,7 @@ Fast-moving prompt packs, hooks, setup flows, and project policies are better ha |
52 | 52 | | --- | --- | --- | --- | |
53 | 53 | | `/export` | Export the current session transcript to a user-chosen `.md` or `.txt` path. | `/export <path>` | Useful for debugging, archival, and sharing. | |
54 | 54 | | Renamed session identity | Renamed sessions show `Session: <name>` in the chat composer and use the name in quit guidance while keeping resume commands direct. | `/rename`, chat composer, quit summary | Resume hints use `open-codex resume <thread-id>` / `open-codex-dev resume <thread-id>` instead of picker wording. | |
| 55 | +| Agent view session browser (beta) | Users can browse saved sessions, peek transcript content, resume a selected thread, or start a new session from the browser. | `codex agents`, composer Left arrow | Beta surface; useful for local session navigation but still expected to evolve. | |
55 | 56 | | Claude Code-style rewind UX | Double-Esc rewind supports code + conversation restore and a cleaner picker. | Double-Esc backtrack flow | Recent fixes tightened session scoping and ordering. | |
56 | 57 | | Revoke restore scope fix | Conversation-only restore no longer rolls back files. | Revoke/rewind restore logic | Fixed by `b6f62e4867`. | |
57 | 58 | | Esc interrupt routing | Single Esc interrupt and double-Esc rewind detection both work without blocking each other. | Composer key handling | Fixed by `0d20c120d8`. | |
@@ -93,6 +94,18 @@ Fast-moving prompt packs, hooks, setup flows, and project policies are better ha |
93 | 94 |
|
94 | 95 | ## Release Notes |
95 | 96 |
|
| 97 | +### 0.131.6 - 2026-05-22 |
| 98 | + |
| 99 | +- Add the first beta version of agent-view: `codex agents` can inspect saved sessions offline, and the TUI session browser can open from the composer with Left arrow. |
| 100 | +- Render the agent-view session browser as a full-screen overlay with grouped session rows, peek preview, delete confirmation, resume, and start-new-session flows. |
| 101 | +- Mark agent-view as beta in this release: the core browsing/resume workflow is available, but UI polish and interaction details may still change. |
| 102 | +- Fix the 0.131 merge regression where standalone `xhigh`, `ultra`, or `ulw` markers no longer submitted the current query with `xhigh` reasoning. |
| 103 | +- Show the per-turn xhigh override in `model-with-reasoning` status-line output while that foreground turn is pending or running, without mutating persistent session defaults. |
| 104 | +- Keep per-turn effort override state across thread switch capture/restore. |
| 105 | +- Fix background task status-line drift so `/ps` and the footer agree when background terminals or subagents start, finish, or are cleared. |
| 106 | +- Preserve Zellij pane scroll behavior by rendering TUI inline under Zellij instead of trapping pane scroll in the alt screen. |
| 107 | +- Tighten subagent spawning guidance around contract-first delegation and quota-aware cleanup. |
| 108 | + |
96 | 109 | ### 0.131.5 - 2026-05-21 |
97 | 110 |
|
98 | 111 | - Show renamed session identity directly in the chat composer border with a `Session: <name>` marker. |
|
0 commit comments