GitNexus/gitnexus/src/cli
abhigyanpatwari 302c7ba7f0 fix: disable embeddings by default, fix segfault on macOS/Linux
Embeddings (ONNX Runtime) caused segfaults on macOS (#38) and CUDA
install failures on Linux (#40). Since embeddings only power semantic
vector search in query() and BM25 + graph traversal already provide
strong retrieval, disable embeddings by default with minimal quality
impact.

Changes:
- Replace --skip-embeddings with --embeddings opt-in flag
- Remove disposeEmbedder() call (ONNX native cleanup segfaults)
- Add process.exit(0) when embeddings are used to bypass ONNX atexit hooks
- Suppress ONNX session warnings via logSeverityLevel
- Fix progress bar duplication by routing console output through bar.log()
- Add elapsed time indicator for long-running phases

Fixes #38
Fixes #40
2026-02-23 03:47:34 +05:30
..
ai-context.ts fixed resource count multiplying issue ( using resource templates now ) 2026-02-13 21:28:36 +05:30
analyze.ts fix: disable embeddings by default, fix segfault on macOS/Linux 2026-02-23 03:47:34 +05:30
augment.ts Fix Claude Code hooks: correct settings path, matcher format, and hook script 2026-02-14 13:05:36 +05:30
claude-hooks.ts Fix Claude Code hooks: correct settings path, matcher format, and hook script 2026-02-14 13:05:36 +05:30
clean.ts MCP and cli fixes 2026-02-07 06:21:21 +05:30
eval-server.ts feat: MCP hot-reload — discover newly indexed repos without restart 2026-02-21 17:07:57 +05:30
index.ts fix: disable embeddings by default, fix segfault on macOS/Linux 2026-02-23 03:47:34 +05:30
list.ts MCP and cli fixes 2026-02-07 06:21:21 +05:30
mcp.ts feat: MCP hot-reload — discover newly indexed repos without restart 2026-02-21 17:07:57 +05:30
serve.ts repowiki CLI command implemented 2026-02-17 02:25:07 +05:30
setup.ts repowiki CLI command implemented 2026-02-17 02:25:07 +05:30
status.ts feat: merge gitnexus-mcp into gitnexus package - unified CLI+MCP 2026-02-04 01:12:41 +05:30
tool.ts repowiki CLI command implemented 2026-02-17 02:25:07 +05:30
wiki.ts fixed MCP concurrency issue with connection pool on kuzu 2026-02-17 16:31:05 +05:30