Why It MattersLive session operators and users can now see partial tool progress as it happens and stop a tool while it is running, which reduces apparent hangs and gives them a practical way to control long-running calls; practically, this is powered by concurrent iterator-driven streaming with cancellable execution, so teams should watch for ordering/duplication of streamed chunks, cancellation races, and confirmation-provider failures when many tools run at once.
ImpactLive session operators and users can now see partial tool progress as it happens and stop a tool while it is running, which reduces apparent hangs and gives them a practical way to control long-running calls; practically, this is powered by concurrent iterator-driven streaming with cancellable execution, so teams should watch for ordering/duplication of streamed chunks, cancellation races, and confirmation-provider failures when many tools run at once.