dingyi222666/dsh-wakatime ↗★ 0
@dingyi222666/dsh-wakatime
WakaTime plugin for DeepSeek Harness (dsh) — track AI coding activity, lines of code, and time spent
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:dingyi222666/dsh-wakatime说明文档
阅读完整 README ↗Configuration
The plugin works out of the box. To override behavior, add a row with the
same id (wakatime) in your profile's user patch layer
($DSH_HOME/profiles//cordis.patch.yml) or via --patch:
- id: wakatime
config:
heartbeatIntervalMs: 120000 # rate limit per project (default 60000)
debug: true # force DEBUG logging (default: ~/.wakatime.cfg debug=true)
client: web # client qualifier in the --plugin string (default "dsh")
timeoutMs: 45000 # heartbeat CLI timeout (default 30000)
All fields are optional and validated by a schemastery schema at load.