Skip to content

v1.1.0 — Multi-Provider Session Summarization

Latest

Choose a tag to compare

@lil2good lil2good released this 05 Apr 21:59

What's Changed

🔌 Multi-Provider Session Summarization

Engram's session save flow no longer requires an Anthropic API key. It now supports any OpenAI-compatible endpoint alongside Anthropic, automatically routing through whatever provider Hermes is configured with.

Credential resolution priority:

  1. Hermes credential pool (reads active provider from config.yaml)
  2. Codex OAuth access token (~/.codex/auth.json)
  3. ANTHROPIC_API_KEY environment variable
  4. .env file fallback

Full Changelog: v1.0.0...v1.1.0