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: wp-cli/shell-command
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: wp-cli/shell-command
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: copilot/support-restarting-shell
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 4 files changed
  • 5 contributors

Commits on Oct 30, 2025

  1. Initial plan

    Copilot committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    f7df1b9 View commit details
    Browse the repository at this point in the history
  2. Add restart command to shell REPL

    Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
    Copilot and swissspidy committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    b921fd8 View commit details
    Browse the repository at this point in the history
  3. Add --watch option for automatic shell restart on file changes

    Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
    Copilot and swissspidy committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    f94d780 View commit details
    Browse the repository at this point in the history
  4. Add exit command and tests

    Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
    Copilot and swissspidy committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    371e60f View commit details
    Browse the repository at this point in the history
  5. Fix PHPCS alignment and PHPStan issues

    Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
    Copilot and swissspidy committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    f502d3d View commit details
    Browse the repository at this point in the history
  6. Fix alignment

    swissspidy authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    5e0157a View commit details
    Browse the repository at this point in the history
  7. Fix alignment

    swissspidy authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    b539274 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2026

  1. Configuration menu
    Copy the full SHA
    9ae7546 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2026

  1. Configuration menu
    Copy the full SHA
    875bcd4 View commit details
    Browse the repository at this point in the history
  2. Update src/WP_CLI/Shell/REPL.php

    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    swissspidy and Copilot authored Jan 21, 2026
    Configuration menu
    Copy the full SHA
    84c524f View commit details
    Browse the repository at this point in the history
  3. Implement process restart using pcntl_exec to fully reload code

    Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
    Copilot and swissspidy committed Jan 21, 2026
    Configuration menu
    Copy the full SHA
    d9bb14d View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2026

  1. Configuration menu
    Copy the full SHA
    cf64d50 View commit details
    Browse the repository at this point in the history
  2. PHPStan fixes

    swissspidy committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    297d895 View commit details
    Browse the repository at this point in the history
Loading