Versions in this module Expand all Collapse all v0 v0.2.0 May 15, 2026 v0.1.0 May 12, 2026 Changes in this version + type CodeBlock struct + Content string + EndLine int + File string + StartLine int + type FileMatch struct + Path string + Reason string + Score float64 + type Localization struct + Context []CodeBlock + Files []FileMatch + Symbols []SymbolMatch + func Localize(rootDir string, query string, opts ...Option) (*Localization, error) + func (loc *Localization) FormatSummary() string + type Option func(*config) + func WithContextLines(n int) Option + func WithLanguage(lang string) Option + func WithMaxFiles(n int) Option + func WithMaxSymbols(n int) Option + type SymbolMatch struct + EndLine int + File string + Kind string + Name string + Score float64 + StartLine int