# Release Notes

## [Unreleased](https://github.com/laravel/boost/compare/v2.3.3...main)

## [v2.3.3](https://github.com/laravel/boost/compare/v2.3.2...v2.3.3) - 2026-03-17

**Full Changelog**: https://github.com/laravel/boost/compare/v2.3.2...v2.3.3

## [v2.3.2](https://github.com/laravel/boost/compare/v2.3.1...v2.3.2) - 2026-03-16

### What's Changed

* Use major.minor PHP version in guidelines instead of full version by [@oddvalue](https://github.com/oddvalue) in https://github.com/laravel/boost/pull/657
* Remove redundant Tailwind CSS guidelines by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/661
* Add Upgrade Laravel v13 MCP prompt by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/658
* Use `app_path()` helper to support customized app locations by [@iWader](https://github.com/iWader) in https://github.com/laravel/boost/pull/665
* Configure sail binary path by [@iWader](https://github.com/iWader) in https://github.com/laravel/boost/pull/664
* fix: register installed skills in boost.json during add-skill by [@meirdick](https://github.com/meirdick) in https://github.com/laravel/boost/pull/621
* Add `--discover` flag to `boost:update` by [@MrPunyapal](https://github.com/MrPunyapal) in https://github.com/laravel/boost/pull/651
* Remove redundant "When to Apply" sections from skill bodies by [@sulimanbenhalim](https://github.com/sulimanbenhalim) in https://github.com/laravel/boost/pull/669
* Guard against file_get_contents() returning false by [@sulimanbenhalim](https://github.com/sulimanbenhalim) in https://github.com/laravel/boost/pull/671
* fix: resolve relative symlinks when skills path is outside project root by [@tjmartin69](https://github.com/tjmartin69) in https://github.com/laravel/boost/pull/673
* Update pest-testing skill descriptions and clean up core guidelines by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/670
* Rewrite Livewire core guidelines and skill descriptions in imperative style by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/672

### New Contributors

* [@oddvalue](https://github.com/oddvalue) made their first contribution in https://github.com/laravel/boost/pull/657
* [@iWader](https://github.com/iWader) made their first contribution in https://github.com/laravel/boost/pull/665
* [@meirdick](https://github.com/meirdick) made their first contribution in https://github.com/laravel/boost/pull/621
* [@tjmartin69](https://github.com/tjmartin69) made their first contribution in https://github.com/laravel/boost/pull/673

**Full Changelog**: https://github.com/laravel/boost/compare/v2.3.1...v2.3.2

## [v2.3.1](https://github.com/laravel/boost/compare/v2.3.0...v2.3.1) - 2026-03-12

### What's Changed

* Decode HTML entities in Blade guideline output by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/654
* Add configurable Codex MCP cwd by [@cyppe](https://github.com/cyppe) in https://github.com/laravel/boost/pull/642

### New Contributors

* [@cyppe](https://github.com/cyppe) made their first contribution in https://github.com/laravel/boost/pull/642

**Full Changelog**: https://github.com/laravel/boost/compare/v2.3.0...v2.3.1

## [v2.3.0](https://github.com/laravel/boost/compare/v2.2.3...v2.3.0) - 2026-03-11

### What's Changed

* Fix table snippet in SKILL.blade.php by [@AndrasMa](https://github.com/AndrasMa) in https://github.com/laravel/boost/pull/640
* Remove Artisan wrapper MCP tools and update guidelines to use CLI directly by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/629
* Remove redundant MCP guidelines by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/644
* Remove redundant Pennant guidelines by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/645
* Makes imports consistent by [@nunomaduro](https://github.com/nunomaduro) in https://github.com/laravel/boost/pull/646
* Support JSON-formatted log entries in log reading tools by [@HeathNaylor](https://github.com/HeathNaylor) in https://github.com/laravel/boost/pull/650
* Remove redundant Flux UI guidelines by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/647
* Add UpgradeInertiaV3 prompt for Inertia v2 to v3 upgrades by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/636
* Prevent non-JSON stdout output from corrupting MCP tool responses by [@OmarFaruk-0x01](https://github.com/OmarFaruk-0x01) in https://github.com/laravel/boost/pull/641

### New Contributors

* [@AndrasMa](https://github.com/AndrasMa) made their first contribution in https://github.com/laravel/boost/pull/640
* [@HeathNaylor](https://github.com/HeathNaylor) made their first contribution in https://github.com/laravel/boost/pull/650
* [@OmarFaruk-0x01](https://github.com/OmarFaruk-0x01) made their first contribution in https://github.com/laravel/boost/pull/641

**Full Changelog**: https://github.com/laravel/boost/compare/v2.2.3...v2.3.0

## [v2.2.3](https://github.com/laravel/boost/compare/v2.2.2...v2.2.3) - 2026-03-06

### What's Changed

* Add two spaces by [@xiCO2k](https://github.com/xiCO2k) in https://github.com/laravel/boost/pull/632
* Fix duplicate guidelines when using symlinked paths by [@damianlewis](https://github.com/damianlewis) in https://github.com/laravel/boost/pull/634
* Laravel 13.x Compatibility by [@laravel-shift](https://github.com/laravel-shift) in https://github.com/laravel/boost/pull/633
* Add First Party Packages by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/635
* Use configured executable paths when rendering skill templates by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/638

### New Contributors

* [@damianlewis](https://github.com/damianlewis) made their first contribution in https://github.com/laravel/boost/pull/634
* [@laravel-shift](https://github.com/laravel-shift) made their first contribution in https://github.com/laravel/boost/pull/633

**Full Changelog**: https://github.com/laravel/boost/compare/v2.2.2...v2.2.3

## [v2.2.2](https://github.com/laravel/boost/compare/v2.2.1...v2.2.2) - 2026-03-03

### What's Changed

* Fix SearchDocs crashing when MCP client passes array params as JSON strings by [@digitall-it](https://github.com/digitall-it) in https://github.com/laravel/boost/pull/604
* Fix skill discovery for repos with non-main default branches by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/610
* Fix crash in GuidelineAssist when app/ directory does not exist by [@mforcer](https://github.com/mforcer) in https://github.com/laravel/boost/pull/617
* Fix Sail is incorrectly detected as active inside devcontainers by [@Taimst](https://github.com/Taimst) in https://github.com/laravel/boost/pull/614
* Compile custom Blade skills to markdown instead of symlinking raw templates by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/611
* Widen laravel/mcp version constraint to support v0.6.0 by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/623
* Update Junie agent to use configurable mcp path by [@cswgr](https://github.com/cswgr) in https://github.com/laravel/boost/pull/626
* Support SKILL.blade.php in GitHubSkillProvider discovery by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/627

### New Contributors

* [@mforcer](https://github.com/mforcer) made their first contribution in https://github.com/laravel/boost/pull/617
* [@Taimst](https://github.com/Taimst) made their first contribution in https://github.com/laravel/boost/pull/614
* [@cswgr](https://github.com/cswgr) made their first contribution in https://github.com/laravel/boost/pull/626

**Full Changelog**: https://github.com/laravel/boost/compare/v2.2.1...v2.2.2

## [v2.2.1](https://github.com/laravel/boost/compare/v2.2.0...v2.2.1) - 2026-02-25

### What's Changed

* Fix third-party skills excluded when aiGuidelines is uninitialized by [@sulimanbenhalim](https://github.com/sulimanbenhalim) in https://github.com/laravel/boost/pull/596
* Add summary mode to DatabaseSchema tool by [@sulimanbenhalim](https://github.com/sulimanbenhalim) in https://github.com/laravel/boost/pull/595
* Add support for Ampcode by [@dringrayson](https://github.com/dringrayson) in https://github.com/laravel/boost/pull/598
* Simplify Tinker tool to wrap artisan tinker --execute by [@soleinjast](https://github.com/soleinjast) in https://github.com/laravel/boost/pull/557
* Consolidate Inertia versioned guidelines into single core file by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/603

#### Minor Breaking Chnage

If you have custom overrides in:

```text
.ai/guidelines/inertia-laravel/1/core.blade.php
.ai/guidelines/inertia-laravel/2/core.blade.php








```
move them to:

```text
.ai/guidelines/inertia-laravel/core.blade.php








```
### New Contributors

* [@dringrayson](https://github.com/dringrayson) made their first contribution in https://github.com/laravel/boost/pull/598

**Full Changelog**: https://github.com/laravel/boost/compare/v2.2.0...v2.2.1

## [v2.2.0](https://github.com/laravel/boost/compare/v2.1.8...v2.2.0) - 2026-02-20

### What’s Changed

- Added support for loading guidelines and skills directly from vendor packages by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/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**: https://github.com/laravel/boost/compare/v2.1.8...v2.2.0

## [v2.1.8](https://github.com/laravel/boost/compare/v2.1.7...v2.1.8) - 2026-02-20

### What's Changed

* Fix read-only bypass in DatabaseQuery via CTE-wrapped writes by [@sulimanbenhalim](https://github.com/sulimanbenhalim) in https://github.com/laravel/boost/pull/588
* Fix sendBeacon browser logs silently dropped on page unload by [@sulimanbenhalim](https://github.com/sulimanbenhalim) in https://github.com/laravel/boost/pull/590
* Fix post-install Next steps URL by [@sulimanbenhalim](https://github.com/sulimanbenhalim) in https://github.com/laravel/boost/pull/587
* Fix issue with Codex not automatically triggering the login flow by [@jessarcher](https://github.com/jessarcher) in https://github.com/laravel/boost/pull/592
* Scope Pint guideline to PHP file changes only by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/593
* Allow overriding the browser log channel by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/594

### New Contributors

* [@sulimanbenhalim](https://github.com/sulimanbenhalim) made their first contribution in https://github.com/laravel/boost/pull/588

**Full Changelog**: https://github.com/laravel/boost/compare/v2.1.7...v2.1.8

## [v2.1.7](https://github.com/laravel/boost/compare/v2.1.6...v2.1.7) - 2026-02-18

### What's Changed

* Add option to exclude specific guidelines and skills via config by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/580
* fix: blade skills with code before frontmatter are parsed correctly by [@calebdw](https://github.com/calebdw) in https://github.com/laravel/boost/pull/582

**Full Changelog**: https://github.com/laravel/boost/compare/v2.1.6...v2.1.7

## [v2.1.6](https://github.com/laravel/boost/compare/v2.1.5...v2.1.6) - 2026-02-16

### What's Changed

* Fix default value for browser_logs config in core guideline by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/574
* Add support for Nightwatch MCP by [@jessarcher](https://github.com/jessarcher) in https://github.com/laravel/boost/pull/575

### New Contributors

* [@jessarcher](https://github.com/jessarcher) made their first contribution in https://github.com/laravel/boost/pull/575

**Full Changelog**: https://github.com/laravel/boost/compare/v2.1.5...v2.1.6

## [v2.1.5](https://github.com/laravel/boost/compare/v2.1.4...v2.1.5) - 2026-02-16

### What's Changed

* Truncate large log entries in LastError tool response by [@leek](https://github.com/leek) in https://github.com/laravel/boost/pull/568
* Prevent duplicate Boost guidelines in CLAUDE.md by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/577

### New Contributors

* [@leek](https://github.com/leek) made their first contribution in https://github.com/laravel/boost/pull/568

**Full Changelog**: https://github.com/laravel/boost/compare/v2.1.4...v2.1.5

## [v2.1.4](https://github.com/laravel/boost/compare/v2.1.3...v2.1.4) - 2026-02-13

### What's Changed

* Fix missing output key in Tinker tool error response by [@Orlando-Villanueva](https://github.com/Orlando-Villanueva) in https://github.com/laravel/boost/pull/561
* Add file paths and format guidance to Livewire 4 skill by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/543
* Add model binding and page content examples to Folio routing skill by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/544
* Update MCP development skill with accurate API patterns and testing by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/545
* Update usePoll usage in skill by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/570

### New Contributors

* [@Orlando-Villanueva](https://github.com/Orlando-Villanueva) made their first contribution in https://github.com/laravel/boost/pull/561

**Full Changelog**: https://github.com/laravel/boost/compare/v2.1.3...v2.1.4

## [v2.1.3](https://github.com/laravel/boost/compare/v2.1.2...v2.1.3) - 2026-02-11

### What's Changed

* Remove experimental third-party MCP primitives by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/552
* Add symlink install mode for skills by [@hosmelq](https://github.com/hosmelq) in https://github.com/laravel/boost/pull/499
* Add additional newline before end-guideline fence by [@ChipNeedham](https://github.com/ChipNeedham) in https://github.com/laravel/boost/pull/565
* Update Roster by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/562

### New Contributors

* [@hosmelq](https://github.com/hosmelq) made their first contribution in https://github.com/laravel/boost/pull/499
* [@ChipNeedham](https://github.com/ChipNeedham) made their first contribution in https://github.com/laravel/boost/pull/565

**Full Changelog**: https://github.com/laravel/boost/compare/v2.1.2...v2.1.3

## [v2.1.2](https://github.com/laravel/boost/compare/v2.1.1...v2.1.2) - 2026-02-10

### What's Changed

* Enhance database-schema tool with full column metadata by [@alanost](https://github.com/alanost) in https://github.com/laravel/boost/pull/541
* Replace >- block scalar with single-line descriptions in SKILL files by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/547
* fix: apply table prefix to raw SQL queries in DatabaseQuery tool by [@soleinjast](https://github.com/soleinjast) in https://github.com/laravel/boost/pull/529
* Fix normalizeCommand() splitting absolute paths containing spaces by [@digitall-it](https://github.com/digitall-it) in https://github.com/laravel/boost/pull/553
* Fix code snippet styling to use fenced code blocks by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/555
* Use cmd /c for Windows agent detection commands by [@soleinjast](https://github.com/soleinjast) in https://github.com/laravel/boost/pull/558

### New Contributors

* [@alanost](https://github.com/alanost) made their first contribution in https://github.com/laravel/boost/pull/541
* [@digitall-it](https://github.com/digitall-it) made their first contribution in https://github.com/laravel/boost/pull/553

**Full Changelog**: https://github.com/laravel/boost/compare/v2.1.1...v2.1.2

## [v2.1.1](https://github.com/laravel/boost/compare/v2.1.0...v2.1.1) - 2026-02-06

### What's Changed

* Add Flux Icons documentation to SKILL.md files by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/494
* Detect Inertia pages directory casing from filesystem by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/534
* Graceful cache fallback when cache driver is unreachable by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/533

**Full Changelog**: https://github.com/laravel/boost/compare/v2.1.0...v2.1.1

## [v2.1.0](https://github.com/laravel/boost/compare/v2.0.6...v2.1.0) - 2026-02-05

### What's Changed

* fix(gemini): escape @ symbols in foundational context by [@soleinjast](https://github.com/soleinjast) in https://github.com/laravel/boost/pull/523
* Add project-level mcp support for Codex by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/525
* Unify agent paths for guidelines and skills configuration which supports .agents standard by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/528
* Handle Rate Limits Error in Add Skill Command by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/520

### New Contributors

* [@soleinjast](https://github.com/soleinjast) made their first contribution in https://github.com/laravel/boost/pull/523

**Full Changelog**: https://github.com/laravel/boost/compare/v2.0.6...v2.1.0

## [v2.0.6](https://github.com/laravel/boost/compare/v2.0.5...v2.0.6) - 2026-02-04

### What's Changed

* Adding support for Junie skills by [@balu-lt](https://github.com/balu-lt) in https://github.com/laravel/boost/pull/510
* Filter orphaned packages from config by [@lucianotonet](https://github.com/lucianotonet) in https://github.com/laravel/boost/pull/506
* Configure Executables Path by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/491
* Fix skills activation section by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/516
* Fix Sail Guideline Overwrite issue by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/521

### New Contributors

* [@lucianotonet](https://github.com/lucianotonet) made their first contribution in https://github.com/laravel/boost/pull/506

**Full Changelog**: https://github.com/laravel/boost/compare/v2.0.5...v2.0.6

## [v2.0.5](https://github.com/laravel/boost/compare/v2.0.4...v2.0.5) - 2026-02-01

### What's Changed

* Update message for ide -> agent in InstallCommand by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/490
* Remove stale files during skill directory updates by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/492
* Fix database-schema tool to only return tables from configured database by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/498

**Full Changelog**: https://github.com/laravel/boost/compare/v2.0.4...v2.0.5

## [v2.0.4](https://github.com/laravel/boost/compare/v2.0.3...v2.0.4) - 2026-01-28

### What's Changed

* Update skills path in Copilot configuration by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/488

**Full Changelog**: https://github.com/laravel/boost/compare/v2.0.3...v2.0.4

## [v2.0.3](https://github.com/laravel/boost/compare/v2.0.2...v2.0.3) - 2026-01-28

### What's Changed

* Sort user guidelines by filename for predictable ordering by [@patrickomeara](https://github.com/patrickomeara) in https://github.com/laravel/boost/pull/474
* fix typo in pest skill by [@lukasleitsch](https://github.com/lukasleitsch) in https://github.com/laravel/boost/pull/486

### New Contributors

* [@patrickomeara](https://github.com/patrickomeara) made their first contribution in https://github.com/laravel/boost/pull/474
* [@lukasleitsch](https://github.com/lukasleitsch) made their first contribution in https://github.com/laravel/boost/pull/486

**Full Changelog**: https://github.com/laravel/boost/compare/v2.0.2...v2.0.3

## [v2.0.2](https://github.com/laravel/boost/compare/v2.0.1...v2.0.2) - 2026-01-27

### What's Changed

* Exclude Livewire skills and guidelines for indirect dependencies (#477) by [@zcuric](https://github.com/zcuric) in https://github.com/laravel/boost/pull/478
* Update Flux UI documentation for verbatim usage by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/476

### New Contributors

* [@zcuric](https://github.com/zcuric) made their first contribution in https://github.com/laravel/boost/pull/478

**Full Changelog**: https://github.com/laravel/boost/compare/v2.0.1...v2.0.2

## [v2.0.1](https://github.com/laravel/boost/compare/v2.0.0...v2.0.1) - 2026-01-26

### What's Changed

* Format pint.json by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/467
* Update UPGRADE.md by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/470
* Use skills directory instead of skill for OpenCode by [@thijsvdanker](https://github.com/thijsvdanker) in https://github.com/laravel/boost/pull/472

### New Contributors

* [@thijsvdanker](https://github.com/thijsvdanker) made their first contribution in https://github.com/laravel/boost/pull/472

**Full Changelog**: https://github.com/laravel/boost/compare/v2.0.0...v2.0.1

## [v2.0.0](https://github.com/laravel/boost/compare/v1.8.10...v2.0.0) - 2026-01-24

### What's Changed

* Skills Support by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/421
* Formatting changes by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/438
* Refactor installation UX by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/439
* Add tests for tool execution and error handling by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/447
* Refactor `RendersBladeGuidelines` namespace and update references by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/449
* Add Skill Sync by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/444
* Implement package priority system and filtering for package discovery by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/450
* Move Boost Docs to Laravel Docs by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/453
* Update installation questions by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/452
* Add 2.x Upgrade Guide by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/446
* tests: add coverage for DatabaseQuery tool by [@sakshamgorey](https://github.com/sakshamgorey) in https://github.com/laravel/boost/pull/454
* Refactor MCP related tests by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/448
* Add Gradient to Boost Logo by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/455
* Update minimum PHP and Laravel versions by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/459
* Add boost:add-skill command by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/458
* Add --no-interaction flag to wayfinder skills command by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/461
* Add validation UpdateCommand to handle errors by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/462
* Formatting by [@taylorotwell](https://github.com/taylorotwell) in https://github.com/laravel/boost/pull/463
* Inertia vue skill syntax by [@Bottelet](https://github.com/Bottelet) in https://github.com/laravel/boost/pull/464

### Upgrade Guide

You can find the upgrade guide for version 2.x [here](https://github.com/laravel/boost/blob/main/UPGRADE.md)

**Full Changelog**: https://github.com/laravel/boost/compare/v1.8.10...v2.0.0

## [v1.8.10](https://github.com/laravel/boost/compare/v1.8.9...v1.8.10) - 2026-01-14

### What's Changed

* Add Laravel Code Simplifier Prompt by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/416
* Update README installation instructions by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/417
* Add Livewire v4 upgrade prompt by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/424

**Full Changelog**: https://github.com/laravel/boost/compare/v1.8.9...v1.8.10

## [v1.8.9](https://github.com/laravel/boost/compare/v1.8.8...v1.8.9) - 2026-01-07

**Full Changelog**: https://github.com/laravel/boost/compare/v1.8.8...v1.8.9

## [v1.8.8](https://github.com/laravel/boost/compare/v1.8.7...v1.8.8) - 2026-01-07

* Add `--compact` flag to testing examples by [@ohnotnow](https://github.com/ohnotnow) in https://github.com/laravel/boost/pull/403
* Update bug report issue template by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/410
* Remove ReportFeedback tool by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/409
* fix: improve middleware register specification for laravel 11 and 12 by [@PanchoDP](https://github.com/PanchoDP) in https://github.com/laravel/boost/pull/398
* Update documentation for 'search-docs' tool usage by [@blakedeckard](https://github.com/blakedeckard) in https://github.com/laravel/boost/pull/401
* Mention when private constructors are ok by [@cosmastech](https://github.com/cosmastech) in https://github.com/laravel/boost/pull/387
* Consistency and quality pass by [@taylorotwell](https://github.com/taylorotwell) in https://github.com/laravel/boost/pull/413

## [v1.8.7](https://github.com/laravel/boost/compare/v1.8.6...v1.8.7) - 2025-12-19

### What's Changed

* Refactor filterPrimitives method to improve class string handling  by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/395

**Full Changelog**: https://github.com/laravel/boost/compare/v1.8.6...v1.8.7

## [v1.8.6](https://github.com/laravel/boost/compare/v1.8.5...v1.8.6) - 2025-12-19

### What's Changed

* Correct grammar in Editor Setup header by [@tooshay](https://github.com/tooshay) in https://github.com/laravel/boost/pull/381
* [1.x] chore: improve workflow by [@MrPunyapal](https://github.com/MrPunyapal) in https://github.com/laravel/boost/pull/385
* Simplify tool and resource discovery logic in MCP by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/383
* [1.x] chore: improve tests by [@MrPunyapal](https://github.com/MrPunyapal) in https://github.com/laravel/boost/pull/386
* Add Resource and Prompts for Package Guidelines by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/389
* Bump laravel/mcp package version by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/393
* Allow configurable guideline paths for AI agents by [@jordanpartridge](https://github.com/jordanpartridge) in https://github.com/laravel/boost/pull/392
* Fix log file resolution for stack logging driver by [@sabist](https://github.com/sabist) in https://github.com/laravel/boost/pull/388
* Refactor agent selection logic in InstallCommand by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/394

### New Contributors

* [@tooshay](https://github.com/tooshay) made their first contribution in https://github.com/laravel/boost/pull/381
* [@jordanpartridge](https://github.com/jordanpartridge) made their first contribution in https://github.com/laravel/boost/pull/392
* [@sabist](https://github.com/sabist) made their first contribution in https://github.com/laravel/boost/pull/388

**Full Changelog**: https://github.com/laravel/boost/compare/v1.8.5...v1.8.6

## [v1.8.5](https://github.com/laravel/boost/compare/v1.8.4...v1.8.5) - 2025-12-08

### What's Changed

* PHP 8.5 support by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/368

**Full Changelog**: https://github.com/laravel/boost/compare/v1.8.4...v1.8.5

## [v1.8.4](https://github.com/laravel/boost/compare/v1.8.3...v1.8.4) - 2025-12-05

### What's Changed

* Update Boost for `laravel/mcp` ^0.4.1 compatibility by [@xybr-dev](https://github.com/xybr-dev) in https://github.com/laravel/boost/pull/375

### New Contributors

* [@xybr-dev](https://github.com/xybr-dev) made their first contribution in https://github.com/laravel/boost/pull/375

**Full Changelog**: https://github.com/laravel/boost/compare/v1.8.3...v1.8.4

## [v1.8.3](https://github.com/laravel/boost/compare/v1.8.2...v1.8.3) - 2025-11-26

### What's Changed

* Update FluxUI component list by [@rzv-me](https://github.com/rzv-me) in https://github.com/laravel/boost/pull/369

### New Contributors

* [@rzv-me](https://github.com/rzv-me) made their first contribution in https://github.com/laravel/boost/pull/369

**Full Changelog**: https://github.com/laravel/boost/compare/v1.8.2...v1.8.3

## [v1.8.2](https://github.com/laravel/boost/compare/v1.8.1...v1.8.2) - 2025-11-20

### What's Changed

* tests: adds missing opencode in tests by [@MrPunyapal](https://github.com/MrPunyapal) in https://github.com/laravel/boost/pull/361
* Add Gemini by [@iruoy](https://github.com/iruoy) in https://github.com/laravel/boost/pull/360
* Extend Codex functionality with MCP config by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/364
* Update README.md by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/365
* Downgrade guzzle version to ^7.9 by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/356
* Put user-defined guidelines at the top by [@phpfour](https://github.com/phpfour) in https://github.com/laravel/boost/pull/332

### New Contributors

* [@iruoy](https://github.com/iruoy) made their first contribution in https://github.com/laravel/boost/pull/360

**Full Changelog**: https://github.com/laravel/boost/compare/v1.8.1...v1.8.2

## [v1.8.1](https://github.com/laravel/boost/compare/v1.8.0...v1.8.1) - 2025-11-18

### What's Changed

* Add Sail Support in Guidelines by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/329
* Fix CallToolWithExecutor Error by [@RedArchon](https://github.com/RedArchon) in https://github.com/laravel/boost/pull/359

### New Contributors

* [@RedArchon](https://github.com/RedArchon) made their first contribution in https://github.com/laravel/boost/pull/359

**Full Changelog**: https://github.com/laravel/boost/compare/v1.8.0...v1.8.1

## [v1.8.0](https://github.com/laravel/boost/compare/v1.7.1...v1.8.0) - 2025-11-11

### What's Changed

* Ignore MCP config update in boost:update by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/334
* Update wayfinder guidelines by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/343
* Remove Filament guidelines by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/349

**Full Changelog**: https://github.com/laravel/boost/compare/v1.7.1...v1.8.0

## [v1.7.1](https://github.com/laravel/boost/compare/v1.7.0...v1.7.1) - 2025-11-05

### What's Changed

* [1.x] Fix: WSL by changing 'wsl' to 'wsl.exe' in MCP config by [@MrPunyapal](https://github.com/MrPunyapal) in https://github.com/laravel/boost/pull/338
* Add wayfinder guidelines by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/327
* Update Readme about .gitignore files by [@chinmaypurav](https://github.com/chinmaypurav) in https://github.com/laravel/boost/pull/307
* Update Tailwind v4+ guidelines  by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/321

### New Contributors

* [@MrPunyapal](https://github.com/MrPunyapal) made their first contribution in https://github.com/laravel/boost/pull/338
* [@chinmaypurav](https://github.com/chinmaypurav) made their first contribution in https://github.com/laravel/boost/pull/307

**Full Changelog**: https://github.com/laravel/boost/compare/v1.7.0...v1.7.1

## [v1.7.0](https://github.com/laravel/boost/compare/v1.6.0...v1.7.0) - 2025-11-04

### What's Changed

* feat: add opencode support by [@calebdw](https://github.com/calebdw) in https://github.com/laravel/boost/pull/88
* Fix Invalid Argument Error with MCP tool by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/323
* [1.x] Refactor to use first-class callable by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/315
* [1.x] Sail Support for Boost by [@NIAN97](https://github.com/NIAN97) in https://github.com/laravel/boost/pull/303
* Remove duplicate code in GuidelineComposer.php by [@phpfour](https://github.com/phpfour) in https://github.com/laravel/boost/pull/331
* Handle `@volt` directives in GuidelineComposer by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/333

### New Contributors

* [@NIAN97](https://github.com/NIAN97) made their first contribution in https://github.com/laravel/boost/pull/303
* [@phpfour](https://github.com/phpfour) made their first contribution in https://github.com/laravel/boost/pull/331

**Full Changelog**: https://github.com/laravel/boost/compare/v1.6.0...v1.7.0

## [v1.6.0](https://github.com/laravel/boost/compare/v1.5.1...v1.6.0) - 2025-10-28

* [1.x] Add support for markdown files by [@adrum](https://github.com/adrum) in https://github.com/laravel/boost/pull/319

## [v1.5.1](https://github.com/laravel/boost/compare/v1.5.0...v1.5.1) - 2025-10-25

### What's Changed

* bump roster by [@adrum](https://github.com/adrum) in https://github.com/laravel/boost/pull/318

### New Contributors

* [@adrum](https://github.com/adrum) made their first contribution in https://github.com/laravel/boost/pull/318

**Full Changelog**: https://github.com/laravel/boost/compare/v1.5.0...v1.5.1

## [v1.5.0](https://github.com/laravel/boost/compare/v1.4.0...v1.5.0) - 2025-10-24

### What's Changed

* Add PhpStorm detection path for Windows by [@GoneTone](https://github.com/GoneTone) in https://github.com/laravel/boost/pull/304
* Dynamic NPM Package Runner by [@imliam](https://github.com/imliam) in https://github.com/laravel/boost/pull/145

### New Contributors

* [@GoneTone](https://github.com/GoneTone) made their first contribution in https://github.com/laravel/boost/pull/304
* [@imliam](https://github.com/imliam) made their first contribution in https://github.com/laravel/boost/pull/145

**Full Changelog**: https://github.com/laravel/boost/compare/v1.4.0...v1.5.0

## [v1.4.0](https://github.com/laravel/boost/compare/v1.3.3...v1.4.0) - 2025-10-14

### What's Changed

* [1.x] Add Support for Custom Code Environments by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/280
* Fix boolean parameter handling in ListRoutes MCP tool by [@systempath](https://github.com/systempath) in https://github.com/laravel/boost/pull/279
* Fix Laravel 10 bootstrap/app.php Documentation Inaccuracy by [@paulschoeman](https://github.com/paulschoeman) in https://github.com/laravel/boost/pull/224

### New Contributors

* [@systempath](https://github.com/systempath) made their first contribution in https://github.com/laravel/boost/pull/279
* [@paulschoeman](https://github.com/paulschoeman) made their first contribution in https://github.com/laravel/boost/pull/224

**Full Changelog**: https://github.com/laravel/boost/compare/v1.3.3...v1.4.0

## [v1.3.3](https://github.com/laravel/boost/compare/v1.3.2...v1.3.3) - 2025-10-13

### What's Changed

* fix: prefer fluxui-pro guidelines over fluxui-free by [@PanchoDP](https://github.com/PanchoDP) in https://github.com/laravel/boost/pull/292

### New Contributors

* [@PanchoDP](https://github.com/PanchoDP) made their first contribution in https://github.com/laravel/boost/pull/292

**Full Changelog**: https://github.com/laravel/boost/compare/v1.3.2...v1.3.3

## [v1.3.2](https://github.com/laravel/boost/compare/v1.3.1...v1.3.2) - 2025-10-13

### What's Changed

* [1.x] Update token limit default to 3000 tokens in SearchDocs by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/293

**Full Changelog**: https://github.com/laravel/boost/compare/v1.3.1...v1.3.2

## [v1.3.1](https://github.com/laravel/boost/compare/v1.3.0...v1.3.1) - 2025-10-13

### What's Changed

* [1.x] Update laravel/mcp dependency to support 0.3.0 version by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/297

**Full Changelog**: https://github.com/laravel/boost/compare/v1.3.0...v1.3.1

## [v1.3.0](https://github.com/laravel/boost/compare/v1.2.1...v1.3.0) - 2025-09-30

### What's Changed

* [1.x] Adds `boost:update` + allows package authors to publish guidelines by [@nunomaduro](https://github.com/nunomaduro) in https://github.com/laravel/boost/pull/277

**Full Changelog**: https://github.com/laravel/boost/compare/v1.2.1...v1.3.0

## [v1.2.1](https://github.com/laravel/boost/compare/v1.1.5...v1.2.1) - 2025-09-23

### What's Changed

* Update roster to 0.2.7 by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/266
* docs: guidelines: initial laravel/mcp guidelines by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/267
* Update Pint Config by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/269
* Update checkout action to version 5 by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/271
* Enhance MCP commands for WSL compatibility by [@HichemTab-tech](https://github.com/HichemTab-tech) in https://github.com/laravel/boost/pull/121
* Updated access modifiers from `private` to `protected` across multiple files by [@andrey-helldar](https://github.com/andrey-helldar) in https://github.com/laravel/boost/pull/249
* Ensure guideline file content ends with a newline by [@balu-lt](https://github.com/balu-lt) in https://github.com/laravel/boost/pull/113
* Don't include mcp always by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/273
* Fix test name by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/274

### New Contributors

* [@HichemTab-tech](https://github.com/HichemTab-tech) made their first contribution in https://github.com/laravel/boost/pull/121
* [@andrey-helldar](https://github.com/andrey-helldar) made their first contribution in https://github.com/laravel/boost/pull/249
* [@balu-lt](https://github.com/balu-lt) made their first contribution in https://github.com/laravel/boost/pull/113

**Full Changelog**: https://github.com/laravel/boost/compare/v1.2.0...v1.2.1

## [v1.2.0](https://github.com/laravel/boost/compare/v1.1.5...v1.2.0) - 2025-09-18

* uses latest version of laravel mcp

## [v1.1.5](https://github.com/laravel/boost/compare/v1.1.4...v1.1.5) - 2025-09-18

### What's Changed

* docs: README: light/dark mode logo by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/148
* ci: remove unneeded SSH keys now MCP package is public by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/255
* fix: remove stray parenthesis in lifecycle hook guidance in livewire guidelines by [@mohammedyh](https://github.com/mohammedyh) in https://github.com/laravel/boost/pull/261
* fix: correct syntax in Tailwind v4 import code snippet by [@mr-chetan](https://github.com/mr-chetan) in https://github.com/laravel/boost/pull/221
* tests: convert multiple expectations into chain by [@felipeArnold](https://github.com/felipeArnold) in https://github.com/laravel/boost/pull/232
* Add Codex Guideline Support by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/258
* Update scroll value for Agent selection box by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/262
* Add support for Vite CSP nonce by [@nckrtl](https://github.com/nckrtl) in https://github.com/laravel/boost/pull/142

### New Contributors

* [@mohammedyh](https://github.com/mohammedyh) made their first contribution in https://github.com/laravel/boost/pull/261
* [@mr-chetan](https://github.com/mr-chetan) made their first contribution in https://github.com/laravel/boost/pull/221
* [@nckrtl](https://github.com/nckrtl) made their first contribution in https://github.com/laravel/boost/pull/142

**Full Changelog**: https://github.com/laravel/boost/compare/v1.1.4...v1.1.5

## [v1.1.4](https://github.com/laravel/boost/compare/v1.1.3...v1.1.4) - 2025-09-04

### What's Changed

* feat: add windows to tests CI check by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/244

**Full Changelog**: https://github.com/laravel/boost/compare/v1.1.3...v1.1.4

## [v1.1.3](https://github.com/laravel/boost/compare/v1.1.2...v1.1.3) - 2025-09-04

### What's Changed

* fix: package priorities should work on php8.1 by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/243

**Full Changelog**: https://github.com/laravel/boost/compare/v1.1.2...v1.1.3

## [v1.1.2](https://github.com/laravel/boost/compare/v1.1.1...v1.1.2) - 2025-09-04

### What's Changed

* feat: add package priority guideline inclusion by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/242

**Full Changelog**: https://github.com/laravel/boost/compare/v1.1.1...v1.1.2

## [v1.1.1](https://github.com/laravel/boost/compare/v1.1.0...v1.1.1) - 2025-09-04

### What's Changed

* Add strict types declaration in Inertia.php by [@felipeArnold](https://github.com/felipeArnold) in https://github.com/laravel/boost/pull/229
* feat: update roster requirement, fixes #237 now phpunit will be detected by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/239

### New Contributors

* [@felipeArnold](https://github.com/felipeArnold) made their first contribution in https://github.com/laravel/boost/pull/229

**Full Changelog**: https://github.com/laravel/boost/compare/v1.1.0...v1.1.1

## [v1.1.0](https://github.com/laravel/boost/compare/v1.0.21...v1.1.0) - 2025-09-04

### What's Changed

* Always-on process isolation: eliminate conditional complexity by [@andreilungeanu](https://github.com/andreilungeanu) in https://github.com/laravel/boost/pull/184

**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.21...v1.1.0

## [v1.0.21](https://github.com/laravel/boost/compare/v1.0.20...v1.0.21) - 2025-09-03

### What's Changed

* Fix random 'parse error' when running test suite by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/223
* Clarify ListRoutes name parameter description for better tool calling by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/182
* Streamline ToolResult assertions in tests  by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/225
* Allow guideline overriding by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/219

**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.20...v1.0.21

## [v1.0.20](https://github.com/laravel/boost/compare/v1.0.19...v1.0.20) - 2025-08-28

### What's Changed

* fix: defer InjectBoost middleware registration until app is booted by [@Sairahcaz](https://github.com/Sairahcaz) in https://github.com/laravel/boost/pull/172
* feat: add robust MCP file configuration writer by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/204
* Feat: Detect env changes by default, fixes 130 by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/217

### New Contributors

* [@Sairahcaz](https://github.com/Sairahcaz) made their first contribution in https://github.com/laravel/boost/pull/172

**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.19...v1.0.20

## [v1.0.19](https://github.com/laravel/boost/compare/v1.0.18...v1.0.19) - 2025-08-27

### What's Changed

* Refactor creating laravel application instance using Testbench by [@crynobone](https://github.com/crynobone) in https://github.com/laravel/boost/pull/127
* Fix Tailwind CSS title on README.md for consistency by [@xavizera](https://github.com/xavizera) in https://github.com/laravel/boost/pull/159
* feat: don't run Boost during testing by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/144
* Hide Internal Command `ExecuteToolCommand.php` from Artisan List by [@yitzwillroth](https://github.com/yitzwillroth) in https://github.com/laravel/boost/pull/155
* chore: removes non necessary php version constrant by [@nunomaduro](https://github.com/nunomaduro) in https://github.com/laravel/boost/pull/166
* chore: removes non necessary pint version constrant by [@nunomaduro](https://github.com/nunomaduro) in https://github.com/laravel/boost/pull/167
* Do not autoload classes while boost:install by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/180
* fix: prevent unwanted "null" file creation on Windows during installation by [@andreilungeanu](https://github.com/andreilungeanu) in https://github.com/laravel/boost/pull/189
* Improve `InjectBoost` middleware for response-type handling by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/179
* docs: README: Add Nova 4.x and 5.x by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/213
* refactor: change ./artisan to artisan by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/214
* feat: guidelines: add Inertia form guidelines by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/211

### New Contributors

* [@crynobone](https://github.com/crynobone) made their first contribution in https://github.com/laravel/boost/pull/127
* [@xavizera](https://github.com/xavizera) made their first contribution in https://github.com/laravel/boost/pull/159
* [@nunomaduro](https://github.com/nunomaduro) made their first contribution in https://github.com/laravel/boost/pull/166
* [@andreilungeanu](https://github.com/andreilungeanu) made their first contribution in https://github.com/laravel/boost/pull/189

**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.18...v1.0.19

## [v1.0.18](https://github.com/laravel/boost/compare/v1.0.17...v1.0.18) - 2025-08-16

### What's Changed

* fix: Prevent install command from breaking when `/tests` doesn't exist by [@sagalbot](https://github.com/sagalbot) in https://github.com/laravel/boost/pull/93
* [1.x] Add enabled option to `config/boost.php`. by [@xiCO2k](https://github.com/xiCO2k) in https://github.com/laravel/boost/pull/143

### New Contributors

* [@sagalbot](https://github.com/sagalbot) made their first contribution in https://github.com/laravel/boost/pull/93
* [@xiCO2k](https://github.com/xiCO2k) made their first contribution in https://github.com/laravel/boost/pull/143

**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.17...v1.0.18

## [v1.0.17](https://github.com/laravel/boost/compare/v1.0.16...v1.0.17) - 2025-08-14

### What's Changed

* Fix: Replace APP_DEBUG with environment-based gating by [@eduardocruz](https://github.com/eduardocruz) in https://github.com/laravel/boost/pull/90

### New Contributors

* [@eduardocruz](https://github.com/eduardocruz) made their first contribution in https://github.com/laravel/boost/pull/90

**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.16...v1.0.17

## [v1.0.16](https://github.com/laravel/boost/compare/v1.0.15...v1.0.16) - 2025-08-14

### What's Changed

* refactor: streamline path resolution and simplify the MCP client interface by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/111
* Fix PHPStorm using absolute paths by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/109

**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.15...v1.0.16

## [v1.0.15](https://github.com/laravel/boost/compare/v1.0.14...v1.0.15) - 2025-08-14

### What's Changed

* fixes #67 by only finding files that begin with an uppercase letter by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/116

**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.14...v1.0.15

## [v1.0.14](https://github.com/laravel/boost/compare/v1.0.13...v1.0.14) - 2025-08-14

### What's Changed

* Fixes #85 by adding verbatim to flux component example by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/114

**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.13...v1.0.14

## [v1.0.13](https://github.com/laravel/boost/compare/v1.0.12...v1.0.13) - 2025-08-14

### What's Changed

* Fix volt blade parsing by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/112

**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.12...v1.0.13

## [v1.0.12](https://github.com/laravel/boost/compare/v1.0.11...v1.0.12) - 2025-08-14

### What's Changed

* tool: tinker: try to nudge away from creating test users ahead of time by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/108

**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.11...v1.0.12

## [v1.0.11](https://github.com/laravel/boost/compare/v1.0.10...v1.0.11) - 2025-08-14

### What's Changed

* tools: report-feedback: strengthen language on privacy by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/103

**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.10...v1.0.11

## [v1.0.10](https://github.com/laravel/boost/compare/v1.0.9...v1.0.10) - 2025-08-14

### What's Changed

* fixes #70 - make sure foundational rules are composed by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/84
* Update the bug report template's system info section by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/98
* Update Filament Guidelines by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/boost/pull/35
* Fix: Prevent autoloading non class-like files during discovery to avoid "FatalError: Cannot redeclare function" by [@zdearo](https://github.com/zdearo) in https://github.com/laravel/boost/pull/99

### New Contributors

* [@zdearo](https://github.com/zdearo) made their first contribution in https://github.com/laravel/boost/pull/99

**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.9...v1.0.10

## [v1.0.9](https://github.com/laravel/boost/compare/v1.0.8...v1.0.9) - 2025-08-13

### What's Changed

* fixes #80 - install Boost MCP into Claude via file instead of shell by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/82

**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.8...v1.0.9

## [v1.0.8](https://github.com/laravel/boost/compare/v1.0.3...v1.0.8) - 2025-08-13

### What's Changed

* fixes #80 by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/81

**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.7...v1.0.8

## [v1.0.3](https://github.com/laravel/boost/compare/v1.0.2...v1.0.3) - 2025-08-13

### What's Changed

* Update Pint Guideline to Use `--dirty` Flag by [@yitzwillroth](https://github.com/yitzwillroth) in https://github.com/laravel/boost/pull/43
* docs: README: add filament by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/58
* Fix Herd detection by [@mpociot](https://github.com/mpociot) in https://github.com/laravel/boost/pull/61
* fix #49: disable boost inject if HTML isn't expected by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/60

### New Contributors

* [@yitzwillroth](https://github.com/yitzwillroth) made their first contribution in https://github.com/laravel/boost/pull/43
* [@mpociot](https://github.com/mpociot) made their first contribution in https://github.com/laravel/boost/pull/61

**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.2...v1.0.3

## [v1.0.2](https://github.com/laravel/boost/compare/v1.0.1...v1.0.2) - 2025-08-13

### What's Changed

* update laravel/roster version by [@ashleyhindle](https://github.com/ashleyhindle) in https://github.com/laravel/boost/pull/42
* Update core.blade.php by [@meatpaste](https://github.com/meatpaste) in https://github.com/laravel/boost/pull/41

### New Contributors

* [@meatpaste](https://github.com/meatpaste) made their first contribution in https://github.com/laravel/boost/pull/41

**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.1...v1.0.2

## [v1.0.1](https://github.com/laravel/boost/compare/v1.0.0...v1.0.1) - 2025-08-13

**Full Changelog**: https://github.com/laravel/boost/compare/v1.0.0...v1.0.1

## [v1.0.0](https://github.com/laravel/boost/compare/v0.1.0...v1.0.0) - 2025-08-13

- Initial release of Laravel Boost.

## v0.1.0 (202x-xx-xx)

Initial pre-release.
