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
docs(release): correct the 1.3.0 changelog and surface opt-in flags in the README
- Consolidate the two Grok changelog entries: describe the net shipped profile
(stock 5x8 white AA + in-image IDS), not the 9x12 cell that never shipped in
a tagged release; split the universal IDS block / factsheet-budget / residual
gate into their own feat(render) entry.
- Add the two $0 eval harnesses (grok-density, guards-3arm ablation) to the log.
- README: an "Opt-in flags" note for OMNIGLYPH_GUARD_SECRETS, KEEP_SYSTEM_TEXT,
and the fail-closed Grok opt-in (English-only; 41-catalog parity unaffected).
-**What converts**: the static system prompt + tool docs, old collapsed history, large tool outputs.
185
185
-**What never converts**: your messages, recent turns, the model's output, sparse prose, byte-exact values (hashes/IDs ride alongside as text), and any model that failed the reading benchmark.
186
186
187
+
### Opt-in flags
188
+
189
+
All off by default — the compression path above is unchanged unless you set them. `omniglyph --help` lists every flag.
190
+
191
+
-`OMNIGLYPH_GUARD_SECRETS=text|redact` — keep API keys, tokens, and other credentials out of rendered images: `text` never images a block that holds one, `redact` masks it in place. Never alters what the upstream API receives.
192
+
-`OMNIGLYPH_KEEP_SYSTEM_TEXT=1` — never image the session config (system prompt, tool docs, reminders); tool outputs and old history still convert. Guards against Anthropic's refusal classifier on system-shaped images.
193
+
-`OMNIGLYPH_MODELS` — comma-separated model bases to image (default `claude-fable-5,gpt-5.6`; `off` disables). **Grok** is supported opt-in on the OpenAI-compatible wire but stays fail-closed: text-only until acked via `OMNIGLYPH_UNVERIFIED_MODELS=grok-4.5`, pending its own reading receipt.
194
+
187
195
# 📚 Library use (no proxy)
188
196
189
197
Everything the proxy does per request is also a documented, importable API:
0 commit comments