imlishiyuan/keep-reminder ↗★ 0
keep-reminder
系统提醒注入插件:将用户自定义的 `.keep-reminder` 文件作为系统提醒注入到会话、轮次或请求上下文中。
AI 分析
核心用途是向模型持续灌输特定规则或人设。适合需要确保 AI 在长对话中严格遵守特定行为准则的用户。支持三种注入频率模式。
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗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 | Once per session (first step of the first turn) |
turn | Once per turn (first step) |
request | Every model request |