feat(install): add DSH (DeepSeek Harness) as a skill install target - #1061
Open
luxiang-clx wants to merge 4 commits into
Open
feat(install): add DSH (DeepSeek Harness) as a skill install target#1061luxiang-clx wants to merge 4 commits into
luxiang-clx wants to merge 4 commits into
Conversation
Collaborator
|
It's recommended to revise the PR content and remove the meaningless parts |
haofeng0705
disabled auto-merge
August 19, 2026 14:58
luxiang-clx
force-pushed
the
feat/dsh-skill-target
branch
from
August 19, 2026 23:57
58902ff to
9d1d7e6
Compare
Recognizes DeepSeek Harness as a non-universal Agent so DWS skills
install to ${DSH_HOME:-$HOME/.dsh}/skills, matching
@deepseek-ai/dsh-skill-filesystem's <dshHome>/skills discovery root.
auto-merge was automatically disabled
August 19, 2026 23:59
Head branch was pushed to by a user without write access
luxiang-clx
force-pushed
the
feat/dsh-skill-target
branch
from
August 19, 2026 23:59
9d1d7e6 to
db4beef
Compare
Author
done |
haofeng0705
disabled auto-merge
August 20, 2026 01:52
|
I opened a stacked fix PR here: luxiang-clx#1 It addresses the current CI blockers I could reproduce:
Local verification:
|
…igrations fix: align dsh skill root handling
auto-merge was automatically disabled
August 20, 2026 10:44
Head branch was pushed to by a user without write access
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.
Summary
dshto every installer registry (JS, Shell, PowerShell, Go) so DWS Skills install under${DSH_HOME:-$HOME/.dsh}/skills.@deepseek-ai/dsh-skill-filesystem's<dshHome>/skillsroot; without this change, the new agent silently gets no skills.Risk tier
Verification
./scripts/policy/check-changelog-pr.sh --content-only origin/main HEAD(run on PR)./scripts/policy/check-command-surface.sh --strict(run on PR — no command surface change, only agent registry entries)./scripts/release/verify-package-managers.sh(run on PR aftermake package— all four registries stay in sync)./scripts/policy/check-generated-drift.sh(N/A — no generator input or generated artifact touched)Notes
install.shandinstall-skills.share kept byte-identical for the DSH case; both must be updated together when this change is backported.TestAgentRegistriesMatchUpstream*.