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/08/17

インストール

$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.