Skip to content

refactor(ui): keep running read-only tools out of the warm-turn batch#4032

Merged
esengine merged 1 commit into
main-v2from
refactor/ro-batch-running-guard
Jun 11, 2026
Merged

refactor(ui): keep running read-only tools out of the warm-turn batch#4032
esengine merged 1 commit into
main-v2from
refactor/ro-batch-running-guard

Conversation

@esengine

Copy link
Copy Markdown
Owner

Follow-up to #4031.

  • Consistency. The hot-zone and TurnCollapse read-only batch paths skip tools with status === "running" (they render individually with the shimmer); WarmTurnItems batched read-only tools without that guard. Add it.status !== "running" so an interrupted running tool lingering in a warm turn renders individually instead of folding silently into the batch. No-op for normal history (warm turns are complete).
  • Drop a stray blank line before the TurnCollapse close brace.

WarmTurnItems batched read-only tools without the status guard the hot-zone and TurnCollapse paths use. Add it for consistency so an interrupted running tool lingering in history renders individually instead of folding into the batch. Drop a stray blank line. Follow-up to #4031.
@esengine esengine requested a review from SivanCola as a code owner June 11, 2026 11:48
@github-actions github-actions Bot added v2 Go rewrite (1.x) — main-v2 branch, active development desktop Wails desktop app (desktop/**) labels Jun 11, 2026
@esengine esengine merged commit 449b7a6 into main-v2 Jun 11, 2026
14 checks passed
@esengine esengine deleted the refactor/ro-batch-running-guard branch June 11, 2026 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

desktop Wails desktop app (desktop/**) v2 Go rewrite (1.x) — main-v2 branch, active development

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant