Pending human review — the facts below come from the source repository.
What it does
General-purpose and coding-focused Agent Presets for DeepSeek Harness
Who it’s for
Users who want this capability in DSH; check the source and docs before installing.
Risks & caveats
No strong risk signals; still worth a source look before installing.
Install
Review, then install
dsh plugin --profile web add github:QlzqQlzq/dsh-dual-agent-presets
Repository facts
TypeNot classified yet
Stars0
Forks0
Open issues0
LanguageJavaScript
LicenseMIT
Last activityAug 15, 2026
Metadata100% complete
StatusPublic
Topics & capabilities
What this plugin covers
GitHub topics
agent-presetdeepseek-harnessdsh-plugin
Declared platforms
No supported platforms were declared.
Source preview
README snapshot
dsh-dual-agent-presets Two selectable Agent Presets for DeepSeek Harness: - General Agent (general-agent): research, file handling, planning, and personal productivity without exposing a raw shell tool by default. - Coding Pro (coding-pro): repository-first coding with filesystem, shell, planning, delegation, workflow, and verification tools. ## Install powershell dsh plugin --profile web add github:QlzqQlzq/dsh-dual-agent-presets Restart the Web profile, then select the preset when creating a session. The plugin installs its managed preset directories under $DSH_HOME/.agent-presets (normally ~/.dsh/.agent-presets). It never overwrites a same-named directory unless that directory carries this package's ownership marker. ## Remove powershell dsh plugin --profile web remove dsh-dual-agent-presets Harness currently has no package-owned preset-root extension point, so removing the bundle does not delete the two deployed preset directories. Remove general-agent and coding-pro from Agent Presets settings if you no longer need them. ## License MIT. The preset compositions are derived from DeepSeek Harness's MIT-licensed standard preset; see the repository history and license notice.
A visual settings dashboard for DeepSeek Harness: every registered settings namespace — including third-party plugin ones the official UI never covers — rendered as editable, schema-driven forms. Early, but the right direction: stop hand-editing YAML.
A DIY trajectory visualizer for DeepSeek Harness: watch the agent’s plan and execution unfold as a graph instead of scrolling raw logs. Early, but it fills a real gap — understanding at a glance what the agent is doing.
Dispatch DSH work from Claude Code / Codex: spin up in-host DSH agent sessions with per-tier presets, watch native subagent progress, and borrow a multimodal bridge that lends the text-only harness vision and image generation. An orchestration plugin that turns DSH into a backend for other coding agents.