dsh-date-wrapper
Compresses DSH time-context from ~280 chars to 46 chars by injecting a compact date line into the runtime-context snapshot; zero runtime dependencies.
将 DSH 时间上下文从约 280 字符压缩到 46 字符,向运行期快照注入紧凑日期行,无运行时依赖。
How to install
dsh plugin add dsh-date-wrapper About
dsh-date-wrapper English README 中文 README 日本語 README 한국어 README Installation guide 中文安装指南 日本語インストールガイド 한국어 설치 안내 Changelog 日本語 changelog 한국어 changelog **▼ DSH version compatibility** > | DSH version | Load | Host contract | Client half | | --- | --- | --- | --- | | 0.1.0-rc.7 ~ 0.1.1-rc.x | ✅ | systemPrompt.context({ name, order, text }) | — (host-only plugin) | | 0.1.2-alpha.2+ / 0.1.2-rc.1 | ✅ | same signature, byte-identical | — (host-only plugin) | > One artifact covers both: the plugin only calls systemPrompt.context, whose signature and semantics are unchanged between dsh-v0.1.1-rc.2 and…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 1
- mo. downloads
- 137
- Last push
- 2026-09-09
- Created
- 2026-09-08
Links
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
Related plugins
deja-vu
vshulcz/deja-vu
One memory shared by Claude Code, Codex, Cursor, Copilot CLI, OpenClaw and 20 more coding agents, built from the session history already on disk. A fix found in one agent comes back in any of them, including months of sessions from before you installed it. No LLM, no embeddings, one local Go binary.
dsh-turn-rewind
Anionex/dsh-turn-rewind
Rewind conversation and workspace state, powered by a persistent Change Ledger.
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-chat-recovery
Chat recovery for DSH: edit the last finished user message and explicitly retry failed turns, both via session-fork branches that leave the original conversation untouched.
dsh-message-edit
Moeblack/dsh-message-edit
Branch-based message editing, reroll, retry, and a version timeline.