deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:ibrhr/dsh-peak
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
dsh-peak is a lightweight, theme-adaptive status indicator plugin for DeepSeek Harness (DSH).
DeepSeek API offers a 50% discount on token pricing during off-peak hours. dsh-peak integrates directly into the DSH Web UI header right next to your session mode tag, showing real-time discount status, dynamic transition countdowns, multi-timezone clocks, and DeepSeek-V4 model rate cards.
--dsw-*), allowing it to automatically blend with any active skin or theme (including dark, light, and custom monorepo skins like maid-atelier).● Off-peak · 10h 32m / ● Peak · 1h 14m).ctx.effect(() => () => { ... })..agents/skills/dsh-peak-install for automated AI installation and scheduling.lib/ for instant installation without local compiler requirements.DeepSeek API pricing is evaluated against UTC Standard Time:
| Window | UTC Time | Beijing Time (CST / UTC+8) | Pricing Rate | Status |
|---|---|---|---|---|
| Morning Off-Peak | 00:00 – 01:00 UTC |
08:00 – 09:00 CST |
50% Discount | Off-peak |
| Morning Peak | 01:00 – 04:00 UTC |
09:00 – 12:00 CST |
Standard (100%) | Peak |
| Midday Off-Peak | 04:00 – 06:00 UTC |
12:00 – 14:00 CST |
50% Discount | Off-peak |
| Afternoon Peak | 06:00 – 10:00 UTC |
14:00 – 18:00 CST |
Standard (100%) | Peak |
| Evening / Night Off-Peak | 10:00 – 24:00 UTC |
18:00 – 08:00 (+1d) |
50% Discount | Off-peak |
Rates per 1 Million tokens in USD:
| Model | Token Type | Peak Rate | Off-Peak Rate (50% OFF) |
|---|---|---|---|
| DeepSeek-V4 Flash | Input (Cache Hit) | $0.014 | $0.007 |
| Input (Cache Miss) | $0.440 | $0.220 | |
| Output | $1.320 | $0.660 | |
| DeepSeek-V4 Pro | Input (Cache Hit) | $0.044 | $0.022 |
| Input (Cache Miss) | $1.320 | $0.660 | |
| Output | $3.960 | $1.980 |
In your deepseek-harness root directory, run:
pnpm dsh plugin --profile web add github:ibrhr/dsh-peak
The DSH CLI will automatically register
@dsh-external/dsh-peakinto your profile'sdsh.profile.bundles.
Since this repository ships with an agent skill, prompt your DSH Agent:
"Install this plugin: https://github.com/ibrhr/dsh-peak"
@dsh-external/dsh-peak to ~/.dsh/profiles/web/package.json:{
"dependencies": {
"@dsh-external/dsh-peak": "github:ibrhr/dsh-peak"
}
}
dsh.profile.bundles:{
"dsh": {
"profile": {
"bundles": [
"@deepseek-ai/dsh-base",
"@deepseek-ai/dsh-web-app",
"@dsh-external/dsh-peak"
]
}
}
}
pnpm install in ~/.dsh/profiles/web and restart dsh web.# Install dependencies
pnpm install
# Run Vitest test suites
pnpm test
# Type check
pnpm run typecheck
# Build pre-compiled bundles to lib/
pnpm run build
This project is licensed under the BSD-3-Clause License.
For architectural invariants and Cordis effect lifecycle rules, see AGENTS.md.
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。