claudix 0.2.0

Local semantic search plugin for Claude Code
1
2
3
pub fn greet(name: &str) -> String {
    format!("hello {name}")
}