Versions in this module Expand all Collapse all v1 v1.1.0 Mar 24, 2026 Changes in this version + func New() *base.Provider + type Config struct + func (c *Config) ExpandMatches(node *sitter.Node, source string, query core.AgentQuery) []core.CodeMatch + func (c *Config) Extensions() []string + func (c *Config) ExtractNodeName(node *sitter.Node, source string) string + func (c *Config) GetLanguage() *sitter.Language + func (c *Config) IsExported(name string) bool + func (c *Config) Language() string + func (c *Config) MapQueryTypeToNodeTypes(queryType string) []string + func (c *Config) SupportedQueryTypes() []string + func (c *Config) ValidateAssignment(node *sitter.Node, source, queryType string) bool