class

Autobot::Plugins::Builtin::GithubPlugin

Inherits Autobot::Plugins::Plugin < Reference < Object

GitHub plugin that provides tools for interacting with GitHub via gh CLI.

Requires the gh CLI to be installed and authenticated.

Instance methods

description

Human-readable description.

Source
name

Unique identifier for this plugin (snake_case).

Source
required_executable

External CLI binary required by this plugin (e.g. "sqlite3", "gh"). Returns nil if no external binary is needed.

Source
setup(context : PluginContext) : Nil

Called during setup to register tools and configure the plugin. The default implementation is a no-op.

Source
version

Semantic version string.

Source