feat: DeepSeek Harness (dsh) agent support — skills, MCP scan + native toggle, audit - #116
Merged
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…the YAML patch file
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…g note Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…l panel Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
RealZST
marked this pull request as ready for review
August 16, 2026 11:46
RealZST
force-pushed
the
feat/dsh-agent-support
branch
from
August 16, 2026 12:47
2c26095 to
34f34e8
Compare
The full name overflowed the fixed-width agent card. The mascot is now the official whale logo rendered bare (no tile). Hover: breach loop — leap, dive out below the mascot's clip box (which ends above the card label), resurface. Click: spout — a teardrop water column bursts into two curling splash lobes plus flung droplets, twemoji-style. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
RealZST
force-pushed
the
feat/dsh-agent-support
branch
from
August 16, 2026 12:49
34f34e8 to
f510889
Compare
Removing the mascot-level offsetY let the click spout's peak escape the card's rounded corner; re-add dsh to the card overflow-hidden list. The inner clip box still ends the dive above the label. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This was referenced Aug 18, 2026
Merged
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.
Adds DeepSeek Harness (dsh) as the 12th supported agent.
What's included
Detection & config
$DSH_HOME/~/.dshprofile signals (strong signal:profiles/*/package.jsonwithdsh.profile.bundles); project signal:.dsh/skills/~/.dsh/AGENTS.md+ project AGENTS.md/CLAUDE.md chainSkills
~/.dsh/skills, shared~/.agents/skills, project.dsh/skills/.agents/skills), non-recursive per dsh semantics,.systemsubdir skippedSKILL.md ⇄ SKILL.md.disabledrename (picked up live by dsh's file watcher).dsh/skills; install validation rejects camelCase invocation keys (see audit rule below)MCP
McpFormat::DshCordis: parses@deepseek-ai/dsh-mcp-clientrows from the home-layercordis.patch.yml, tolerating the cordis YAML dialect (!!jsexpression tags are preserved, never evaluated)disabledoverride mechanism. Text-level only: user bytes are never re-serialized; removing the block restores the file byte-for-byte. Unbalanced markers fail hard (ConfigCorrupted) instead of silently dropping user contentValidationerror); the managed-block insert writer is the headline of the follow-up PR together with plugin scanningAudit
skill-invocation-key-case(Medium): flags camelCase invocation keys (disableModelInvocation/modelInvocable/userInvocable) that dsh rejects fail-closed — the whole skill is silently dropped. Per-key kebab-case suggestions (including the inverted-meaningmodelInvocablecase) with file:line locationsFrontend
mcp-clientplugin cards)Hardening beyond the plan (all pinned by tests)
disabled: null≡false(matches upstream entry semantics)urlpresence first (aurlrow with an omitted/unknown transport can't produce a contradictory empty-command stdio entry)Verification
cargo test --workspace: 642 passed, 0 failed, no warningstsc: 0 errors;vitest: 286/286@deepseek-ai/dsh@0.1.0-rc.6: detect / skill scan (incl. shared~/.agentsattribution) / MCP scan all correct;hk disable→ dsh's own--dump-configassemblesdisabled: true(official loader consuming HK's write);hk enable→ byte-identical restore (MD5 verified); audit rule fires with per-key suggestions; toggles hot-reload live in dsh's own web UIKnown limitations (follow-up PR)
🤖 Generated with Claude Code