dingyi222666/dsh-wakatime ↗★ 0
@dingyi222666/dsh-wakatime
适用于 DeepSeek Harness 的 WakaTime 插件,用于自动追踪 AI 编码活动、代码行数和所花费的时间。
AI 分析
核心用途是量化和记录与 AI 协同编程的时间与工作量。适合使用 WakaTime 进行个人生产力数据统计和时间管理的开发者。
安装
$
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.