Stu Mason
Stu Mason

Activity

Pull Request Opened

PR #47 opened: chore(deps-dev): bump laravel/boost from 1.8.10 to 2.2.1

Bumps laravel/boost from 1.8.10 to 2.2.1.

Release notes

Sourced from laravel/boost's releases.

v2.2.1

What's Changed

Minor Breaking Chnage

If you have custom overrides in:

.ai/guidelines/inertia-laravel/1/core.blade.php
.ai/guidelines/inertia-laravel/2/core.blade.php

move them to:

.ai/guidelines/inertia-laravel/core.blade.php

New Contributors

Full Changelog: https://github.com/laravel/boost/compare/v2.2.0...v2.2.1

v2.2.0

What’s Changed

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:

... (truncated)

Changelog

Sourced from laravel/boost's changelog.

v2.2.1 - 2026-02-25

What's Changed

Minor Breaking Chnage

If you have custom overrides in:

.ai/guidelines/inertia-laravel/1/core.blade.php
.ai/guidelines/inertia-laravel/2/core.blade.php

move them to:

.ai/guidelines/inertia-laravel/core.blade.php

New Contributors

Full Changelog: https://github.com/laravel/boost/compare/v2.2.0...v2.2.1

v2.2.0 - 2026-02-20

What’s Changed

Minor Breaking Changes

This release introduces a small structural update to how Inertia guidelines are organized.

Previously

.ai/inertia-laravel/core.blade.php

</tr></table>

... (truncated)

Upgrade guide

Sourced from laravel/boost's upgrade guide.

Upgrade Guide

Upgrading To 2.x From 1.x

Note: If you are not using custom agents or overriding Boost in any way, you should experience minimal issues while upgrading. Simply run php artisan boost:install after upgrading to Boost 2.x and the migration will be handled automatically.

Note: If you are using external packages that add custom agents, ensure you update to versions that have support for Boost 2.x.

Minimum PHP Version

PHP 8.2 is now the minimum required version.

Minimum Laravel Version

Laravel 11.x is now the minimum required version.

Custom Agent Changes

PR Link: laravel/boost#439

Likelihood Of Impact: Low

If you have added your own custom agents, you will need to make the following changes:

Terminology and Namespace Changes

CodeEnvironment has been replaced with Agent throughout:

BeforeAfter
CodeEnvironmentAgent
CodeEnvironmentsDetectorAgentsDetector
src/Install/CodeEnvironment/src/Install/Agents/
Laravel\Boost\Install\CodeEnvironmentLaravel\Boost\Install\Agents
registerCodeEnvironment(string $key, string $className)registerAgent(string $key, string $className)
getCodeEnvironments()getAgents()

Contract Renames

Several contracts have been renamed for clarity:

BeforeAfter
Laravel\Boost\Contracts\AgentLaravel\Boost\Contracts\SupportsGuidelines
Laravel\Boost\Contracts\McpClientLaravel\Boost\Contracts\SupportsMcp
Laravel\Boost\Contracts\SupportSkillsLaravel\Boost\Contracts\SupportsSkills

Custom Agent Migration

If you have registered custom agents, update them to use the new namespace and contracts:

... (truncated)

Commits
  • e27f161 Consolidate Inertia versioned guidelines into single core file (#603)
  • 360bc7e Simplify Tinker tool to wrap artisan tinker --execute (#557)
  • 6440507 Add support for Ampcode (#598)
  • a221c12 Add summary mode to DatabaseSchema to reduce token usage by ~83% (#595)
  • 6dc6e7c Fix third-party skills excluded when aiGuidelines is uninitialized (#596)
  • a5d2049 Update CHANGELOG
  • b4c5bed Support loading guidelines and skills from vendor packages (#566)
  • 12a0b57 Update CHANGELOG
  • a475ecb Allow overriding the browser log channel (#594)
  • aa077bd Update core.blade.php (#593)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
+170
additions
-170
deletions
2
files changed