mirror of
https://github.com/openai/codex.git
synced 2026-09-16 12:13:30 +00:00
## What changed - Add a configurable renderer that converts conversation messages, agent messages, tool calls and outputs, and reasoning into a numbered plaintext transcript. - Keep only relevant readable content, including manual-approval developer messages, while omitting media payloads, encrypted content, and unsupported response items. - Limit transcripts to the most recent 320 KiB without splitting UTF-8 characters. ## Testing - Cover source selection, content filtering, tool-name correlation, and bounded UTF-8 truncation with unit tests. GitOrigin-RevId: e2c6535f4a895862ca744258399fb36fc92e42c6