DSH terminal client
UNLINEARITY/dsh-code · skills
is a terminal coding interface for DeepSeek Harness ().
★ 10GitHub stars
1Forks
2026-08-15Last updated
TypeScriptLanguage
MITLicense
Project overview
DSH-Code DSH-Code is a terminal coding interface for DeepSeek Harness (dsh). It runs as an out-of-tree bundle over the official @deepseek-ai/dsh-base and uses the same Agent, Session, tool, command, skill, permission, sandbox, compaction, and plugin services as the Harness Web UI.
DSH-Code does not implement a separate agent loop. It adds a coding-focused TUI to the DSH runtime, drawing on the session handling of Codex CLI and the terminal interaction patterns of Claude Code. Overview
DeepSeek Harness treats models, tools, storage, policies, and interfaces as plugins registered through Cordis. Durable session events record the conversation and runtime state needed for replay.
Install command
dsh plugin --profile web add github:UNLINEARITY/dsh-code