Versions in this module Expand all Collapse all v0 v0.2.0 May 15, 2026 Changes in this version + func ApplyFix(action Action, content string) (string, error) + func FormatContext(ctx *Context) string + func FormatExplanation(exp *Explanation) string + func FormatSuggestions(actions []Action, max int) string + type Action = engine.CodeAction + type ActionDetector = engine.ActionDetector + func NewActionDetector() *ActionDetector + type ActionRule = engine.ActionRule + type Context = engine.CodeContext + type ContextExtractor = engine.ContextExtractor + func NewContextExtractor(projectDir string, maxTokens int) *ContextExtractor + type Explainer = engine.CodeExplainer + func NewExplainer() *Explainer + type Explanation = engine.CodeExplanation + type ExplanationSection = engine.ExplanationSection + type Lens = engine.CodeLens + type LensGenerator = engine.LensGenerator + type LensProvider = engine.CodeLensProvider + func NewLensProvider() *LensProvider + type Snippet = engine.CodeSnippet