Skip to content

Releases: keepnotes-ai/keep

v0.124.2

05 Apr 16:47

Choose a tag to compare

Version bump only — no code changes beyond v0.124.1.

v0.124.1

05 Apr 13:36

Choose a tag to compare

v0.124.1 — fix(hermes): remove user identity from session tags

v0.124.0

05 Apr 13:21

Choose a tag to compare

What's new

  • feat: note display-name helper, labeled edge refs, and defensive find-deep
  • fix: restore item_id in API-SCHEMA (matches flow params)
  • fix: use centralized state-name constants everywhere, add review comments
  • fix(flow): render get note-first and centralize flow state names

v0.123.1

05 Apr 03:39

Choose a tag to compare

v0.123.1 — fix: restore item_id in API-SCHEMA (matches flow params)

v0.123.0

05 Apr 02:21

Choose a tag to compare

What's new

Memory provider for the Hermes agent framework

  • feat: Hermes Agent memory provider integration
  • docs: add Hermes Agent integration guide

Documentation and consistency

  • Library items are loaded as system docs
  • Rewrite the initial "now" document, references library items instead of filesystem paths
  • docs: standardize on id (not item_id) in all user-facing examples
  • docs: add comprehensive item ID documentation to agent guide
  • docs: fix store location claims, correct ID formats
  • fix: unify prefetch token budget to prevent background/inline mismatch
  • fix: use uri param (not content) for URL/file indexing examples
  • fix: scope integration installs to tool config
  • fix: tool dispatch resilience, get action id support, docs consistency
  • chore: ruff checks

v0.122.1

05 Apr 01:00

Choose a tag to compare

  • Fix: use uri param (not content) for URL/file indexing in protocol block examples
  • Fix: remove cwd AGENTS.md auto-modification; integrations install to tool-specific config only

v0.122.0

05 Apr 00:43

Choose a tag to compare

What's new

  • First-class OpenRouter provider for embeddings and summarization
  • Cross-provider embedding compatibility: switching between direct OpenAI and OpenRouter for the same model reuses the existing vector index
  • Setup wizard shows OpenRouter when OPENROUTER_API_KEY is set
  • Auto-detection places OpenRouter after direct provider keys, before local providers
  • Docs updated across QUICKSTART, KEEP-CONFIG, ARCHITECTURE, INDEX, OPENCLAW-INTEGRATION, and AGENT-GUIDE

v0.121.1

04 Apr 13:17

Choose a tag to compare

  • Normalize provider objects to model_name across lifecycle, CLI doctor, and LLM providers
  • Keep OpenAI-compatible base_url behavior intact and update the regression test
  • Bump package/version metadata for the patch release

v0.121.0

04 Apr 12:21

Choose a tag to compare

What's new

  • OpenAI-compatible local server support (base_url) and provider cleanup

v0.120.0

04 Apr 02:37

Choose a tag to compare

What's new

  • Fix: move checkpoint inside lock, move auto_vacuum to daemon-only path
  • Add VACUUM and auto_vacuum to reclaim disk space after prune
  • Prune terminal work items to prevent unbounded continuation.db growth