Skip to content

Commit 4bef4ee

Browse files
andrew-iotxclaude
andcommitted
feat: add animated demo GIF to README
Recorded with VHS — shows conversation growing from 0% to 100% of context window, then auto-compacting back to 10%. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent fd2aee9 commit 4bef4ee

3 files changed

Lines changed: 8 additions & 12 deletions

File tree

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,9 @@ Intelligent conversation compaction for LLM applications. When your conversation
1010

1111
Extracted from battle-tested patterns powering production AI systems serving millions of users.
1212

13-
```
14-
Messages grow... ██████████████████████████████░░░░ 85% full
15-
16-
contextkit
17-
18-
After compaction ██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 18% full
19-
↑ summary ↑ preserved context
20-
```
13+
![contextkit demo](demo.gif)
14+
15+
*Conversation grows to 100% of context window, then auto-compacts back to 10% — seamlessly.*
2116

2217
## The Problem
2318

demo.gif

783 KB
Loading

demo.tape

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
Output demo.gif
22
Set Shell "bash"
3-
Set FontSize 14
4-
Set Width 900
5-
Set Height 600
3+
Set FontSize 13
4+
Set Width 920
5+
Set Height 650
66
Set Theme "Dracula"
77
Set Padding 20
8+
Set TypingSpeed 50ms
89

910
Type "npx tsx examples/demo-live.ts"
1011
Enter
11-
Sleep 25s
12+
Sleep 20s

0 commit comments

Comments
 (0)