You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently in types.py, ToolResultBlock is part of AssistantMessage, but according to the stream-json format output of claude-code version 1.0.25, ToolResultBlock is part of UserMessage, which causes the current ToolResult to not be parsed correctly.