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
This commit is contained in:
20
.codebuddy-plugin/plugin.json
Normal file
20
.codebuddy-plugin/plugin.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "codebuddy-mem",
|
||||
"version": "13.0.0",
|
||||
"description": "跨会话持久记忆系统 — 基于 claude-mem AGPL-3.0 分叉,适配 DeepSeek V4 / CodeBuddy Code",
|
||||
"author": {
|
||||
"name": "筑基阁 / 开阳星"
|
||||
},
|
||||
"repository": "https://git.yxcowork.vip/qiukai/codebuddy-mem",
|
||||
"license": "AGPL-3.0",
|
||||
"upstream": "https://github.com/thedotmack/claude-mem",
|
||||
"keywords": [
|
||||
"memory",
|
||||
"context",
|
||||
"persistence",
|
||||
"hooks",
|
||||
"mcp",
|
||||
"codebuddy",
|
||||
"deepseek"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user