[draft] first pass at tui integration

This commit is contained in:
kevin zhao
2025-11-19 14:11:31 -08:00
parent f4ccc759b0
commit 44eb85afbf
31 changed files with 556 additions and 63 deletions

View File

@@ -1533,6 +1533,11 @@ pub enum ReviewDecision {
/// remainder of the session.
ApprovedForSession,
/// User has approved this command and wants Codex to allow future commands
/// sharing the same prefix without prompting again. Codex will persist an
/// allow rule in the default execpolicy file.
ApprovedAllowPrefix,
/// User has denied this command and the agent should not execute it, but
/// it should continue the session and try something else.
#[default]