Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: github/copilot-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 425b68c
Choose a base ref
...
head repository: Victorious93/copilot-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7dfe482
Choose a head ref
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Apr 11, 2026

  1. Add plugin install command and plugin system documentation

    Introduces `copilot plugin install <name>@<registry>` (e.g. `copilot plugin install superpowers@claude-plugins-official`) along with `plugin list`, `plugin update`, and `plugin remove` subcommands. Updates README with a Plugins section and adds a changelog entry for v0.0.378.
    
    https://claude.ai/code/session_01MTp7toyr5owmDx6gHxc1ya
    claude committed Apr 11, 2026
    Configuration menu
    Copy the full SHA
    5936981 View commit details
    Browse the repository at this point in the history
  2. Document interactive plugin picker for copilot plugin install with …

    …no args
    
    Running `copilot plugin install` without a plugin name opens an interactive
    picker to browse available plugins from all configured registries, consistent
    with how the `/model` command works.
    
    https://claude.ai/code/session_01MTp7toyr5owmDx6gHxc1ya
    claude committed Apr 11, 2026
    Configuration menu
    Copy the full SHA
    d28bf6e View commit details
    Browse the repository at this point in the history
  3. Add superpowers plugin definition and install documentation

    Creates plugins/superpowers/ with a plugin manifest (plugin.json) and agent
    definition (superpowers.agent.md). The plugin ships /scaffold, /profile,
    /deps, and /audit slash commands and is installable via:
    
      copilot plugin install superpowers@claude-plugins-official
    
    Updates README with a concrete superpowers example and changelog v0.0.378
    with the plugin's capabilities.
    
    https://claude.ai/code/session_01MTp7toyr5owmDx6gHxc1ya
    claude committed Apr 11, 2026
    Configuration menu
    Copy the full SHA
    19da703 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from Victorious93/claude/install-superpowers-pl…

    …ugin-W2c8i
    
    Add plugin install command and plugin system documentation
    Victorious93 authored Apr 11, 2026
    Configuration menu
    Copy the full SHA
    7dfe482 View commit details
    Browse the repository at this point in the history
Loading