dsh plugins中文
← Back to popular plugin directory

DSH terminal client

agi-fans/oh-my-dsh · skills

omdsh is a plugin-first terminal coding agent built on DeepSeek Harness, with an interaction model inspired by oh-my-pi.

★ 10GitHub stars
2Forks
2026-08-15Last updated
TypeScriptLanguage
MITLicense

Project overview

oh-my-dsh omdsh is a plugin-first terminal coding agent built on DeepSeek Harness, with an interaction model inspired by oh-my-pi. Why oh-my-dsh

DeepSeek Harness provides a capable agent runtime and a strong architectural idea: everything is a plugin. oh-my-dsh brings that runtime into a focused, keyboard-driven terminal experience without creating a second agent core or hiding the Harness behind a parallel abstraction.

The TUI package is split internally into a service definition, a local terminal provider, and an interactive runner. This keeps terminal ownership isolated from event projection and rendering, and leaves room for other providers or consumers without coupling them to the local TTY implementation. See the architecture overview and plugin architecture review for more detail. Performance

Install command

dsh plugin --profile web add github:agi-fans/oh-my-dsh
View GitHub repository ↗Back to popular plugin directory