Skip to content

v0.5.8

Choose a tag to compare

@github-actions github-actions released this 13 Jul 03:59
Immutable release. Only release title and notes can be modified.
b98806b

What's new in v0.5.8

Changed

  • GPT-5.6 (Sol, Terra, Luna) context window corrected to 272k. The catalog
    listed the 5.6 generation at 372k; the effective window is 272k on both the
    Codex (ChatGPT subscription) and OpenAI direct-API paths, which still serve
    the same window for this generation. Auto-compaction thresholds, forced
    /compact budgets, and the fermix doctor context report now key off the
    corrected value. The older gpt-5.5 / gpt-5.4 / gpt-5.4-mini windows are
    unchanged.

Verifying signatures

Each binary is signed with cosign using GitHub Actions OIDC keyless signing. Verify a download with:

cosign verify-blob \
  --certificate fermix_<target>.pem \
  --signature  fermix_<target>.sig \
  --certificate-identity-regexp "https://github.com/tezra-io/fermix/.github/workflows/release.yml@.*" \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  fermix_<target>

The releases.json artifact lists every binary's URL, sha256, and signature URLs.