Versions in this module Expand all Collapse all v0 v0.1.1 Sep 11, 2026 v0.1.0 Sep 8, 2026 Changes in this version + type App struct + func New(cfg Config) (*App, error) + func (a *App) Run(ctx context.Context, mode string) error + func (a *App) SetSubArgs(args []string) + type Config struct + ForceReindex bool + IncludeTests bool + IndexPath string + IndexPathSet bool + LogLevel string + ModelName string + NoEmbeddings bool + ProjectRoot string + func ConfigFromFlags() *Config