Gistdex is RAG (Retrieval-Augmented Generation) search system with pluggable vector database support.

1 Open Issue Need Help Last updated: Sep 21, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue aims to improve the `gistdex ci:doc` command by separating its stdout and stderr outputs. Currently, verbose configuration details and success messages are printed to stdout, which can interfere with pipeline processing. The proposed solution is to redirect these informational messages to stderr, ensuring that only the analysis results (JSON or Markdown) are output to stdout.

Complexity: 2/5
enhancement good first issue

Gistdex is RAG (Retrieval-Augmented Generation) search system with pluggable vector database support.

TypeScript