This commit is contained in:
Ahmed Ibrahim
2025-08-05 02:03:11 -07:00
parent 34704ff055
commit 622a84f4ba

View File

@@ -170,6 +170,8 @@ impl Conversation {
EventMsg::AgentMessage(AgentMessageEvent { .. }) => {}
EventMsg::TokenCount(_)
| EventMsg::AgentReasoning(_)
| EventMsg::AgentReasoningRawContent(_)
| EventMsg::AgentReasoningRawContentDelta(_)
| EventMsg::McpToolCallBegin(_)
| EventMsg::McpToolCallEnd(_)
| EventMsg::ExecCommandBegin(_)