본문으로 건너뛰기

블로그

팀의 인사이트, 업데이트, 이야기

DeepSeek Harness Glossary: Plugin, Bundle, Profile, Service, and More
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.
DeepSeek Harness Headless Mode: One-Shot Agent Tasks from the CLI and CI
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.
Hooks and Slash Commands in DeepSeek-Harness (Reuse Claude Code Hooks)
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.
How to Use MCP Servers with DeepSeek-Harness (Complete Guide)
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.
DeepSeek Harness Permissions and Sandboxing Explained (2026)
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.
DeepSeek Harness Plugins by Category: 2026 Map
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.
Making Your DeepSeek-Harness Plugin Configurable with Schemastery
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.
DeepSeek Harness Plugin Install Errors, Fixed
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.
A DeepSeek Harness Plugin Security Checklist (10 Points)
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.
Profiles and Bundles in DeepSeek Harness, Explained
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.
DeepSeek-Harness Python SDK: Run the Agent Programmatically
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.
DeepSeek Harness Quickstart: From npx to Your First Agent Session
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.