Skip to content

Commit 0067a7f

Browse files
committed
Clarify zellij-focused README details
1 parent afc0960 commit 0067a7f

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ The goal of **Open Codex CLI** is not to diverge for the sake of divergence. The
2626

2727
This fork is currently based on the latest upstream `openai/codex` and adds a small set of focused CLI improvements from recent fork-specific commits:
2828

29-
### 1. Better transcript contrast in the TUI
29+
### 1. Better transcript contrast in the TUI for Zellij
3030

3131
From commit `598bebc6b`:
3232

33-
- improves visual distinction between user-authored content and assistant-rendered content in the transcript
34-
- adjusts the TUI styling path used by user message rendering
35-
- makes long terminal sessions easier to scan, especially when transcript density is high
33+
- improves visual distinction between user-authored content and assistant-rendered content when Codex CLI is used inside `zellij`
34+
- adjusts the TUI styling path used by user message rendering for the `zellij` case
35+
- targets a real readability issue in `zellij`; this is not the same problem in a normal terminal session or in `tmux`
3636

37-
This is a usability-focused patch: the goal is to reduce ambiguity in the chat history without changing the underlying interaction model.
37+
This is a usability-focused patch for the `zellij` environment: the goal is to reduce ambiguity in the chat history without changing the underlying interaction model.
3838

3939
### 2. Stale turn output protection in the TUI
4040

@@ -82,6 +82,10 @@ Implement a Claude Code-style export flow for the current session, so a user can
8282

8383
Improve the Codex memory mechanism so it is easier to understand, easier to inspect, and more useful over long-running usage. The focus here is not just more memory, but better memory behavior.
8484

85+
### 4. Better Zellij ergonomics
86+
87+
Continue improving the Codex CLI experience under `zellij`, especially around rendering, layout, contrast, and other interaction details that behave differently from plain terminal sessions or `tmux`.
88+
8589
## Community
8690

8791
Issues and pull requests are welcome in this fork.

0 commit comments

Comments
 (0)