zhangweiii/dsh-tui

zhangweiii★ 0TypeScriptLast synced: 2026-08-16

Open on GitHub

README excerpt

@zhangweiii/dsh-tui English 中文 An out-of-tree interactive terminal bundle for DeepSeek Harness. This directory is a self-contained npm package: it does not join or patch the DeepSeek Harness source workspace. Its cordis.patch.yml layers terminal Host services and the agent-preset roster over dsh-base , without mounting an HTTP server or browser runtime. At startup the renderer connects to a Web Host already listening at http://127.0.0.1:3080 ; when that address is unavailable it falls back to an InProcessApiClient over its own ctx.apiProxy . Usage The install command pulls the package straight from the npm registry (a local checkout also works with add . ). The installed dsh command initializes the tui profile with dsh-base and records this package's declared dsh.bundle ; neither the CLI nor its built-in profile templates contain TUI-specific code. The package requires an installed dsh 0.1.0-rc.6 or compatible host and does not ship a second copy of the DSH core modules. The profile creates a persisted session by default and attaches it to the workspace for its working directory, creating or reusing that workspace record so Web lists the session in the same group. When the default …

View full README on GitHub →
Terminal / TUIdsh-plugintuiterminalagent

Category