Files
llmx/codex-rs/tui/src
Jeremy Rose 7038827bf4 fix bash commands being incorrectly quoted in display (#2313)
The "display format" of commands was sometimes producing incorrect
quoting like `echo foo '>' bar`, which is importantly different from the
actual command that was being run. This refactors ParsedCommand to have
a string in `cmd` instead of a vec, as a `vec` can't accurately capture
a full command.
2025-08-14 17:08:29 -04:00
..
2025-08-12 17:37:28 -07:00
2025-08-14 16:59:47 -04:00
2025-07-31 00:06:55 +00:00
2025-08-14 14:10:05 -04:00
2025-08-05 04:23:22 +00:00
2025-08-06 18:22:14 -04:00
2025-08-12 17:37:28 -07:00
2025-08-08 10:57:16 -07:00
2025-08-12 15:35:20 -07:00