Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BackendPlugins ¶
func BackendPlugins(options CoreOptions) []cfgpkg.Plugin
BackendPlugins returns one plugin per bundled backend, named backend/<name>.
func DefaultComponents ¶
func DefaultComponents() []capabilities.Component
func DefaultPlugins ¶
func DefaultPlugins(options CoreOptions) []cfgpkg.Plugin
DefaultPlugins returns the bundled default plugin set as config.Plugin values, lowest priority, in load order: one plugin per backend, then the grouped UI plugins (components, commands). Layouts are NOT here — they ship as a public layout plugin wired by the Default Config (see internal/builtincfg). Each plugin is a distinct registry owner, so a user config can shadow or Disable any single one (e.g. drop backend/codex) without re-providing the rest.
Types ¶
Click to show internal directories.
Click to hide internal directories.