reflex-search 1.5.1

A local-first, structure-aware code search engine for AI agents
Documentation
1
2
3
4
5
6
7
8
9
push = true
push-remote = "origin"
tag = true
tag-name = "v{{version}}"
pre-release-commit-message = "chore: bump version to {{version}}"
# cargo-dist handles publishing to crates.io and npm; disable here
publish = false
# Update CHANGELOG.md from commit history before each release commit
pre-release-hook = ["git-cliff", "--output", "CHANGELOG.md", "--tag", "{{version}}"]