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. 8. 13.

설치

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

安装(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 自动装配。