Revert "feat(resource): implement incremental update with COW pattern"#584
Revert "feat(resource): implement incremental update with COW pattern"#584
Conversation
PR Reviewer Guide 🔍(Review updated until commit d6f2e24)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
|
Persistent review updated to latest commit d6f2e24 |
|
Failed to generate code suggestions for PR |
…ction commit_async() called extract_long_term_memories(messages=...) without passing user, session_id, or ctx. Because the compressor returns early when ctx is None, async commits always produced memories_extracted=0. The sync commit() path already passes all three parameters correctly. This aligns the async path to match. Regression from the COW pattern revert (volcengine#584) which dropped these arguments from the async call. Fixes volcengine#602
…ction (#610) commit_async() called extract_long_term_memories(messages=...) without passing user, session_id, or ctx. Because the compressor returns early when ctx is None, async commits always produced memories_extracted=0. The sync commit() path already passes all three parameters correctly. This aligns the async path to match. Regression from the COW pattern revert (#584) which dropped these arguments from the async call. Fixes #602 Co-authored-by: Matt Van Horn <455140+mvanhorn@users.noreply.github.com>
…volcengine#535)" (volcengine#584) This reverts commit ebd573c.
Reverts #535