-
Notifications
You must be signed in to change notification settings - Fork 153
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: laravel/boost
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 5 files changed
- 3 contributors
Commits on Sep 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0b7ad74 - Browse repository at this point
Copy the full SHA 0b7ad74View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for ad5ab58 - Browse repository at this point
Copy the full SHA ad5ab58View commit details -
Refactor ToolExecutor to use subprocess execution and enhance timeout…
… handling; update Tinker tool to reflect new timeout defaults and remove inline execution tests.
Configuration menu - View commit details
-
Copy full SHA for 197e963 - Browse repository at this point
Copy the full SHA 197e963View commit details
Commits on Sep 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for cfe55a0 - Browse repository at this point
Copy the full SHA cfe55a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64d594e - Browse repository at this point
Copy the full SHA 64d594eView commit details -
Merge pull request #184 from andreilungeanu/main
Always-on process isolation: eliminate conditional complexity
Configuration menu - View commit details
-
Copy full SHA for 8aae29e - Browse repository at this point
Copy the full SHA 8aae29eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3590bec - Browse repository at this point
Copy the full SHA 3590becView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.0.21...v1.1.0