dsh-message-datetime
One-line clock context for DeepSeek Harness: a Current time timestamp reading (weekday, date, time, UTC offset, IANA timezone) opens every conversation turn and a Turn ended reading closes it, so the model always knows the time, date and idle gap across turns without asking.
每轮对话开始向模型上下文注入单行时间戳读数(星期 / 日期 / 时间 / UTC 偏移 / IANA 时区),收尾再注入 Turn ended 关闭读数——模型始终知道现在几点、今天星期几、上一轮何时结束,日期运算与跨轮间隔不再靠猜;轻量时钟感知,每条约 30 token。
How to install
dsh plugin add dsh-message-datetime About
dsh-message-datetime 每个对话 turn 开始时,向模型上下文注入**简短时间戳与跨轮空闲间隔**的 dsh 插件(DeepSeek Harness / cordis plugin)。 模型由此始终知道"现在几点、今天星期几、上一轮何时结束、闲置了多久"——日期运算、"今天/明天"语义、跨轮空闲间隔感知、yymmdd 路径命名等不再需要询问用户或猜测。 模型看到什么 每个 turn 的第一个 step,在用户消息之后追加一条单行通知(约 30~50 token,append-only 不破坏 KV cache): **首轮(无上一轮记录):** Current time: Tue 2026-09-15 01:04:34 +08:00 (Asia/Shanghai) **后续轮次(自动合并上一轮结束时间与闲置时长):** Current time: Tue 2026-09-15 01:04:34 +08:00 (Asia/Shanghai) | Last turn ended: Tue 2026-09-15 00:39:34 +08:00 (idle for 25m) 通知在 GUI 中渲染为折叠的 context chip(非用户气泡),折叠行显示去掉秒的摘要与闲置时间(例如 Current time: Tue 2026-09-15 01:04 +08:00 (…
Recommendation signals
Meta
- License
- MIT
- Language
- TypeScript
- GitHub stars
- 0
- mo. downloads
- 226
- Last push
- 2026-09-18
- Created
- 2026-09-17
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- ai-agent, datetime, deepseek-harness, dsh-plugin, timestamp, timezone
Related plugins
billion-context
ranxianglei/billion-context
The official billion-context plugin: a context-compression plugin for small context windows (a 100K context is enough), token savings (5x fewer tokens), and month-long single sessions (billions of tokens).
dsh-chat-import
Nwflower/dsh-chat-import
Import full-fidelity chat histories from 13 coding agents (Claude Code, Codex, ChatGPT, Cursor, Gemini, opencode, and more) as resumable DeepSeek Harness sessions, with reverse export back to Claude Code.
dsh-rewind
SiriLee/dsh-rewind
In-place conversation rewind in the same session window without forking (Claude Code /rewind semantics): a per-message ↶ button cuts the model context back to any user message, with an optional Claude-Code-style file restore from disk-persisted before-backups.
dsh-recall-plugin
limbo947/dsh-recall-plugin
Recall any user message: rolls the conversation (official session fork) and workspace files (per-message shadow git snapshots) back to before it, with a diff-preview confirmation panel.