Files
cline/apps
Dominic Cooney ee75b62dd7 fix(vscode): show running state for in-progress commands
The command row now reflects an executing state while a command runs,
instead of appearing pending until it finishes. The message translator
includes the command-output marker on the running command row so the
webview renders it as executing; the row is finalized with output and a
completed flag when the command ends.

Also remove the unused onChange parameter from the foreground run_commands
path: the SDK runtime does not pass it, so it had no effect. Foreground
command output is surfaced to the chat at completion, not incrementally.
2026-06-02 17:02:54 -07:00
..