Versions in this module Expand all Collapse all v0 v0.6.0 Sep 12, 2026 v0.5.2 Sep 4, 2026 v0.5.1 Sep 3, 2026 v0.5.0 Aug 18, 2026 Changes in this version + func Load(cwd string, resolved []Resolved) (*extensions.Registry, []extensions.CompiledLoadError) + type Options struct + AgentDir string + CWD string + Compiled []extensions.CompiledExtension + MCP bool + Settings *config.SettingsManager + type Resolved struct + DecidedBy string + Enabled bool + func Resolve(rows []Row, settings *config.SettingsManager, disableAll bool) []Resolved + type Row struct + DefaultEnabled bool + Description string + Factory extensions.Factory + Hidden bool + ID string + Source Source + func Rows(options Options) ([]Row, []string) + type Source string + const SourceCompiled + const SourceMCP + const SourcePlugin