Surface interrupted workers that still have tools running - #683
Merged
Conversation
interrupt_agent does not hard-stop in-flight tools. The strip still painted those lanes as busy. The board now says interrupted and names the leftover tool so the parent can tell a live turn from a stopped one.
After tools drain, currentToolName is null. Claiming "tools still running" lied to the operator. Name a leftover tool while one is present; otherwise just say interrupted. Also satisfy prettier on the lifecycleStatus union.
interrupt_agent terminalizes the wait mailbox with no report. If wait_agents collects that empty interrupt before the run settles, the later salvage was dropped because collected was already true. Attach a missing report on interrupted records regardless of collect.
TheGreatAxios
force-pushed
the
fleet-interrupt-surface
branch
from
August 25, 2026 15:42
8a4a776 to
663e22b
Compare
TheGreatAxios
added a commit
that referenced
this pull request
Aug 27, 2026
* Surface interrupted workers that still have tools running interrupt_agent does not hard-stop in-flight tools. The strip still painted those lanes as busy. The board now says interrupted and names the leftover tool so the parent can tell a live turn from a stopped one. * Show plain interrupted when no leftover tool remains After tools drain, currentToolName is null. Claiming "tools still running" lied to the operator. Name a leftover tool while one is present; otherwise just say interrupted. Also satisfy prettier on the lifecycleStatus union. * Attach late salvage after early interrupt collect interrupt_agent terminalizes the wait mailbox with no report. If wait_agents collects that empty interrupt before the run settles, the later salvage was dropped because collected was already true. Attach a missing report on interrupted records regardless of collect.
TheGreatAxios
added a commit
that referenced
this pull request
Aug 27, 2026
* Surface interrupted workers that still have tools running interrupt_agent does not hard-stop in-flight tools. The strip still painted those lanes as busy. The board now says interrupted and names the leftover tool so the parent can tell a live turn from a stopped one. * Show plain interrupted when no leftover tool remains After tools drain, currentToolName is null. Claiming "tools still running" lied to the operator. Name a leftover tool while one is present; otherwise just say interrupted. Also satisfy prettier on the lifecycleStatus union. * Attach late salvage after early interrupt collect interrupt_agent terminalizes the wait mailbox with no report. If wait_agents collects that empty interrupt before the run settles, the later salvage was dropped because collected was already true. Attach a missing report on interrupted records regardless of collect.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
runningin the strip no longer looks like a healthy busy lane.interrupt_agentstill does not hard-stop in-flight tools.Verification
bun run typecheck,bun run build, andbun run testpass