@vera-ai/cli 0.6.0 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,7 +4,7 @@ Code search for AI agents. Vera indexes your codebase using tree-sitter parsing
4
4
 
5
5
  This package downloads and wraps the native Vera binary for your platform.
6
6
 
7
- Current benchmark snapshot: on Vera's local 21-task, 4-repo release benchmark, `v0.6.0` reaches `1.0` Recall@5, `1.0` Recall@10, `1.0` MRR@10, and `0.9832` nDCG@10 with the local Jina CUDA ONNX stack. Full details live in the main repo docs.
7
+ Current benchmark snapshot: on Vera's local 21-task, 4-repo release benchmark, `v0.7.0` reaches `0.78` Recall@5, `0.83` Recall@10, `0.91` MRR@10, and `0.84` nDCG@10 with the local Jina CUDA ONNX stack. Full details live in the main repo docs.
8
8
 
9
9
  ## Install
10
10
 
@@ -34,6 +34,6 @@ vera index . --onnx-jina-cuda
34
34
  - **60+ languages** via tree-sitter AST parsing
35
35
  - **Hybrid search**: BM25 keyword + vector similarity, fused with Reciprocal Rank Fusion
36
36
  - **Cross-encoder reranking** for precision
37
- - **JSON output** with file paths, line ranges, code content, and relevance scores
37
+ - **Compact JSON output** with file paths, line ranges, code content, and optional symbol info (use `--raw` for verbose output)
38
38
 
39
39
  For full documentation, see the [GitHub repo](https://github.com/lemon07r/Vera).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vera-ai/cli",
3
- "version": "0.6.0",
3
+ "version": "0.8.0",
4
4
  "description": "Bootstrap installer and wrapper for the Vera CLI",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/lemon07r/Vera#readme",