What's wrong with this entry?
Anonymous. No account, no email.
- Cycle detection in message threading: Prevents infinite loops when building message chains by detecting cycles in the
parentUuidchain (search for"Cycle detected in parentUuid chain") - WebSocket dead connection detection: New "No pong received, connection appears dead" check for WebSocket MCP transports, improving connection reliability (search for
"No pong received, connection appears dead") - Idle teammate null reference fix: Guard against null
frozenDurationReffor idle teammates (search for"frozenDurationRef is null for idle teammate") - Edit tool error message: New specific error message "string to replace not found" for failed Edit operations (search for
"string to replace not found")