Versions in this module Expand all Collapse all v1 v1.3.0 Oct 27, 2025 v1.2.0 Oct 27, 2025 Changes in this version + var BuildDate = "unknown" + var GitCommit = "none" + var Version = "dev" + func Execute() + type CLIProgressReporter struct + func NewCLIProgressReporter(quiet bool) *CLIProgressReporter + func (c *CLIProgressReporter) OnComplete(stats *indexer.ProcessingStats) + func (c *CLIProgressReporter) OnDiscoveryComplete(codeFiles, docFiles int) + func (c *CLIProgressReporter) OnDiscoveryStart() + func (c *CLIProgressReporter) OnEmbeddingProgress(processedChunks int) + func (c *CLIProgressReporter) OnEmbeddingStart(totalChunks int) + func (c *CLIProgressReporter) OnFileProcessed(fileName string) + func (c *CLIProgressReporter) OnFileProcessingStart(totalFiles int) + func (c *CLIProgressReporter) OnWritingChunks()