Skip to content

Commit c9ed17b

Browse files
authored
Merge pull request #35 from diegosouzapw/release/1.3.1
chore(release): 1.3.1 (docs-only)
2 parents 3f633ce + d0012f2 commit c9ed17b

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ Format: [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) · semantic ver
44

55
## [Unreleased]
66

7+
## [1.3.1] — 2026-07-12
8+
9+
Docs-only. Syncs the npm package page with the corrected 1.3.0 documentation
10+
(the 1.3.0 tarball was cut from the version-bump commit, before these edits).
11+
No change to the compression path, billing math, or any shipped behavior.
12+
13+
### Docs
14+
15+
- **docs:** the Grok changelog entry now describes the net shipped profile
16+
(stock 5×8 white AA + in-image IDS), not the 9×12 cell that never shipped in
17+
a tagged release; the universal IDS block, the 64 → 96 fact-sheet budget, and
18+
the residual-height gate are split into their own `feat(render)` entry; the
19+
two `$0` eval harnesses (`eval/grok-density`, `eval/ab/guards-3arm`) are
20+
logged. The README gains an **Opt-in flags** note for `OMNIGLYPH_GUARD_SECRETS`,
21+
`OMNIGLYPH_KEEP_SYSTEM_TEXT`, and the fail-closed Grok opt-in.
22+
723
## [1.3.0] — 2026-07-12
824

925
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "omniglyph",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Context-as-image compression proxy for LLMs: renders bulky context (system prompt, tool docs, history) as dense PNG pages with exact per-provider billing math (Anthropic/OpenAI/Gemini). Node and Cloudflare Workers. Part of the OmniRoute family.",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)