mirror of
https://github.com/cline/cline.git
synced 2026-09-21 13:21:23 +08:00
The command row reflects an executing state while a command runs. 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. Fixes CLINE-2298 and CLINE-2162