ディレクトリに戻る

working-activity

キュレーション掲載メンテナンス: 活発

ccch1mneyyy/working-activity

pi CLI と DSH 向けの動きのある Working-line 拡張

GitHub で見る
$ dsh plugin --profile <你的 profile> add dsh-working-activity

660

スター

234

フォーク

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

02DeepSeek 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よくある質問

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 のいずれかです。

ステータスラインは実際どこに表示されますか?

dsh-cc ターミナルでは、dsh-cc-tui を導入するとステータスバーがプラグインの `activity/status` イベントストリームを消費して描画します。DSH Web UI では、docs/dsh-working-activity.md に従って追加のランタイムパッチ(patches/webui-working-activity.patch)を適用する必要があります。

公式に明記されている制限は?

ステータスラインはセッションごとに 1 本のみ(消費側は最後にアクティブなセッションを表示)。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。誤りを見つけた場合は、修正を送信してください。

🏆

dsh プラグイン おすすめ

最初に入れたい 12 のプラグイン。全カタログ・全カテゴリから厳選しました。

DSH Plugins は DeepSeek Harness プラグインの独立したコミュニティ ディレクトリです。DeepSeek との提携・公認はありません。サードパーティ製プラグインはセキュリティ監査を受けていません。インストール前にソースコードをご確認ください。

DeepSeek Harnessの新着プラグインを毎週お届け。スパムはありません。