dingyi222666/dsh-wakatime0

@dingyi222666/dsh-wakatime

WakaTime plugin for DeepSeek Harness (dsh) — track AI coding activity, lines of code, and time spent

AI 분석

核心用途是量化和记录与 AI 协同编程的时间与工作量。适合使用 WakaTime 进行个人生产力数据统计和时间管理的开发者。

패키지
@dingyi222666/dsh-wakatime
버전
0.1.1
라이선스
MIT
최근 업데이트
2026. 8. 17.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:dingyi222666/dsh-wakatime

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.