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:
- Hermes credential pool (reads active provider from
config.yaml) - Codex OAuth access token (
~/.codex/auth.json) ANTHROPIC_API_KEYenvironment variable.envfile fallback
Full Changelog: v1.0.0...v1.1.0