Skip to content

OmniGlyph 1.0.1

Choose a tag to compare

@diegosouzapw diegosouzapw released this 08 Jul 12:38

Security and documentation release. No behavior change to the compression path.

Security

  • All CodeQL code-scanning alerts resolved (22 → 0). Regex-heavy hot paths rewritten to run in linear time (tag sniffer + <env> extraction via indexOf; trailing-slash/space strips and variant-tag stripping as linear scans). Two time-of-check/time-of-use file reads closed (export-collect.ts and the reflow corpus reader now fstat the same fd they read). Automatic-semicolon-insertion hazard fixed in render.ts.

Docs

  • Documentation translated into 41 languages under docs/i18n/, with a localized CLI --help via OMNIGLYPH_LANG. English remains the source of truth.
  • Visual benchmark explainers: text-vs-image token bars, the patch grid the API bills, the cost×accuracy frontier, and the three-outcome scoring legend.
  • Standard community-health files (issue/PR templates, CODEOWNERS, FUNDING) and AI-assistant contributor guides (AGENTS.md, CLAUDE.md, GEMINI.md).

Install: npm install -g omniglyph