Skip to content

1.0.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Jul 19:50
91dd6ff

Cogeto 1.0.0 — EU-hosted AI command center with verifiable memory.

What's Changed

Features

  • feat: parse calendar-invite parts within emails by @igolubic in #117

Fixes

  • fix: serialize live-eval key consumers; publish v0.9.2 trust scores (manual retry) by @igolubic in #87
  • fix: launch hygiene — email log redaction, mail-token preflight, sidecar hash-lock, env + comment cleanup by @igolubic in #98
  • fix: harden reply drafting and owner-gate reply-draft approvals by @igolubic in #118
  • fix: complete email deletion cascade and bound refusal-log retention by @igolubic in #119
  • fix: harden the inbound SMTP surface (SPF auth, intake caps, edge de-exposure, STARTTLS, lockfile) by @igolubic in #121

Documentation

Chores

  • ci: harden workflows and supply chain for launch by @igolubic in #99
  • test: validate Memory Passport export against published JSON Schemas by @igolubic in #100
  • test: expand golden corpus to 50 cases per language and refresh the gates note by @igolubic in #122
  • chore: release v1.0.0 by @igolubic in #124

Other Changes

  • Add CODEOWNERS file with owner specification by @igolubic in #89

Full Changelog: v0.9.2...v1.0.0


Verify these images (keyless cosign signatures):

cosign verify cogeto/cogeto:1.0.0 \
  --certificate-identity-regexp '^https://github.com/Cogeto/cogeto/\.github/workflows/release\.yml@refs/tags/' \
  --certificate-oidc-issuer 'https://token.actions.githubusercontent.com'
cosign verify cogeto/cogeto-edge:1.0.0 \
  --certificate-identity-regexp '^https://github.com/Cogeto/cogeto/\.github/workflows/release\.yml@refs/tags/' \
  --certificate-oidc-issuer 'https://token.actions.githubusercontent.com'
cosign verify cogeto/cogeto-mail:1.0.0 \
  --certificate-identity-regexp '^https://github.com/Cogeto/cogeto/\.github/workflows/release\.yml@refs/tags/' \
  --certificate-oidc-issuer 'https://token.actions.githubusercontent.com'