Skip to content

Commit 655d05e

Browse files
authored
v1.0.2: Smart person search, suppress logs, clean demo (#12)
- context_who uses FTS search instead of filename matching - llama.cpp logs suppressed via void_logs() - find_file_by_basename handles hyphens/underscores/spaces - Demo tape updated (no 2>/dev/null workarounds)
1 parent b4ac385 commit 655d05e

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [1.0.2] - 2026-03-26
4+
5+
### Fixed
6+
- **Person search uses FTS**`context who` now finds person notes via full-text search instead of exact filename matching. Handles hyphens, underscores, any vault structure. Prefers People folder → `person` tag → fuzzy filename.
7+
- **llama.cpp logs suppressed**`backend.void_logs()` silences Metal/model loading output. Clean terminal output by default.
8+
- **Basename resolution**`find_file_by_basename` normalizes hyphens/underscores/spaces for cross-format matching.
9+
10+
### Changed
11+
- Re-recorded demo GIF with v1.0.2 brew binary (clean output, no `2>/dev/null` workarounds)
12+
313
## [1.0.1] - 2026-03-26
414

515
### Changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "engraph"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
edition = "2024"
55
description = "Local knowledge graph for AI agents. Hybrid search + MCP server for Obsidian vaults."
66
license = "MIT"

0 commit comments

Comments
 (0)