omdsh-dev/dsh-daily-progress1

dsh-daily-progress

DSH daily progress achievement plugin: evening plans for tomorrow, a todo-style checklist today, and a thermometer completion-rate widget in the composer dock

AI 分析

核心用途是结合 AI 会话进行个人每日任务与进度管理。适合将 DSH 作为日常工作助理、需要追踪待办事项的用户。

パッケージ
dsh-daily-progress
バージョン
0.1.0
ライセンス
BSD-3-Clause
最終更新
2026/08/13

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:omdsh-dev/dsh-daily-progress

ドキュメント

README 全文を読む ↗

安装(DSH profile)

  1. 在 profile 的 package.json dependencies 加入本包(或 dsh plugin install 渠道);
  2. profile 的 cordis.patch.yml 加一行 { id: daily-progress, name: dsh-daily-progress }(本包 dsh.bundle.patch 指向的 cordis.patch.yml 已含此 insert);
  3. 重启 DSH Web;client 半由 dsh.client manifest 自动装配。