Releases: laravel/boost
Releases · laravel/boost
v2.4.10
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix: preserve literal $N patterns when replacing guidelines block by @impruthvi in #840
- Fix Zed detection when the binary is
zeditorby @PHLAK in #846 - Support laravel/mcp 0.8.0 by @pushpak1300 in #847
New Contributors
Full Changelog: v2.4.9...v2.4.10
v2.4.9
Immutable
release. Only release title and notes can be modified.
What's Changed
- Adopt laravel/mcp 0.7.1 namespace renames by @pushpak1300 in #816
- feat: adds Google Antigravity agent by @achyutkneupane in #818
- Add Antigravity agent to AgentsDetectorTest by @imKenjo18 in #820
- Fix Inertia v3 layout props API name in upgrade prompt by @TTezcan in #823
- Add Factory Droid agent by @travisobregon in #828
- fix: detect all common Docker Compose filenames in Sail check by @MreeP in #827
- Remove Gemini CLI agent in favor of Antigravity by @pushpak1300 in #819
- Add Dependabot cooldown of 5 days by @nunomaduro in #834
- Enable Dependabot auto-merge by @nunomaduro in #836
- fix: remove AGENTS.md from Codex project detection by @impruthvi in #832
- fix: remove AGENTS.md from OpenCode project detection by @impruthvi in #831
- Add Zed editor agent by @pushpak1300 in #830
New Contributors
- @achyutkneupane made their first contribution in #818
- @imKenjo18 made their first contribution in #820
- @TTezcan made their first contribution in #823
- @travisobregon made their first contribution in #828
- @MreeP made their first contribution in #827
- @impruthvi made their first contribution in #832
Full Changelog: v2.4.8...v2.4.9
v2.4.8
Immutable
release. Only release title and notes can be modified.
What's Changed
- Pin laravel/mcp below 0.7.1 to avoid breaking namespace renames by @pushpak1300 in #815
Full Changelog: v2.4.7...v2.4.8
v2.4.7
What's Changed
- fix: minor typo and comment improvements in ApplicationInfo and Boost by @iz-ahmad in #792
- Fix TypeError in RendersBladeGuidelines when Blade::render returns an HtmlString by @dipaksarkar in #796
- Fix path separators and trailing newlines in install output by @barrytarter in #790
- Remove redundant guidance to read .env directly by @loadinglucian in #801
- Preserve empty objects in MCP JSON config files by @mwikala in #793
- Pin GitHub Actions to commit SHAs and add Dependabot config by @joetannenbaum in #804
- Bump shivammathur/setup-php from 2.37.0 to 2.37.1 in the github-actions group by @dependabot[bot] in #806
- Sync Flux UI free/pro component lists with fluxui.dev by @pushpak1300 in #808
- Omit cwd from Codex MCP config to fix Sail and worktree issues by @pushpak1300 in #809
- Add Tinker MCP tool (opt-in via config) by @pushpak1300 in #807
New Contributors
- @dipaksarkar made their first contribution in #796
- @barrytarter made their first contribution in #790
- @loadinglucian made their first contribution in #801
- @mwikala made their first contribution in #793
- @joetannenbaum made their first contribution in #804
Full Changelog: v2.4.6...v2.4.7
v2.4.6
What's Changed
- Add Laravel Cloud integration to install command by @pushpak1300 in #776
- Added better instructions for generating tests. by @samlev in #781
- Handle Http::pool errors when downloading remote skills by @pushpak1300 in #785
- Remove model discovery and use token-based class parsing by @pushpak1300 in #754
- Remove skills listing from foundation guideline by @pushpak1300 in #787
New Contributors
Full Changelog: v2.4.5...v2.4.6
v2.4.5
What's Changed
- Support laravel/mcp 0.7.0 by @gdebrauwer in #782
New Contributors
- @gdebrauwer made their first contribution in #782
Full Changelog: v2.4.4...v2.4.5
v2.4.4
What's Changed
- Feature: skills list command by @me-shaon in #750
- feat(agents): add Kiro IDE agent support by @oniice in #765
- Add undocumented config override for enforce_tests by @yousefkadah in #767
- Fix: Update outdated Livewire paths to v4 standards in SKILL.blade.php by @Naimul007A in #736
- Move deployment guideline by @pushpak1300 in #774
New Contributors
- @me-shaon made their first contribution in #750
- @oniice made their first contribution in #765
- @yousefkadah made their first contribution in #767
- @Naimul007A made their first contribution in #736
Full Changelog: v2.4.3...v2.4.4
v2.4.3
What's Changed
- Add missing upsert breaking change and emphasize cache prefix config in v13 upgrade guide by @pushpak1300 in #761
- Replace Request with UpdatePostRequest by @MrPunyapal in #741
- Improve accuracy of Laravel best practices guidelines by @pushpak1300 in #764
Full Changelog: v2.4.2...v2.4.3
v2.4.2
What's Changed
- Add scope-based first-party detection to Composer by @pushpak1300 in #712
- Fix leftover quotes in MCP development skill description by @thiagogabrielgaia in #720
- Improve wayfinder skill description and simplify core guideline by @pushpak1300 in #708
- Fix null bytes in style.md skill rule by @reed1 in #727
- Add mcp_config_path configuration for monorepo support by @johnbacon in #729
- Use configured PHP executable path in ToolExecutor subprocess by @pushpak1300 in #730
- Fix inverted enum naming convention condition in PHP guideline by @pushpak1300 in #732
- Prevents re-injecting in Livewire navigate responses by @alihamze in #734
- Conditionally render MCP guideline sections by @Xiol in #722
- Fix: Normalize line endings in MarkdownFormatter by @GoneTone in #739
- Fix retryUntil return type from DateTime to DateTimeInterface by @pushpak1300 in #753
- Guide pest skill to match project's test()/it() convention by @pushpak1300 in #752
- fix the incorrect return type for retryUntil() method in queue job guidelines by @iz-ahmad in #748
- Use relative MCP paths for Claude Code agent by @pushpak1300 in #757
- Add deployment section to Laravel core guideline by @pushpak1300 in #758
New Contributors
- @thiagogabrielgaia made their first contribution in #720
- @reed1 made their first contribution in #727
- @johnbacon made their first contribution in #729
- @alihamze made their first contribution in #734
- @Xiol made their first contribution in #722
- @iz-ahmad made their first contribution in #748
Full Changelog: v2.4.1...v2.4.2
v1.8.13
What's Changed
- Fix normalizeCommand() splitting absolute paths containing spaces (backporting PR #553 for v1.x) by @debiprasad in #726
New Contributors
- @debiprasad made their first contribution in #726
Full Changelog: v1.8.12...v1.8.13