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: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ The format is based on Keep a Changelog, and this project currently tracks chang
16
16
-`CONTRIBUTING.md` with local setup, validation commands, and PR expectations.
17
17
-`docs/SHOWCASE.md` with concrete OpenHarness usage patterns and demo commands.
18
18
- GitHub issue templates and a pull request template.
19
+
- Built-in `codex` output style for compact, low-noise transcript rendering in React TUI.
19
20
20
21
### Fixed
21
22
@@ -27,6 +28,7 @@ The format is based on Keep a Changelog, and this project currently tracks chang
27
28
- Memory search tokenizer handles Han characters for multilingual queries.
28
29
- Fixed duplicate response in React TUI caused by double Enter key submission in the input handler.
29
30
- Fixed concurrent permission modals overwriting each other in TUI default mode when the LLM returns multiple tool calls in one response; `_ask_permission` now serialises callers via an `asyncio.Lock` so each modal is shown and resolved before the next one is emitted.
31
+
- Reduced React TUI redraw pressure when `output_style=codex` by avoiding token-level assistant buffer flushes during streaming.
0 commit comments