fix(proxy): align dsh config and runtime compatibility - #1241
Open
Jane-o-O-o-O wants to merge 2 commits into
Open
fix(proxy): align dsh config and runtime compatibility#1241Jane-o-O-o-O wants to merge 2 commits into
Jane-o-O-o-O wants to merge 2 commits into
Conversation
Signed-off-by: Jin Zhangzheng <179437561+Jane-o-O-o-O@users.noreply.github.com>
Jane-o-O-o-O
force-pushed
the
fix/dsh-config-compatibility
branch
from
September 2, 2026 03:47
f781941 to
f37bac5
Compare
Signed-off-by: Jin Zhangzheng <179437561+Jane-o-O-o-O@users.noreply.github.com>
Jane-o-O-o-O
force-pushed
the
fix/dsh-config-compatibility
branch
from
September 2, 2026 04:50
463eda4 to
d50b57a
Compare
Collaborator
|
Thank you so much for your attention and contribution! We will arrange an internal review for this PR shortly, and all feedback will be shared right here in the discussion. |
Author
|
Thank you for your reply. I believe this update is highly valuable and can help more users of TencentDB-Agent-Memory and deepseek-harness optimize their overall user experience and get more out of these tools. |
Collaborator
|
Thank you so much for your attention and contribution! We will arrange an internal review for this PR shortly, and all feedback will be shared right here in the discussion. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description | 描述
完善 dsh 与 TencentDB Agent Memory 的配置和运行时兼容性:
agent-default-modelnamespace,并对settings.yaml做受管字段增量合并,保留用户配置。version: 1/refsschema 写入凭据,安全迁移旧版扁平凭据并保留records、注释和其他 key。/v1/不带/v1两种 baseURL。zstd/unzstd依赖和 64 MiB 子进程 buffer 限制。Related Issue | 关联 Issue
N/A
Change Type | 修改类型
Self-test Checklist | 自测清单
验证命令:
结果:
parseCredentialsDocument对合并结果做了额外解析验证Additional Notes | 其他说明
.bak.<timestamp>备份机制。PROXY_USER_KEY通过子进程环境传递,不进入 Node 命令行参数。npm run typecheck仍受目标分支已有类型错误阻塞(SessionInitResult.resetFlow、SessionInfo收窄、workspace alias 等);本次新增文件没有出现在剩余错误中。