mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-11 22:53:00 +00:00
Filter ProcessingEnd from subagent and workflow event forwarding
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
4f83c181a4
commit
dd75880cdd
2 changed files with 2 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ impl SubAgentManager {
|
|||
| AgentEvent::AssistantTextStart
|
||||
| AgentEvent::SessionStarted
|
||||
| AgentEvent::SessionEnded
|
||||
| AgentEvent::ProcessingEnd
|
||||
| AgentEvent::SkillExpanded { .. }
|
||||
) {
|
||||
continue;
|
||||
|
|
|
|||
|
|
@ -102,6 +102,7 @@ fn spawn_event_forwarder(
|
|||
&event.event,
|
||||
AgentEvent::SessionStarted
|
||||
| AgentEvent::SessionEnded
|
||||
| AgentEvent::ProcessingEnd
|
||||
| AgentEvent::AssistantTextStart
|
||||
| AgentEvent::AssistantOutputReplace { .. }
|
||||
| AgentEvent::TextDelta { .. }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue