mirror of
https://github.com/openai/codex.git
synced 2026-04-29 19:03:02 +03:00
1.5 KiB
1.5 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
Tasks live under agentydragon/tasks/ as individual Markdown files. Please update each task’s Status and Implementation sections in place rather than maintaining a static list here.
Branch & Worktree Workflow
- Branch convention: work on each task in its own branch named
agentydragon/<task-id>-<task-slug>. - Worktree helper: run
create-task-worktree.sh <task-id>-<task-slug>inagentydragon/tasks/to create or reuse a worktree atagentydragon/tasks/.worktrees/<task-id>-<task-slug>off themasterbranch.
This README was autogenerated to summarize changes on the agentydragon branch.