Files
codebuddy-mem/CHANGELOG.md
Mac 6c8d178f5d feat: codebuddy-mem v13.0.0 - 基于 claude-mem 12.6.0 AGPL-3.0 分叉
- 全局重命名 claude-mem → codebuddy-mem
- AI 后端改为 DeepSeek V4 直连
- 适配 CodeBuddy Code 作为 MCP 客户端
- 修复 GS 函数 timeoutMs bug
- 新增 README / CHANGELOG / UPSTREAM / install.sh
- 协议:AGPL-3.0
2026-05-05 01:52:14 +08:00

21 lines
671 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Changelog
## 13.0.0 (2026-05-05)
### 分叉起点
基于 [claude-mem v12.6.0](https://github.com/thedotmack/claude-mem) 创建分叉,命名为 codebuddy-mem。
### 变更
- **全局重命名**claude-mem → codebuddy-mem
- **AI 后端切换**corpus 查询从 Claude API 改为 DeepSeek V4 直连
- **MCP 超时修复**GS 函数 timeoutMs bug 修复,超时从 3s 调整为 60s
- **部署适配**:支持 CodeBuddy Code 作为 MCP 客户端
- **仓库迁移**:从 GitHub 迁移至 git.yxcowork.vip/qiukai/codebuddy-mem
- **协议**:继承 AGPL-3.0
### 已知问题
- tree-sitter-cli 二进制需通过 Homebrew 安装npm 下载可能失败)