Skip to content

Commit 88ea2a1

Browse files
committed
docs: lead README intro with background compaction differentiator
1 parent 3e16ec1 commit 88ea2a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727

2828
## What is Magic Context?
2929

30-
Context windows fill up, old messages get dropped, and the agent loses track of decisions it made twenty minutes ago. Magic Context is an OpenCode plugin that fixes this:
30+
Your agent should never stop working to manage its own context. Magic Context is an OpenCode plugin that handles it entirely in the background:
3131

32-
**1.** Transparent context compaction via a background historian — all operations are **cache-aware** and deferred to avoid wasting cached prefixes.
32+
**1.** Transparent context compaction via a background historian — the main agent keeps working while a separate model compresses older conversation. All operations are **cache-aware** and deferred to avoid wasting cached prefixes.
3333

3434
**2.** Cross-session project memory — architecture decisions, constraints, and preferences persist across conversations.
3535

0 commit comments

Comments
 (0)