DeepSeek Harness Plugin

magian1127/deepseek-harness-zh_pro

Stars ★ 0 Category UI Enhancements Added 2026-08-15 npm deepseek-harness-zh_pro

Chinese UI enhancement for the DSH web client: completes the Chinese locale, keeps the session stats line fully visible on one row, and adds an Enhancements settings section with configurable chat width.

Install

# from npm (prebuilt)

dsh plugin --profile web add deepseek-harness-zh_pro

# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)

dsh plugin --profile web add github:magian1127/deepseek-harness-zh_pro

Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).

README

DeepSeek Harness 中文增强插件

让 DeepSeek Harness 的中文界面更好用。仅中文界面生效,英文界面零影响。

功能

# 功能 说明
1 中文补全 修正残留英文:tok/s→词元/秒、LLM→大模型、API 密钥→接口密钥、Full access→完全访问、agent→代理、plan mode→计划模式;时长/数量统一中文格式(48m48s→48分48秒、46.7M→4670万)
2 统计全显示 统计行 9 轮 · 203 步 | LLM 49分59秒 · … 不再省略号截断:单行完整显示,自动缩字号适配,极端超长时同一行横向滚动
3 对话宽度 大屏(≥1200px)下按百分比设置聊天列宽,例如 90% → 两侧各 5% 留白,不再有大片空白

功能都可在 DSH 设置 → 增强设置 中开关(对话宽度还带比例输入框),即时生效。

安装

# 方式一:官方命令,重启一次后生效
dsh plugin --profile web add deepseek-harness-zh_pro

# 方式二:npx 热安装(DSH 服务运行时,无需重启)
npx -y deepseek-harness-zh_pro install --profile web

卸载

dsh plugin --profile web remove deepseek-harness-zh_pro
# 或
npx -y deepseek-harness-zh_pro remove --profile web

两种卸载都是热卸载,无需重启。

常见问题

会影响英文界面吗? 不会。只在界面语言为「中文」时生效。

更新需要重启吗? 插件内容更新后刷新网页(Ctrl+Shift+R)即生效。

能在 dshmarket 里装吗? 可以。插件已声明 dsh.bundle,市场安装/重启后均正常挂载,不会重复加载。

License

MIT

Content from the project README on GitHub ↗

Links

More in this category

View the whole category →