Thanks to visit codestin.com
Credit goes to github.com

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: laravel/boost
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.21
Choose a base ref
...
head repository: laravel/boost
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0
Choose a head ref
  • 7 commits
  • 5 files changed
  • 3 contributors

Commits on Sep 3, 2025

  1. Update CHANGELOG

    ashleyhindle authored and github-actions[bot] committed Sep 3, 2025
    Configuration menu
    Copy the full SHA
    0b7ad74 View commit details
    Browse the repository at this point in the history
  2. Add smart timeout protection for Tinker that works on all platforms

    The MCP server was crashing when Tinker code ran too long or got stuck in infinite loops. This adds process isolation by default to prevent crashes, but also makes it work differently on Windows vs Linux/Mac since they handle timeouts differently.
    
    What changed:
    - Added process isolation config (on by default for safety)
    - Windows: Uses process isolation to avoid fatal crashes
    - Linux/Mac: Can disable isolation for speed since PCNTL handles timeouts gracefully
    - Added tests that skip appropriately on each platform
    andreilungeanu committed Sep 3, 2025
    Configuration menu
    Copy the full SHA
    ad5ab58 View commit details
    Browse the repository at this point in the history
  3. Refactor ToolExecutor to use subprocess execution and enhance timeout…

    … handling; update Tinker tool to reflect new timeout defaults and remove inline execution tests.
    andreilungeanu committed Sep 3, 2025
    Configuration menu
    Copy the full SHA
    197e963 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2025

  1. Configuration menu
    Copy the full SHA
    cfe55a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64d594e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #184 from andreilungeanu/main

    Always-on process isolation: eliminate conditional complexity
    ashleyhindle authored Sep 4, 2025
    Configuration menu
    Copy the full SHA
    8aae29e View commit details
    Browse the repository at this point in the history
  4. Fix code styling

    ashleyhindle authored and github-actions[bot] committed Sep 4, 2025
    Configuration menu
    Copy the full SHA
    3590bec View commit details
    Browse the repository at this point in the history
Loading