omdsh-dev/dsh-daily-progress ↗★ 1
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 作为日常工作助理、需要追踪待办事项的用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:omdsh-dev/dsh-daily-progress安装(DSH profile)
- 在 profile 的
package.jsondependencies 加入本包(或dsh plugin install渠道); - profile 的
cordis.patch.yml加一行{ id: daily-progress, name: dsh-daily-progress }(本包dsh.bundle.patch指向的cordis.patch.yml已含此 insert); - 重启 DSH Web;client 半由
dsh.clientmanifest 自动装配。