@tencent-ai/codebuddy-code 1.25.0-next.42e611b.20251106 → 1.25.0-next.7f18485.20251107
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -0
- package/dist/codebuddy.js +1 -1
- package/package.json +1 -1
- package/product.cloudhosted.json +24 -2
- package/product.internal.json +24 -2
- package/product.ioa.json +24 -2
- package/product.json +29 -3
- package/product.selfhosted.json +24 -2
package/CHANGELOG.md
CHANGED
|
@@ -22,6 +22,8 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
|
|
|
22
22
|
|
|
23
23
|
- **管道输入顺序优化**:调整管道输入和用户提示的拼接顺序,确保用户提示优先显示
|
|
24
24
|
- **记忆文件创建优化**:修复记忆命令在文件不存在时无法正常打开的问题
|
|
25
|
+
- **MCP STDIO 环境变量继承**:修复 STDIO 类型 MCP 服务器启动时未继承系统环境变量的问题,确保服务进程能正确访问环境配置
|
|
26
|
+
- **MCP 服务器重连状态检查**:修复服务器重连后未正确验证连接状态的问题,提升连接可靠性
|
|
25
27
|
|
|
26
28
|
## [1.25.0] - 2025-11-05
|
|
27
29
|
|