Blog
Insights, updates and stories from our team

Guide2026/08/16
DeepSeek Harness Glossary: Plugin, Bundle, Profile, Service, and More
A working glossary of DeepSeek Harness terms: plugin, bundle, profile, service, capability seam, turn, step, round, human command, Ralph loop, and more.

Tutorial2026/08/16
DeepSeek Harness Headless Mode: One-Shot Agent Tasks from the CLI and CI
Run DeepSeek Harness headless with dsh --profile headless, understand exit codes and SIGTERM behavior, and script one-shot agent tasks for CI pipelines.

Development2026/08/16
Hooks and Slash Commands in DeepSeek-Harness (Reuse Claude Code Hooks)
How slash commands and hooks work in DeepSeek-Harness, the extension points hooks listen on, and bridge plugins that reuse Claude Code and Codex hooks.json.

Tutorial2026/08/16
How to Use MCP Servers with DeepSeek-Harness (Complete Guide)
Configure MCP servers in DeepSeek-Harness with dsh-mcp-client — transport options, tool naming rules, reconnection behavior, and the official memory example.

Security2026/08/16
DeepSeek Harness Permissions and Sandboxing Explained (2026)
The three DeepSeek Harness sandbox modes, their platform backends, how permission presets pair sandboxing with approval, and where full access is default.

Plugins2026/08/16
DeepSeek Harness Plugins by Category: 2026 Map
A complete map of all 12 DeepSeek Harness (dsh) plugin categories, with plugin counts, representative picks, and links — 800+ plugins as of August 2026.

Development2026/08/16
Making Your DeepSeek-Harness Plugin Configurable with Schemastery
How to export a Config schema from a DeepSeek-Harness plugin, set values through cordis.patch.yml, and why a patch's config field replaces rather than merges.

Tutorial2026/08/16
DeepSeek Harness Plugin Install Errors, Fixed
A troubleshooting table for DeepSeek Harness plugin install failures: pnpm not found, the allowBuilds block, missing lib/ output, and which one you hit.

Security2026/08/16
A DeepSeek Harness Plugin Security Checklist (10 Points)
A 10-point checklist for vetting a DeepSeek Harness plugin before dsh plugin add: what allowBuilds grants, what to read in the patch file, what to pin.

Guide2026/08/16
Profiles and Bundles in DeepSeek Harness, Explained
How DeepSeek Harness profiles and bundles fit together, where they live on disk, how dsh.profile.bundles stays in sync, and when to run more than one profile.

Tutorial2026/08/16
DeepSeek-Harness Python SDK: Run the Agent Programmatically
Install and use the DeepSeek-Harness Python SDK to run the agent programmatically — platform requirements, a minimal example, and its relation to the TS SDK.

Tutorial2026/08/16
DeepSeek Harness Quickstart: From npx to Your First Agent Session
Install DeepSeek Harness with npx, open the Web UI at 127.0.0.1:3080, add an API key, choose a workspace, and run your first dsh agent task from scratch.