Skip to content

Commit 2bb6edc

Browse files
authored
Update README.md
add compatibility, and new compression teaser
1 parent acb1ca0 commit 2bb6edc

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
</a>
1919
</p>
2020

21+
[![Blog post](https://img.shields.io/badge/Blog-Rolling_Compression_for_GPT_%26_Gemini-0B7285?logo=read.cv&logoColor=white)](https://yourblog.com/gpt-context-rolling-compression?utm_source=github&utm_medium=readme&utm_campaign=v1_2)
22+
23+
> Prefer the narrative overview? **Read the blog post**https://yourblog.com/gpt-context-rolling-compression
24+
25+
2126
Utilities you can load into ChatGPT/GPT-5 (and Gemini) to keep chats fast by compressing heavy context (images, long chats, code drafts, pasted docs) into tiny JSON summaries you can save and reuse. This **workflow** lets you roll projects forward indefinitely by exporting + reloading summaries (the model’s built-in window size does not change). Supports both Soft Roll (same chat) and Hard roll (new chat) workflows.
2227

2328
**Version:** 1.2 • **Status:** Stable
@@ -27,6 +32,10 @@ Utilities you can load into ChatGPT/GPT-5 (and Gemini) to keep chats fast by com
2732
## Overview
2833
Context windows bloat fast. This menu gives you simple commands to compress on the fly while preserving useful state.
2934

35+
## Platforms
36+
37+
Works in **ChatGPT** and **Gemini** as documented. Also usable in **Claude**, **Perplexity** and other **LLM's** with the same per-chat pattern as **Gemini** (paste the menu/defaults each session, then use `Compress:` / `Export:` and seed new chats with `images.json` + `summary.json`). Web UIs show *estimated* savings only.
38+
3039
---
3140

3241
## 📦 Spec
@@ -238,3 +247,11 @@ snapshots/
238247
```
239248
Compress: images [level] [representation=summary|lite] | conversation [N] | code | notes [format] | document [mode] | all • Export: context [JSON|Markdown] [N]
240249
```
250+
251+
## Further reading
252+
- Blog: **Make Your Chat Context Feel Infinite**
253+
https://yourblog.com/gpt-context-rolling-compression?utm_source=github&utm_medium=readme&utm_campaign=v1_2
254+
- Teaser: *image_card_medium* (coming soon)
255+
256+
257+

0 commit comments

Comments
 (0)