DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Worklog — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
W

dsh-worklog

Worklog

DSH Work Log Calendar: Aggregates all sessions, records daily work duration and content summaries, and supports generating daily, weekly, and semiannual summaries (Host core).

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:aijunjiang/dsh-worklog#680ab1d707261b94ba393f27d154ae792c487d25
READMECompatibilityVersions

Compatibility and provenance

Worklog is published as dsh-worklog and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/7/2026

Versions

0.1.0stable
9/7/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/10/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in productivity-workflow.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Web All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Agent Teams@nanmicoder/dsh-agent-teamsAgentTeams for DeepSeek Harness: multi-agent team collaboration (captain, members, tasks with dependencies, messaging) driven by natural language, with a tree monitor in the web GUI

README

dsh-worklog · DSH 工作日志日历

English · 中文

把你在 DSH 里的所有聊天(跨工作区、跨 SSH 路由、含已结束会话)自动整理成工作日志:

  • 按对话节点切片——每一轮「用户发消息 → 模型完成」是一个节点,逐节点生成摘要;
  • 日历视图按天统计会话量与时长,点选日期/区间即可查看、勾选并生成日报 / 周报 / 月报 / 半年总结;
  • 摘要走指纹缓存 + 增量重算:节点内容没变就复用,会话有新活动只补新增节点,不重复烧 token;
  • 会话在报告里仍作为一个整体项目聚合(跨天也不散)。

特性

  • 全量汇总:ctx.sessionQuery 读取本机与 SSH 路由上所有会话(含已结束)。
  • 对话节点级摘要:颗粒度精细到每一轮对话,按本地日期归属。
  • 主动 / 手动摘要:主动模式即时补摘要;工作台提供「生成摘要(节点切片)」按钮,按需强制重算。
  • 独立 LLM 配置:支持 DSH 内置、OpenAI 兼容、Anthropic 三种接口,可配 baseUrl / apiKey / model / 上下文,摘要 prompt 可自定义。
  • 报表:日历选区间 → 勾选条目(支持全选/全不选)→ 生成 markdown 报告,可复制。
  • 模型工具:worklog_status / day / range / report / rescan,任意会话可用。

安装(官方方式)

前置:DSH(deepseek-harness)+ Node ≥ 22。

dsh plugin --profile web add github:aijunjiang/dsh-worklog
# 或本地路径:dsh plugin --profile web add <本仓库路径>

pnpm dsh web   # 重启一次即可,无需其它参数

安装后重启一次 dsh web:宿主插件(扫描/摘要/工具)与「工作台」client 模块都会在启动时自动注册。 卸载:dsh plugin --profile web remove dsh-worklog。

使用

  1. 工作台:任意会话头部视图切换里点「工作台」页签 → 月历显示每天会话量/分钟。
  2. 看某天:点一个日期看当天条目(默认收起,点「展开 N 个节点」看该日节点级摘要);点两个日期选区间。
  3. 生成报告:选好区间 → 「全选/全不选」或逐条勾选 → 选报告类型(日报/周报/月报/半年)→ 「生成报告」。
  4. 补摘要:选日期后点「生成摘要(节点切片)」按需重算。
  5. 设置:设置 → 插件 → 插件配置 →「工作日志」,配置摘要模型与 prompt、主动模式。

配置

摘要设置(设置 → 插件 → 工作日志)

项默认说明
模型接口格式dshdsh(内置默认模型)/ openai(OpenAI 兼容)/ anthropic
Base URL—外部接口地址(openai/anthropic 时)
API Key—留空则回退环境变量/凭据库 GJSL_API_KEY
Model Name—外部模型名
上下文窗口0输入上下文窗口 tokens(不影响输出上限)
摘要 Prompt内置可自定义,界面展示默认结构
主动模式开每个有新活动的日期即时补摘要

行级配置(profile cordis.patch.yml / bundle patch)

见 bundle.gui.patch.yml:时区偏移、扫描间隔、静默阈值、输出上限、摘要并发等。

数据与缓存

  • 数据目录:$DSH_HOME/dsh-worklog/items.json(默认 ~/.dsh/dsh-worklog)。
  • 每个会话存 nodes[]:节点摘要带内容指纹;指纹不变则复用,变了才重算 → 增量、省 token。

目录

src/index.js       宿主插件入口(扫描/摘要/工具/通道)
src/summarize.js   节点级摘要队列(指纹缓存 + 增量)
src/transcript.js  对话节点切片 + 指纹哈希
src/llm.js         摘要 LLM 调用(DSH/openai/anthropic)
src/report.js      报表组装(按日期筛选节点)
src/endpoints.js   /dsh-worklog GUI JSON-RPC 端点
src/client/index.ts 浏览器端:工作台 + 设置卡片
lib/client.js      编译产物(随仓库提交,无需本地构建)
tests/             单测(node --test)

开发

npm test            # 单测
npm run build:client  # 用 harness tsdown 管线重建 lib/client.js

卸载

dsh plugin --profile web remove dsh-worklog

License

MIT