mirror of
https://github.com/openai/codex.git
synced 2026-05-01 03:42:05 +03:00
fix: command formatting for user commands (#7002)
This commit is contained in:
@@ -117,7 +117,8 @@ impl ExecCell {
|
||||
}
|
||||
|
||||
pub(super) fn is_exploring_call(call: &ExecCall) -> bool {
|
||||
!call.parsed.is_empty()
|
||||
!matches!(call.source, ExecCommandSource::UserShell)
|
||||
&& !call.parsed.is_empty()
|
||||
&& call.parsed.iter().all(|p| {
|
||||
matches!(
|
||||
p,
|
||||
|
||||
Reference in New Issue
Block a user