其他
完整应用
deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
UI-only plugins for DeepSeek Harness (DSH) Web GUI. Installed cleanly through the official Profile-Plugin mechanism (dsh plugin) without modifying upstream Harness source code.
| Directory | Package | Status | What it does |
|---|---|---|---|
ui-conversation-folded/ |
@khalilhsu/dsh-ui-conversation-folded |
Active | Per-turn folding for chat: Each round's intermediate activity (thinking / CoT, tool calls, in-between narration) is neatly folded into a bounded 288px scroller. Final conclusion text and turn metrics stay outside and visible. Supports streaming auto-scroll, auto-collapse on summary, and global toggle. |
cot-fold/ |
@deepseek-ai/dsh-client-ui-cot-fold |
Archived | Early experiment: capped/collapsed reasoning ("Think") rows only. Superseded by ui-conversation-folded. |
Run from your DeepSeek Harness environment:
# 1. Add the plugin to your web profile
dsh plugin --profile web add @khalilhsu/dsh-ui-conversation-folded
# 2. Restart `dsh web`, then refresh your browser
dsh web
dsh plugin --profile web remove @khalilhsu/dsh-ui-conversation-folded
ui-conversation-folded)288px (configurable via --cot-fold-max-height) with internal scroll.Duration · Tool count · Thinking blocks.思考折叠 / 思考展开) in the session header (persisted in localStorage).If you want to build or modify the plugin locally from source:
git clone https://github.com/KhalilHsu/dsh-plugins.git
cd dsh-plugins/ui-conversation-folded
# Symlink node_modules to your local deepseek-harness checkout
ln -s /path/to/deepseek-harness/packages/client/ui-conversation/node_modules node_modules
# Build the client & node bundles
npm run bundle
# Install locally into your profile
dsh plugin --profile web add /path/to/dsh-plugins/ui-conversation-folded
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。