Skip to content

A shell command with a prompt does not output the command three times… - #623

Merged
dwash96 merged 1 commit into
cecli-dev:v1.0.2from
ekr1:main
Jul 28, 2026
Merged

A shell command with a prompt does not output the command three times…#623
dwash96 merged 1 commit into
cecli-dev:v1.0.2from
ekr1:main

Conversation

@ekr1

@ekr1 ekr1 commented Jul 28, 2026

Copy link
Copy Markdown

A shell command with a prompt does not output the command three times anymore (twice before, once after the prompt), but only once, in non-TUI mode.

Before:

Tool Call: Local • Command

Options: timeout=400s
Command:
mycommandline with args

mycommandline with args
Allow execution of this command? (Y)es/(N)o/(A)ll/(S)kip all/(D)on't ask again [Yes]: 

mycommandline with args
⛭ Executing shell command with 600s timeout.

After:

Tool Call: Local • Command

Options: timeout=400s
Command:
mycommandline with args

Allow execution of this command? (Y)es/(N)o/(A)ll/(S)kip all/(D)on't ask again [Yes]: 
⛭ Executing shell command with 600s timeout.

… now (twice before, once after the prompt), but only once, in non-TUI mode.
@dwash96
dwash96 changed the base branch from main to v1.0.2 July 28, 2026 23:36
@dwash96
dwash96 merged commit e835ed4 into cecli-dev:v1.0.2 Jul 28, 2026
12 checks passed
@dwash96 dwash96 mentioned this pull request Jul 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants