Releases: laravel/boost
Releases · laravel/boost
v2.2.0
What’s Changed
- Added support for loading guidelines and skills directly from vendor packages by @pushpak1300 in #566
Minor Breaking Changes
This release introduces a small structural update to how Inertia guidelines are organized.
Previously
.ai/inertia-laravel/core.blade.php
Now merged into individual version guideline
.ai/inertia-laravel/2/core.blade.php
.ai/inertia-laravel/1/core.blade.php
Guidelines are now resolved using the following priority order:
| Priority | Source | Maintained By |
|---|---|---|
| 1st | .ai/guidelines/ in the user project |
Project developer |
| 2nd | vendor/{pkg}/resources/boost/guidelines/ |
Composer package maintainer |
| 2nd | node_modules/{pkg}/resources/boost/guidelines/ |
npm package maintainer |
| 3rd | Built-in Boost .ai/ directory |
Boost team |
Make sure you update to the latest version of all related packages to stay compatible.
Full Changelog: v2.1.8...v2.2.0
v2.1.8
What's Changed
- Fix read-only bypass in DatabaseQuery via CTE-wrapped writes by @sulimanbenhalim in #588
- Fix sendBeacon browser logs silently dropped on page unload by @sulimanbenhalim in #590
- Fix post-install Next steps URL by @sulimanbenhalim in #587
- Fix issue with Codex not automatically triggering the login flow by @jessarcher in #592
- Scope Pint guideline to PHP file changes only by @pushpak1300 in #593
- Allow overriding the browser log channel by @pushpak1300 in #594
New Contributors
- @sulimanbenhalim made their first contribution in #588
Full Changelog: v2.1.7...v2.1.8
v1.8.11
What's Changed
- [1.x] Improve Pint guidelines to support for Pint Agent Formatter by @pushpak1300 in #425
- Update README to include Livewire v4 and Filament v5 in supported versions by @pushpak1300 in #433
- [1.x] Add configurable PHP and Composer paths by @aivis in #437
- Sync changes of executable paths config by @pushpak1300 in #514
- Allow overriding the browser log channel by @SanderMuller in #589
New Contributors
- @aivis made their first contribution in #437
- @SanderMuller made their first contribution in #589
Full Changelog: v1.8.10...v1.8.11
v2.1.7
What's Changed
- Add option to exclude specific guidelines and skills via config by @pushpak1300 in #580
- fix: blade skills with code before frontmatter are parsed correctly by @calebdw in #582
Full Changelog: v2.1.6...v2.1.7
v2.1.6
What's Changed
- Fix default value for browser_logs config in core guideline by @pushpak1300 in #574
- Add support for Nightwatch MCP by @jessarcher in #575
New Contributors
- @jessarcher made their first contribution in #575
Full Changelog: v2.1.5...v2.1.6
v2.1.4
What's Changed
- Fix missing output key in Tinker tool error response by @Orlando-Villanueva in #561
- Add file paths and format guidance to Livewire 4 skill by @pushpak1300 in #543
- Add model binding and page content examples to Folio routing skill by @pushpak1300 in #544
- Update MCP development skill with accurate API patterns and testing by @pushpak1300 in #545
- Update usePoll usage in skill by @pushpak1300 in #570
New Contributors
- @Orlando-Villanueva made their first contribution in #561
Full Changelog: v2.1.3...v2.1.4
v2.1.3
What's Changed
- Remove experimental third-party MCP primitives by @pushpak1300 in #552
- Add symlink install mode for skills by @hosmelq in #499
- Add additional newline before end-guideline fence by @ChipNeedham in #565
- Update Roster by @pushpak1300 in #562
New Contributors
- @hosmelq made their first contribution in #499
- @ChipNeedham made their first contribution in #565
Full Changelog: v2.1.2...v2.1.3
v2.1.2
What's Changed
- Enhance database-schema tool with full column metadata by @alanost in #541
- Replace >- block scalar with single-line descriptions in SKILL files by @pushpak1300 in #547
- fix: apply table prefix to raw SQL queries in DatabaseQuery tool by @soleinjast in #529
- Fix normalizeCommand() splitting absolute paths containing spaces by @digitall-it in #553
- Fix code snippet styling to use fenced code blocks by @pushpak1300 in #555
- Use cmd /c for Windows agent detection commands by @soleinjast in #558
New Contributors
- @alanost made their first contribution in #541
- @digitall-it made their first contribution in #553
Full Changelog: v2.1.1...v2.1.2
v2.1.1
What's Changed
- Add Flux Icons documentation to SKILL.md files by @pushpak1300 in #494
- Detect Inertia pages directory casing from filesystem by @pushpak1300 in #534
- Graceful cache fallback when cache driver is unreachable by @pushpak1300 in #533
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- fix(gemini): escape @ symbols in foundational context by @soleinjast in #523
- Add project-level mcp support for Codex by @pushpak1300 in #525
- Unify agent paths for guidelines and skills configuration which supports .agents standard by @pushpak1300 in #528
- Handle Rate Limits Error in Add Skill Command by @pushpak1300 in #520
New Contributors
- @soleinjast made their first contribution in #523
Full Changelog: v2.0.6...v2.1.0