Skip to content

Releases: zbs-gg/pulse

v0.6.7 — state-aware capsule retrieval

Choose a tag to compare

@nikshilov nikshilov released this 04 Jul 10:52
93141e0

Highlights

State-aware capsule retrieval — remembered capsules are now projected into the retrieval graph and a new state channel selects WHICH memory wins: items tagged state:<flag> partition above the rest while user_state.context_flags[flag] is active (lexical tie-break inside the group; state:calm + thematic coherence when no flag is active). Measured: 15/15 state-appropriate-recall on a 5-scenario × 3-state eval (factual mode; 12/15 auto) vs a 5/15 ceiling for state-blind systems. Validated on that set — external claims pending a holdout.

Keyword recall ranked by relevance, not recency — a fresh capsule matching one weak term no longer outranks an older capsule matching every term (set-recall@8 0.55 → 0.85).

Assertion layer sensors — temporal-accuracy / staleness / contradiction eval gate; mention_count corroboration; optional paraphrase claim matching (PULSE_PARAPHRASE_CLAIMS=1).

Also: access-frequency salience (Phase A+B, off by default), opt-in near-duplicate capsule consolidation (dry-run by default), inert procedural-memory scaffold (content-guarded), MCP assertion validation.

Migrations 028–032 (additive). Frozen v3 emotional scoring untouched throughout. Full changelog: CHANGELOG.md (#30#43).

Pulse 0.6.5

Choose a tag to compare

@nikshilov nikshilov released this 30 Jun 12:15
febc089

Local-first, state-aware memory engine for AI agents.

Fixed

  • Unicode-aware memory tags — non-ASCII tags (e.g. Cyrillic) validate on the first try; removes the silent retry that added multi-second latency to pulse_remember. Secret/path/transcript guards unchanged (negative-smoke rejects all 15 dangerous payloads).

Added

  • Persistent OAuth tokens — survive daemon restarts; optional PIN gate on /authorize for hosted connectors.
  • Hosted capturePULSE_REMOTE_BEARER lets capture hooks write into a hosted store behind an auth proxy.
  • Host-extracted semantic-delta capture script.

Docs

  • README hero + badges + honest comparison; SECURITY.md; CONTRIBUTING.md.

Install: npx @zbs-gg/pulse@preview init claude-code

v3 scoring/gating constants untouched.