You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,15 +26,15 @@ The goal of **Open Codex CLI** is not to diverge for the sake of divergence. The
26
26
27
27
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:
28
28
29
-
### 1. Better transcript contrast in the TUI
29
+
### 1. Better transcript contrast in the TUI for Zellij
30
30
31
31
From commit `598bebc6b`:
32
32
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`
36
36
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.
38
38
39
39
### 2. Stale turn output protection in the TUI
40
40
@@ -82,6 +82,10 @@ Implement a Claude Code-style export flow for the current session, so a user can
82
82
83
83
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.
84
84
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
+
85
89
## Community
86
90
87
91
Issues and pull requests are welcome in this fork.
0 commit comments