Skip to content

Releases: laravel/boost

v2.2.0

20 Feb 19:09
b4c5bed

Choose a tag to compare

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

20 Feb 08:13
a475ecb

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.7...v2.1.8

v1.8.11

20 Feb 08:09
485dd7c

Choose a tag to compare

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

Full Changelog: v1.8.10...v1.8.11

v2.1.7

18 Feb 12:47
3f99998

Choose a tag to compare

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

17 Feb 07:40
b8923e6

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.5...v2.1.6

v2.1.4

13 Feb 12:09
acf33b7

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.3...v2.1.4

v2.1.3

12 Feb 03:50
b96e0ab

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.2...v2.1.3

v2.1.2

10 Feb 17:46
81ecf79

Choose a tag to compare

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

Full Changelog: v2.1.1...v2.1.2

v2.1.1

06 Feb 10:42
1c7d6f4

Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0

05 Feb 18:55
f74e028

Choose a tag to compare

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

Full Changelog: v2.0.6...v2.1.0