Skip to content

Releases: joshuaswarren/remnic

openclaw-engram v7.2.1

Choose a tag to compare

@joshuaswarren joshuaswarren released this 19 Feb 23:58

Highlights

  • Add third-party OpenAI-compatible endpoint support settings (localLlmApiKey, localLlmHeaders, localLlmAuthHeader) and qmdPath override.
  • Harden local LLM reliability with abort-aware retry/backoff and operation-attributed logging.
  • Add regression tests for local LLM abort handling.
  • Add gateway fallback parse paths for consolidation/profile/identity maintenance flows.
  • Update docs for third-party endpoint configuration and tuning.

Verification

  • npm run check-types
  • npm test
  • npm run build