From 252b574c65dd37b9342e348f3f478cb917099510 Mon Sep 17 00:00:00 2001 From: Felipe Coury Date: Sun, 8 Feb 2026 21:09:44 -0300 Subject: [PATCH] fix(tui): update exec approval snapshot for syntect bash highlighting The exec approval modal's command line now gets syntax-colored spans from syntect (base16-ocean.dark) instead of tree-sitter-bash. --- ...codex_tui__chatwidget__tests__exec_approval_modal_exec.snap | 3 +++ 1 file changed, 3 insertions(+) diff --git a/codex-rs/tui/src/chatwidget/snapshots/codex_tui__chatwidget__tests__exec_approval_modal_exec.snap b/codex-rs/tui/src/chatwidget/snapshots/codex_tui__chatwidget__tests__exec_approval_modal_exec.snap index 1c6a3ef136..bf73dc6e93 100644 --- a/codex-rs/tui/src/chatwidget/snapshots/codex_tui__chatwidget__tests__exec_approval_modal_exec.snap +++ b/codex-rs/tui/src/chatwidget/snapshots/codex_tui__chatwidget__tests__exec_approval_modal_exec.snap @@ -27,6 +27,9 @@ Buffer { x: 73, y: 4, fg: Reset, bg: Reset, underline: Reset, modifier: NONE, x: 2, y: 5, fg: Reset, bg: Reset, underline: Reset, modifier: ITALIC, x: 7, y: 5, fg: Reset, bg: Reset, underline: Reset, modifier: NONE, + x: 4, y: 7, fg: Rgb(150, 181, 180), bg: Reset, underline: Reset, modifier: NONE, + x: 8, y: 7, fg: Rgb(192, 197, 206), bg: Reset, underline: Reset, modifier: NONE, + x: 20, y: 7, fg: Reset, bg: Reset, underline: Reset, modifier: NONE, x: 0, y: 9, fg: Cyan, bg: Reset, underline: Reset, modifier: BOLD, x: 21, y: 9, fg: Reset, bg: Reset, underline: Reset, modifier: NONE, x: 48, y: 10, fg: Reset, bg: Reset, underline: Reset, modifier: DIM,