Skip to content

feat(memory): default to memory v2#1445

Merged
Mijamind719 merged 1 commit intomainfrom
feat/default_open_memory_v2
Apr 14, 2026
Merged

feat(memory): default to memory v2#1445
Mijamind719 merged 1 commit intomainfrom
feat/default_open_memory_v2

Conversation

@chenjw
Copy link
Copy Markdown
Collaborator

@chenjw chenjw commented Apr 14, 2026

Summary

  • Set default memory version from v1 to v2 in MemoryConfig

Changes

开启 v2 后的主要变化:

  1. 记忆模板化系统 - 支持自定义添加记忆类型,无需修改核心代码
  2. ReAct 模式 - 采用 Reasoning + Action 模式,一次 LLM 调用更新所有记忆
  3. 语义化文件名 - 记忆文件名使用语义化命名,提升导航价值
  4. Patch 增量更新 - 采用 patch 增量更新机制(包含 abstract 和 overview),减少 LLM 调用次数
  5. 保持向后兼容 - 现有的 8 个记忆类别(profile, preferences, entities, events, cases, patterns, tools, skills)继续正常工作

Test plan

  • Verify memory v2 is enabled by default
  • Test existing memory functionality works

🤖 Generated with Claude Code

Set default memory version to v2 in MemoryConfig.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
🏅 Score: 85
🧪 No relevant tests
🔒 No security concerns identified
✅ No TODO sections
🔀 No multiple PR themes
⚡ No major issues detected

@github-actions
Copy link
Copy Markdown

PR Code Suggestions ✨

No code suggestions found for the PR.

@Mijamind719 Mijamind719 merged commit 709e5ae into main Apr 14, 2026
5 of 6 checks passed
@Mijamind719 Mijamind719 deleted the feat/default_open_memory_v2 branch April 14, 2026 11:01
@github-project-automation github-project-automation bot moved this from Backlog to Done in OpenViking project Apr 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants