Starting an async agent now announces itself on an internal channel that nothing in this build listens to.
Two sites now emit an agent-spawn event carrying agent id, type, parent and task registry, with no subscriber anywhere.
What's wrong with this entry?
The path that starts an async agent now announces it on the same internal channel the Agent tool already used, carrying the agent id, agent type, parent agent id and task registry. Nothing subscribes to that channel anywhere in the build, so the two emits go nowhere.
- The channel is
agentSpawned: one declaration, two emits, zero subscribers, in both v2.1.238 and v2.1.239. - Its neighbouring channels for evicted tasks and settled agents do have consumers, so this one being unread looks like groundwork rather than an oversight.
agentSpawned
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
Another forged control tag is escaped in subagent output
Both mention subagent
-
v2.1.234
Spawned processes get
--flag=valuewhen the value looks like a flagBoth mention subagent
-
v2.1.235
New error for delegating to a subagent without naming one
Both mention subagent