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
Fix memory extraction misattribution, double-extraction, and contradiction bugs
- Skip speaker_info label for pre-labeled history messages (starting with @)
in _format_conversation to prevent double-labeling misattribution
- Add touch_debounce() to MemoryPostprocessService and wire it through RPC
extraction handlers to prevent postprocess double-extraction
- Add _conflicts_with_self_fact() guard in process_extracted_facts() to drop
third-party person_facts that contradict authoritative self-facts
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments