Loading...
Loading...
Build, install, and debug bb plugins. Use when the user wants a bb plugin, a sidebar panel, a bb CLI subcommand, an agent tool, a theme, a provider, or to extend bb itself. For running threads and the core bb CLI, use bb-cli instead.
npx skill4agent add davidondrej/skills bb-pluginssecret: truebb-clibb-plugin-authoringbb guide pluginsbb plugin typesdist/bb plugin new hello # add --app for a React UI
cd bb-plugin-hello
bb plugin install . --yes
bb plugin dev # rebuild + reload on savebbpackage.jsonbb.namebb.descriptionbb.branding.iconbb.serverbb.appbb.hostbb.skillsbb.themesbb-plugin-bb-plugin-hello@acme/bb-plugin-hellohellodependenciesdevDependenciesnpm install --omit=devserver.tsBbPluginApibb <name> …skills/app.tsxdefinePluginAppbb-plugin-authoringbb plugin install . # local path
bb plugin install github # bundled official plugin
bb plugin install npm:bb-plugin-notes@^1.0.0
bb plugin install git:https://github.com/acme/bb-plugin-notes.git@^1.2.0
bb plugin list
bb plugin reload <id>
bb plugin logs <id> -f--yessubmit-a-pluginbb plugin listrunningbb <command> --helperrorbb plugin logs <id>bb plugin reload <id>