Skip to content

v0.17.0

Choose a tag to compare

@github-actions github-actions released this 14 Jun 14:34
· 9 commits to main since this release

hermes-lcm v0.17.0

Lossless Context Management for Hermes: safer lifecycle GC and auto-focused compression.

Highlights

  • Auto-derive a compact compression focus hint from recent real user turns when no explicit focus_topic is supplied.
  • Derive auto-focus from protected/redacted working messages and cover sensitive-value leakage with committed tests for structured content, JSON token strings, bearer auth text, and configured sensitive patterns.
  • Guard automatic empty lifecycle GC against live recently bound sessions with a 24h default age gate and fresh pre-delete table checks.
  • Preserve active summary scaffold safety and runtime context visibility from the post-v0.16.2 fixes.

Changes

  • #258 Auto-derive focus topic from recent user turns during compression
  • #256 GC empty session rows to prevent unbounded accumulation
  • c120e37 Show LCM runtime context indicators
  • #255 Skip unbacked active summary scaffolds

Contributors