返回目錄

working-activity

編輯精選維護狀態: 活躍

ccch1mneyyy/working-activity

為 pi CLI 與 DSH 打造的生動工作狀態行擴充套件。

前往 GitHub
$ dsh plugin --profile <你的 profile> add dsh-working-activity

660

星數

234

Fork

TypeScript

語言

MIT

授權條款

2026-07-23

建立於

2026-08-30

最近推送

MIT 授權(DSH 外掛套件為 BSD-3-Clause)的 DeepSeek Harness 即時工作狀態列外掛——在 Web UI 與 dsh-cc 終端機顯示真實工具活動、已耗時與收尾摘要,透過 `dsh plugin add dsh-working-activity` 安裝。

DSH 整合

相容

作者聲明

安全稽核

未稽核

最後核實

2026-08-21

授權條款

MIT

01它能幫你完成什麼?

  • Show what the DSH agent is really doing, in real time, while it works

    A live working-status line with playful thinking phrases, the tool actually running, elapsed time and an end-of-turn summary, rendered in the DSH Web UI and the dsh-cc terminal

    DeepSeek Harness users who want visibility into agent activity during long runs, on the Web UI or in the dsh-cc terminal

  • Feed the dsh-cc terminal status bar with live agent activity

    An `activity/status` event stream that dsh-cc (with dsh-cc-tui installed) consumes to render the working-status line in its status bar

    Users of the dsh-cc TUI who want the working-status line in their terminal instead of (or next to) the Web UI

02如何將外掛接入 DeepSeek Harness?

先決條件

  • DeepSeek Harness (dsh) installed with at least one profile configured
  • Optional: dsh-cc-tui for rendering the status line in the dsh-cc terminal status bar
  • For the Web UI: the bundled DSH Web UI runtime patch (patches/webui-working-activity.patch) documented in docs/dsh-working-activity.md

安裝步驟

  1. 01

    Run `dsh plugin --profile <你的 profile> add dsh-working-activity` to install the DSH edition of the plugin

    $ dsh plugin --profile <你的 profile> add dsh-working-activity

  2. 02

    For terminal rendering, install dsh-cc-tui — the dsh-cc status bar consumes the plugin's `activity/status` event stream

  3. 03

    For the Web UI, apply the extra runtime patch as described in docs/dsh-working-activity.md

驗證整合成功

作者未說明

03DSH 整合程度與能力邊界

DSH 整合相容

DSH plugin installed via the dsh CLI (`dsh plugin --profile <profile> add dsh-working-activity`), rendering a live agent status line in the DSH Web UI and dsh-cc terminal

  • Live working-status line in DSH

    DeepSeek Harness agent activity (thinking, tool execution, turn completion)A real-time status line with playful thinking phrases, the tool actually running, elapsed time and an end-of-turn summary

    Writes `activity/status` events into the local session log (log-only events, invisible to the model, ignored on replay)
  • dsh-cc terminal status bar rendering

    `activity/status` event stream published by the pluginThe dsh-cc status bar renders the working-status line (requires dsh-cc-tui)

  • Web UI rendering via runtime patch

    The bundled patch patches/webui-working-activity.patchThe status line rendered in the DSH Web UI

    Patches the DSH Web UI runtime

04適合誰?何時不該用?

適合

  • DeepSeek Harness users who want visibility into agent activity during long runs, on the Web UI or in the dsh-cc terminal
  • Users of the dsh-cc TUI who want the working-status line in their terminal instead of (or next to) the Web UI

不適合

  • `publish` is disabled by default: appending `activity/status` session events currently prevents the session log from being resumed, so it should only be enabled on hosts that support ignorable append (see the plugin README).

05相容性、維護與安全提醒

  • `publish` is disabled by default: appending `activity/status` session events currently prevents the session log from being resumed, so it should only be enabled on hosts that support ignorable append (see the plugin README).
  • DSH has no tool-progress events, so the status line cannot show per-tool progress percentages — long-running tools only display elapsed time.
  • There is only one status line per session; Web and terminal consumers display the most recently active session.
2026-07-232026-08-19作者未說明

MIT (root; DSH plugin package is BSD-3-Clause) · actively maintained (last push 2026-08-19)

06常見問題

如何把 working-activity 安裝到 DeepSeek Harness?

執行 `dsh plugin --profile <profile> add dsh-working-activity` 即可。DSH 版原始碼位於 `packages/activity/working-activity/`,以 `dsh-working-activity` npm 套件獨立發布。

是原生整合還是 MCP?

它是透過 `dsh plugin add` 安裝的 DSH 外掛,不是 MCP。狀態列由消費端呈現:dsh-cc 終端機狀態列(需 dsh-cc-tui)或 DSH Web UI(需套用附帶的 runtime 修補檔)。

狀態列具體顯示在哪裡?

dsh-cc 終端機——安裝 dsh-cc-tui 後,狀態列會取用外掛的 `activity/status` 事件串流;以及 DSH Web UI——需依 docs/dsh-working-activity.md 套用額外的 runtime 修補檔(patches/webui-working-activity.patch)。

有哪些官方記載的已知限制?

每個工作階段只有一條狀態列(消費端顯示最近活躍的工作階段);DSH 沒有工具進度事件,因此無法顯示進度百分比,長時間工具只會顯示已耗時;`publish` 預設關閉,因為附加 `activity/status` 事件目前會導致工作階段紀錄無法復原(resume)。

外掛會連網或上傳資料嗎?

不會。兩個版本都不蒐集、不上傳任何資料,沒有網路請求、沒有遙測。DSH 版的 `activity/status` 僅寫入本機工作階段紀錄(log-only 事件,模型看不見,回放時忽略)。

08資料與來源

  • 作者聲明github.comce9d75f2510d…

    | DeepSeek Harness | `dsh-working-activity` | [`packages/activity/working-activity/`](packages/activity/working-activity…

  • 作者聲明github.comce9d75f2510d…

    > DeepSeek Harness 的实时"工作状态行"插件:模型的实时活动——俏皮思考文案、真正在跑的工具、已耗时、收尾摘要——在 agent 干活时展示在 Web UI 与 dsh-cc 终端上。

此頁面根據專案公開文件、儲存庫中繼資料與 DSH Plugins 的結構化解析所產生;最後核實於 2026-08-21。發現錯誤?提交更正。

🏆

最佳 DeepSeek Harness 外掛

從全目錄挑出的 12 個值得優先安裝的外掛,涵蓋各個分類。

DSH Plugins 是獨立的 DeepSeek Harness 外掛市集,與 DeepSeek 官方無關,也不代表官方背書。第三方外掛未經安全稽核,安裝前請審查原始碼。

每週取得最新的 DeepSeek Harness 外掛,絕不濫發。