mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-08-06 01:18:45 +00:00
Remove retained and new_last_consolidated from RetentionResult. Both were populated but never read by any caller. The authoritative state remains self.messages and self.last_consolidated, which the method mutates in place. Update docstring accordingly.