mirror of
https://github.com/cline/cline.git
synced 2026-09-19 02:05:44 +08:00
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.