Skip to content

feat(agents): add Kiro IDE agent support#765

Merged
pushpak1300 merged 3 commits intolaravel:mainfrom
oniice:feat/add-kiro-support
Apr 14, 2026
Merged

feat(agents): add Kiro IDE agent support#765
pushpak1300 merged 3 commits intolaravel:mainfrom
oniice:feat/add-kiro-support

Conversation

@oniice
Copy link
Copy Markdown
Contributor

@oniice oniice commented Apr 11, 2026

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.app on macOS and .kiro/ at the project root.
  • src/BoostManager.php — registers kiro in the default agents map.
  • tests/Unit/Install/AgentsDetectorTest.php — updated to account for the new agent.

- Add Kiro agent with guidelines, skills, and MCP support
- Register kiro in BoostManager agents map
- Update AgentsDetectorTest to include Kiro
@pushpak1300 pushpak1300 self-requested a review April 11, 2026 07:01
@pushpak1300 pushpak1300 merged commit b753796 into laravel:main Apr 14, 2026
21 checks passed
@oniice
Copy link
Copy Markdown
Contributor Author

oniice commented Apr 14, 2026

thankyou @pushpak1300 :)

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