imlishiyuan/keep-reminder ↗★ 0
keep-reminder
Inject a user-defined .keep-reminder file into context as <system-reminder>, with session/turn/request modes.
AI Analysis
核心用途是向模型持续灌输特定规则或人设。适合需要确保 AI 在长对话中严格遵守特定行为准则的用户。支持三种注入频率模式。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full 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 |