feat: 将 DeepSeek Harness 与 Pi 纳入编码工具目录 - #28
Closed
Dandre126 wants to merge 2 commits into
Closed
Conversation
把 dsh 和 pi 放到与 Grok / OpenCode 同等位置:Home 启动、 Profile preset、dispatch 仅发现。Skill 分身分别挂到 DSH_HOME/~/.dsh 与 PI_CODING_AGENT_DIR/~/.pi/agent。 二者都没有经过审计的非交互 adapter,不会进入 REAL_PROVIDER_IDS。
IntegrationManagerTests 不再手写宿主环境变量名单。setUp 清空 HOSTS 里的全部 env,避免本机已设置 DSH_HOME / PI_CODING_AGENT_DIR 时把分身写进真实目录。
Contributor
Author
|
已被 #29 覆盖:九路 dispatch、Batch V1 与 0.6.8 已合入 |
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.
将 dsh 和 pi 登记到编码工具目录、Profile preset 和 dispatch discover-only。Skill 分身挂到 DSH_HOME/
/.dsh 与 PI_CODING_AGENT_DIR//.pi/agent。不进入 REAL_PROVIDER_IDS,不发 PyPI。