Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dsh-schedule

DeepSeek Harness 本地日程插件 —— 顶栏日程面板、日程-会话链接、完成打勾、重复日程与 agent 工具。数据长期保存在本地文件,支持周/月/季度/年度回顾。

A local long-term schedule plugin for DeepSeek Harness: top-bar schedule panel (today / week / history calendar), schedule↔conversation links, completion checkmarks, recurring tasks, and agent tools. Data persists in a local file for lifetime history review.

功能 Features

  • 📋 顶栏"日程"文字按钮 — 会话标题栏右侧,纯文字简洁风
  • 🗓️ 三个视图 — 今天(未完成/已完成)/ 本周(按周一到周日分组)/ 历史(月历 + 本周/本月/本年/连续完成统计)
  • 完成打勾 — 按天记录,重复日程每天独立;勾掉的进"已完成"区,次日自动清空当日记录但历史永久保留
  • 🔗 日程↔会话链接 — 日程条右侧 ⊕ 一键关联当前会话;输入框右侧 🔗 弹出日程列表;点击日程标题或会话标签跳转到关联会话;一个日程可关联多个会话
  • 🔁 重复日程 — 一次性 / 每天 / 每周(周一~周日多选)
  • 🤖 Agent 工具dailytask_add/list/set_done/update/delete/link_session,在任意对话里说"帮我记一条日程"即可
  • 💾 长期本地存储~/.dsh/dsh-schedule-data.json,完成历史永不删除,自动迁移旧版数据文件

安装 Install

# 从源码
git clone https://github.com/magicOF2/dsh-schedule.git
cd dsh-schedule
pnpm build
pnpm test

# 安装到 web profile
dsh plugin --profile web add /path/to/dsh-schedule

# 重启 DSH
dsh web

使用 Usage

  1. 打开 DSH Web,顶部标题栏右侧出现"日程"按钮
  2. 点击打开面板:输入标题 + 选择日期/重复/时间,点"添加"
  3. 完成一项,点左侧圆圈打勾
  4. 日程条右侧 ⊕ 把当前会话关联到该日程;输入框右侧 🔗 也可以;点日程标题(蓝色)或会话标签跳转回关联会话
  5. "历史"页签查看月历和统计

数据 Data

  • 数据文件:~/.dsh/dsh-schedule-data.json
  • 结构:items(日程定义)+ done(按 日程ID → 日期 累积的完成记录)
  • 备份:拷贝该文件即可

开发 Develop

pnpm build   # 产出 lib/(Host ESM + Client C6 bundle)
pnpm test    # node --test 单元测试(存储核心)

License

MIT

About

No description or website provided.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages