dsh-web-search-ddg
aooyoo
Zero-token DuckDuckGo search provider for the DeepSeek Harness (DSH) web seam — local headless browser, no API key, no m…
PROJECT TOPICS
PROJECT README
中文 | English
dsh-plugin-token-usage-heatmap 是一个适用于 DeepSeek Harness Web 的树外 bundle。它在“设置 → 个人统计”中增加 GitHub/Codex 风格的 Token 使用热力日历,不修改 DSH 源码。


assistant/chunk usage,最终 assistant/message usage 会替换同一步骤的早期样本,避免重复累计。| 项目 | 支持范围 |
|---|---|
| DeepSeek Harness | >=0.1.0-rc.5 <0.2.0 |
| DSH profile | web |
| Node.js | 跟随所安装 DSH 的版本要求 |
| 源码构建 | Corepack;仓库固定使用 pnpm 11.7.0 |
| GitHub 直接安装 | pnpm 10 或更高版本 |
已验证 DSH 0.1.0-rc.5 实际运行,以及 0.1.0-rc.6 的安装、测试、类型检查、构建与打包。
git clone https://github.com/QuanWenG/token_usage_heatmap.git
cd token_usage_heatmap
pnpm install
pnpm test
pnpm typecheck
pnpm build
如果使用已经安装到系统中的 dsh CLI,请在插件目录执行:
dsh plugin --profile web add .
dsh --profile web --dump-config
dsh --profile web
如果从 DSH 源码运行,请切换到 DSH 源码根目录,并把插件路径替换为刚才克隆目录的绝对路径:
pnpm dsh plugin --profile web add /absolute/path/to/token_usage_heatmap
pnpm dsh --profile web --dump-config
pnpm dsh --profile web
启动后打开 http://127.0.0.1:3080,进入“设置 → 个人统计”。--dump-config 输出中应包含 # == dsh-plugin-token-usage-heatmap 层和 token-usage-heatmap 插件行。
Windows PowerShell 也使用相同命令,只需将示例路径替换为实际的绝对路径。
DSH 也支持把 GitHub 仓库直接添加到 profile。建议锁定 release、tag 或 commit,避免后续提交静默改变实际安装的代码:
dsh plugin --profile web add github:QuanWenG/token_usage_heatmap#<tag-or-commit>
Git 依赖会通过本项目的 prepare 脚本生成 lib/。pnpm 10 及以上默认禁止依赖在安装期间执行构建脚本;首次安装若被拒绝,请按照 DSH/pnpm 输出,把它显示的确切包键加入该 profile 的 pnpm-workspace.yaml:
allowBuilds:
dsh-plugin-token-usage-heatmap: true
确认源码可信后再授予构建权限,然后重新运行安装命令。
冷会话读取并发数默认为 4,可在 profile 的 cordis.patch.yml 中覆盖完整插件配置:
- id: token-usage-heatmap
name: dsh-plugin-token-usage-heatmap
config:
maxConcurrentSessionReads: 4
允许范围为 1–32。DSH 的后置 patch 会替换整份 config,而不是深度合并,因此覆盖时需要保留所有仍然需要的配置键。
在克隆目录中执行:
git pull --ff-only
pnpm install
pnpm test
pnpm build
随后重启 DSH Web,使 Host 和浏览器 bundle 重新加载。
dsh plugin --profile web remove dsh-plugin-token-usage-heatmap
从 DSH 源码运行时,将命令开头改为 pnpm dsh。卸载只移除 bundle 层和 profile 依赖,不需要清理额外的统计数据库。
pnpm test
pnpm typecheck
pnpm build
pnpm pack:check
构建输出包括 Host 的 lib/index.js、浏览器 window.__ModuleLoader__ 工厂格式的 lib/client.js、内嵌 CSS Modules 以及 lib/types 声明。
GitHub Actions 在 Node.js 22 和 24 上执行安装、测试、类型检查、构建与打包检查。
本项目采用 MIT License。
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。