imlishiyuan/keep-reminder

imlishiyuan★ 0TypeScript最后同步: 2026-08-21

在 GitHub 打开

Inject a user-defined .keep-reminder file into DeepSeek Harness conversations as a <system-reminder>, with session / turn / request modes.把 .keep-reminder 文件里的重要内容以 <system-reminder> 注入 DeepSeek Harness 上下文,支持 session / turn / request 三种注入模式。

README 摘要

keep-reminder English 简体中文 Inject a user-defined .keep-reminder file into the model context as a user message. Quick Start 1. Install the plugin (choose one): 2. Mount it in the profile cordis.patch.yml . To load a plugin you must insert it, not target an id. A bare - id: keep-reminder list entry is a patch over an already-loaded entry — it warns entry "keep-reminder" not found and does nothing. Use the insert: form: 3. Create a .keep-reminder file in the session workspace root (see .keep-reminder.example ) with the content to remember. 4. Restart dsh web and start a new session. What is the "session workspace root"? It is the session's working directory ( cwd ); the plugin looks for .keep-reminder only there and does not search upward. - Web GUI : the folder you pick when creating the session. If you pick D:\ui-workspace\my-project , put it at D:\ui-workspace\my-project\.keep-reminder . - CLI / headless : the current directory where you run dsh ( process.cwd() ). Configuration Key Default Description mode turn Injection frequency: session / turn / request file .keep-reminder File path; relative to the session working directory, or absolute Three modes mode When injected session On…

在 GitHub 查看完整 README →
工具/开发ai-agentsdeepseek-harnessdeepseek-harness-plugindshdsh-plugin

分类