feat(agents): add Kiro IDE agent support#765
Merged
pushpak1300 merged 3 commits intolaravel:mainfrom Apr 14, 2026
Merged
Conversation
- Add Kiro agent with guidelines, skills, and MCP support - Register kiro in BoostManager agents map - Update AgentsDetectorTest to include Kiro
Contributor
Author
|
thankyou @pushpak1300 :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add Kiro IDE support
Kiro is Amazon's AI-powered IDE and is gaining traction in the dev community. This PR adds it as a supported agent alongside Cursor, Claude Code, Copilot, etc.
Changes
src/Install/Agents/Kiro.php— new agent supporting guidelines (.kiro/steering/boost.md), skills (.kiro/skills/), and MCP (.kiro/settings/mcp.json). Detects via/Applications/Kiro.appon macOS and.kiro/at the project root.src/BoostManager.php— registerskiroin the default agents map.tests/Unit/Install/AgentsDetectorTest.php— updated to account for the new agent.