You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# lorebook
2
2
3
-
Keyword-triggered context injection for AI coding agents. Like [SillyTavern's world-info](https://docs.sillytavern.app/usage/core-concepts/worldinfo/), but for coding agents.
3
+
Keyword-triggered context injection for AI coding agents. inspired by [SillyTavern's world-info](https://docs.sillytavern.app/usage/core-concepts/worldinfo/)
4
4
5
-
CLAUDE.md files grow large, but most instructions are irrelevant to any given prompt. Lorebook injects only matching entries via `additionalContext` — the system prompt stays cached.
5
+
CLAUDE.md files grow large, but most instructions are irrelevant to any given prompt. Lorebook injects only matching entries via XML tags before user prompt. It does not break prompt cache!
0 commit comments