Releases: nmdra/notebrain-cli
NoteBrain CLI v1.1.0
Changelog
🚀 Features
- 622eed4: feat(cli): migrate from Cobra to Kong and streamline commands (@nmdra)
- 379b386: feat(tui): introduce Bubble Tea v2 components for progress and interactive results (@nmdra)
🐛 Bug Fixes
- 44edc0b: fix(cli): properly expand tilde in default Chroma path (@nmdra)
- 2951631: fix(core): resolve concurrency issues, missing file paths, and optimize ingestion (@nmdra)
- 80fc8d2: fix(store): add mutex locks to prevent hnswlib concurrency crashes (@nmdra)
Other
- f40982d: chore(cleanup): remove obsolete files and update gitignore (@nmdra)
- 1b83844: chore(deps): update go.mod and vendor dependencies for charm.land/bubbles v2 and kong (@nmdra)
Full Changelog: v1.0.0...v1.1.0
Released by GoReleaser.
NoteBrain CLI v1.0.0
✨ Highlights & Key Features
• 🧠 Local Embedded AI (No External Databases): Fully embedded chroma-go engine and local ONNX embedding models
right in the binary. Index and search your vault completely offline.
• 🧱 AST-Aware Intelligence: Integrated Goldmark-based parsing natively understands your document structure.
Markdown is intelligently chunked by header hierarchy rather than arbitrary character limits, preserving code
blocks and rich context.
• 🔍 Hybrid Graph & Semantic Search:
• Search by vector similarity ( search )
• Traverse Obsidian wikilink networks across n-hops ( connections )
• Execute Graph-Boosted queries combining semantic similarity with structural proximity ( boosted )
• Uncover "hidden" semantic relations between unlinked notes ( hidden )
• 🔗 Clickable Terminal Hyperlinks: Automatically renders OSC 8 obsidian://open hyperlinks. Just click matched results in your terminal to instantly open the corresponding chunk directly inside Obsidian!
• 🛠 Advanced Context Filtering: Pinpoint your search using structural metadata flags:
• --section "Projects > Tasks" : Narrow queries to specific markdown headers
• --has-code : Filter for notes containing code snippets
• --has-tasks : Filter for notes containing unchecked tasks
• ⚡ Optimized Ingestion Pipeline: Introduced SHA-256 state hashing. NoteBrain will instantly skip unchanged files
during re-ingestion, drastically speeding up your indexing sync times.
• ⚙️ Developer Experience & DX:
• Manage configurations via .env file ( OBSIDIAN_VAULT_PATH and OBSIDIAN_VAULT_NAME )
• Upwards of 74% strict unit test coverage across parser, store, and ingest systems.
Full Changelog: v1.0.0-rc.1...v1.0.0
Released by GoReleaser.
NoteBrain CLI v1.0.0-rc.1
Changelog
🚀 Features
- ea30c74: feat(cli): disambiguate vault path from vault name in config (@nmdra)
- 325680b: feat(cli): implement OSC 8 terminal hyperlinks for results (@nmdra)
- 7e2d8e3: feat(parser): implement AST-aware chunking via goldmark (@nmdra)
- 937e563: feat: add .env support via godotenv (@nmdra)
🐛 Bug Fixes
- cbd4238: fix(cli): enforce vault parameter order and use %20 for spaces in Obsidian URIs (@nmdra)
- 873a0b4: fix(cli): use correct OSC 8 terminator and extract vault base name (@nmdra)
Other
- 2211174: build: vendor dependencies (@nmdra)
- ac2e7fa: chore(release): bump version to v1.0.0-rc.1 and update changelog (@nmdra)
- 3a22da4: test(cli): add tests for OSC 8 hyperlinks (@nmdra)
Full Changelog: v1.0.0-beta...v1.0.0-rc.1
Released by GoReleaser.
NoteBrain CLI v1.0.0-beta
Changelog
🚀 Features
- f420be3: feat(ingest): implement content hash mechanism to skip unchanged files (@nmdra)
- cc74934: feat: render notes as obsidian URI links in terminal (@nmdra)
Other
Full Changelog: v1.0.0-alpha...v1.0.0-beta
Released by GoReleaser.