mirror of
https://github.com/openai/codex.git
synced 2026-04-28 00:25:56 +00:00
1.3 KiB
1.3 KiB
agentydragon
This file documents the changes introduced on the agentydragon branch
(off the main branch) of the codex repository.
codex-rs: session resume and playback
- Added
sessionsubcommand to the CLI (codex session <UUID>) to resume TUI sessions by UUID. - Integrated the
uuidcrate for session identifiers. - Updated TUI (
codex-rs/tui) to respect and replay previous session transcripts:- Methods:
set_session_id,session_id,replay_items. - Load rollouts from
sessions/rollout-<UUID>.jsonl.
- Methods:
- Printed resume command on exit:
codex session <UUID>.
codex-core enhancements
- Exposed core model types:
ContentItem,ReasoningItemReasoningSummary,ResponseItem. - Added
composer_max_rowssetting (with serde default) to TUI configuration.
Dependency updates
- Added
uuidcrate tocodex-rs/cliandcodex-rs/tui.
Documentation tasks (under tasks/)
- task-template.md
- 01-dynamic-mount-commands.md
- 02-auto-approve-predicates.md
- 03-live-config-reload.md
- 04-auto-mount-repo.md
- 04-auto-mount-repo-plan.md
- 06-external-editor-prompt.md
- 07-undo-feedback-decision.md
- 08-set-shell-title.md
- 09-file-dir-level-approvals.md
- 10-inspect-container-state.md
- 11-custom-approval-predicates.md
- 12-internet-connection-toggle.md
This README was autogenerated to summarize changes on the agentydragon branch.