New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

dsh-context-dashboard

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dsh-context-dashboard

DSH 会话上下文统计面板:统计每个会话的消息数、轮次、工具调用、字符数与预估 token,生成全量/按项目上下文报告,帮你看清上下文消耗大户。Context usage dashboard for DeepSeek Harness — per-session message/token statistics and context reports (zstd + plaintext logs).

latest
npmnpm
Version
0.1.0
Version published
Weekly downloads
26
-35%
Maintainers
1
Weekly downloads
 
Created
Source

dsh-context-dashboard · DSH 会话上下文统计面板

npm GitHub License: MIT

统计 DeepSeek Harness(DSH)本地会话的上下文消耗:每个会话的消息数、轮次、工具调用、字符数与预估 token,并生成全量/按项目的上下文报告。 Context usage dashboard for DeepSeek Harness — per-session token/message statistics and context reports, so you know exactly where your context budget goes.

支持 zstd 压缩(.jsonl.zstd,DSH 默认存储格式)与明文(.jsonl)会话日志。纯 Node 实现,零第三方运行时依赖。

功能 Features

工具说明
session_stats每个会话:消息数、用户/助手消息、工具调用、轮次、字符数、预估 token;可按 token/消息数/时间排序
context_report全局报告:总消息、总预估 token、Top 消耗会话、按项目(工作目录)分组汇总

安装 Install

dsh plugin --profile web add dsh-context-dashboard
# 或任意 profile:dsh plugin --profile <name> add dsh-context-dashboard

使用 Usage(agent 工具)

  • 「哪个会话消耗的上下文最多?」→ session_stats(默认按预估 token 降序)
  • 「给我一份全局上下文报告」→ context_report
  • English: "Which session uses the most context?" → session_stats

预估 token = 字符数 ÷ 1.5(中文为主场景的经验值),仅供参考。

为什么选它 Why

  • 上下文预算管理:agent 会话越长越贵,先看清再决策(清理/导出/压缩)
  • 成本可见:Token 消耗一目了然

配套插件 Companion plugins

License

MIT © istone

Keywords

deepseek-harness

FAQs

Package last updated on 17 Aug 2026

Related posts