Releases: keepnotes-ai/keep
Releases · keepnotes-ai/keep
v0.124.2
v0.124.1
v0.124.0
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
v0.123.0
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
v0.122.0
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_KEYis 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