DeepSeek Harness plugin

dshx-working-activity

dshX live model working-status line (fork of dsh-working-activity): standard enterprise copy, running tool, turn elapsed — for the dshX TUI prompt.

Jump to install

Source facts

Repository
NoNshiranai/dshx-working-activity
Latest update
Aug 17, 2026
Category
Tools & Capabilities
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/NoNshiranai/dshx-working-activity
Plugin: dshx-working-activity
Author: NoNshiranai

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

@dshx/working-activity

dshX 的模型工作状态行——dsh-working-activity 的分叉,将俏皮/口语化措辞替换为 企业级标准中文,并简化 done 行指标格式。

与 dsh-working-activity 的差异

  • 措辞池src/phrases.ts):全部换成标准措辞——思考/等待/工具动作/失败/完成,

翻了个身工单关闭拿下交差 等俏皮口语。

  • done 行格式src/status.ts):工具调用 N 次 · 思考 Xs · 执行 Ys · N tokens

(原为 N 工具 · 想Xs 干Ys · 🔥 N)。

  • 移除 web client:本 fork 仅保留服务端插件(供 TUI 消费 activity/status 事件),

不含 ./client 导出与 dsh.bundle.client 元数据。

使用

作为 @dshx/tui 的依赖安装;TUI 通过 @dshx/tui/working-activity 重导出挂载工作行。

开发 / 发布

pnpm install
pnpm build          # tsc → lib/types/
pnpm publish --registry=https://registry.npmjs.org/

许可

BSD-3-Clause(fork 自 dsh-working-activity)。