DeepSeek Harness plugin

dsh-daily-brief

Daily activity brief for DSH: per-session turns/messages/tool-call stats across live sessions. Read-only.

Jump to install

Source facts

Repository
Equinox7379/dsh-daily-brief
Latest update
Aug 14, 2026
Category
Tools & Capabilities
GitHub stars
1
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/Equinox7379/dsh-daily-brief
Plugin: dsh-daily-brief
Author: Equinox7379

Check the source files

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

File explorer3 files
README.mdSource · read only

dsh-daily-brief

DeepSeek Harness 插件:统计 live 会话在最近 N 天内的活动量(回合、用户消息、助手回复、工具调用),供日报类问题使用。

用途

跨会话汇总当日工作量。所有数据来自内存中的 live 会话事件,不读磁盘、不改写任何东西。

用法

  • 工具:daily_brief
  • 参数:days(默认 1)、sessionId(可选,只看某个会话)

示例(用户说「今日日报」后,AI 调用工具得到):

{ "windowDays": 1,
  "totals": { "turns": 23, "userMessages": 12, "assistantMessages": 23, "toolCalls": 86, "toolResults": 86 },
  "sessions": [ { "sessionId": "…", "cwd": "E:\\Yes", "turns": 20, "toolCalls": 79 } ] }

可靠性

  • 只读:仅遍历 sessions.list() 的事件数组;
  • 服务缺失或会话异常时返回空结果,不抛错;
  • 零运行时依赖、无自定义会话事件、无 HTTP 路由。

安装

dsh plugin --profile web add link:/path/to/dsh-daily-brief
# 重启 dsh web

License

MIT