Bash results flag a backgrounded command that gets killed when its subagent replies.
What's wrong with this entry?
A backgrounded Bash command started by a synchronous subagent is killed when that agent gives its final response, and the tool result now carries a flag saying so. The flag is absent when the command survives, as it does in the main loop and in async subagents.
- The background notice text is now generated by one shared builder used by both the tool and its renderer.
True when this backgrounded command is owned by a synchronous subagent and is therefore terminated when that agent gives its final response; absent when the command survives (main loop, async subagents)
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.234
Every session now gets the
cdpermission warning in the Bash toolBoth mention bash tool
-
v2.1.234
Command lessons are recorded with the command that produced them
Both mention bash tool
-
v2.1.238
Directory tracking for backgrounded commands no longer breaks early
Both mention bash tool