riesbri/dshline--packages-dshline0

dshline

Terminal-native frontend for the DeepSeek Harness plugin ecosystem

包名
dshline
版本
0.7.1
许可证
MIT
最近更新
2026年8月23日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:riesbri/dshline#c5b3b7c435db3f5c963e07a2d8a1311e58515ca4&path:packages/dshline

dshline

The terminal-native frontend for the DeepSeek Harness plugin ecosystem.

It is an in-process Harness presentation adapter, not a separate client or agent runtime:

Harness plugin → standard capability → dshline presentation adapter → native terminal UI

Harness owns capabilities, state, runtime, and policy; dshline presents supported Harness capabilities natively in the terminal. It prefers generic capability contracts over provider-specific integrations, so a provider that participates in a supported Harness seam can share the same terminal presentation.

dsh plugin --profile dshline add dshline
dsh --profile dshline

Finished output stays in the terminal's native scrollback while only a bounded live region is redrawn. The presentation core is small and dependency-light; its renderer has no runtime dependencies and knows nothing about agents or providers.

For installation requirements, usage, architecture, security guidance, and the canonical roadmap, see the dshline repository.

License

MIT