Skip to content

Conversation

@jotafurtado
Copy link

Add Kiro IDE Support

Description

This PR adds support for Kiro IDE to Laravel Boost.

Changes

  • Created Kiro CodeEnvironment class implementing both Agent and McpClient interfaces
  • Registered Kiro in BoostManager
  • Configured MCP installation at .kiro/settings/mcp.json
  • Configured AI guidelines at .kiro/steering/laravel-boost.md
  • Added platform detection for macOS, Linux, and Windows
  • Updated tests to include Kiro in all relevant test cases
  • Updated README with Kiro setup instructions
  • Updated CHANGELOG

Kiro Configuration

When users run php artisan boost:install, Kiro will:

  • Appear in the list of available editors (for MCP configuration)
  • Appear in the list of available agents (for AI guidelines)
  • Auto-detect if .kiro directory exists in the project
  • Create MCP config at .kiro/settings/mcp.json
  • Create AI guidelines at .kiro/steering/laravel-boost.md

- Add Kiro CodeEnvironment implementation with Agent and McpClient interfaces
- Register Kiro in BoostManager
- Configure MCP at .kiro/settings/mcp.json
- Configure AI guidelines at .kiro/steering/laravel-boost.md
- Support detection on macOS, Linux, and Windows
- Update tests to include Kiro
- Update README with Kiro setup instructions
- Update CHANGELOG
@pushpak1300
Copy link
Member

Thanks for your pull request!

Unfortunately, I'm going to delay merging this code for now. To preserve our ability to adequately maintain this package, we need to be very careful regarding the amount of code we include.

If applicable, please consider releasing your code as an additional package so that the community can still benefit from your contributions. We’ve released the hooks that allow you to extend Boost.

https://github.com/laravel/boost?tab=readme-ov-file#adding-support-for-other-ides—ai-agents

@pushpak1300 pushpak1300 closed this Nov 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants