[GH-ISSUE #584] Is there a plan to support Kiro Agent? #187

Open
opened 2026-03-02 04:12:43 +03:00 by kerem · 3 comments
Owner

Originally created by @qiyuan-wp on GitHub (Feb 25, 2026).
Original GitHub issue: https://github.com/git-ai-project/git-ai/issues/584

Is there a plan to support Kiro Agent?

Originally created by @qiyuan-wp on GitHub (Feb 25, 2026). Original GitHub issue: https://github.com/git-ai-project/git-ai/issues/584 Is there a plan to support Kiro Agent?
Author
Owner

@svarlamov commented on GitHub (Feb 26, 2026):

Yup! I haven't had a chance to wrap it up yet, but I believe we have the necessary hooks available in Kiro to add git ai support: https://kiro.dev/docs/hooks/

<!-- gh-comment-id:3963865787 --> @svarlamov commented on GitHub (Feb 26, 2026): Yup! I haven't had a chance to wrap it up yet, but I believe we have the necessary hooks available in Kiro to add git ai support: https://kiro.dev/docs/hooks/
Author
Owner

@qiyuan-wp commented on GitHub (Feb 26, 2026):

Is there any documentation that explains how to use hooks to integrate with git-ai?

<!-- gh-comment-id:3965367537 --> @qiyuan-wp commented on GitHub (Feb 26, 2026): Is there any documentation that explains how to use hooks to integrate with git-ai?
Author
Owner

@svarlamov commented on GitHub (Feb 26, 2026):

Here's the prompt I would use to develop this feature (roughly):

<<<PASTE KIRO HOOKS DOCS HERE>>>
----
Implement support for the Kiro IDE. Reference the Kiro hooks docs above, and since they're pretty similar to Claude, just reference the Claude agent preset in the existing code. Make sure you build FULL support for the Kiro IDE meaning: install hooks (look at src/mdm), agent present (agent presets), and transcript updating in post commit to ensure that you have the latest transcript before the final git note is written. You must also add test fixtures and extensive tests, following the same pattern that already exists for all of the other agent integrations.
<!-- gh-comment-id:3967213057 --> @svarlamov commented on GitHub (Feb 26, 2026): Here's the prompt I would use to develop this feature (roughly): ``` <<<PASTE KIRO HOOKS DOCS HERE>>> ---- Implement support for the Kiro IDE. Reference the Kiro hooks docs above, and since they're pretty similar to Claude, just reference the Claude agent preset in the existing code. Make sure you build FULL support for the Kiro IDE meaning: install hooks (look at src/mdm), agent present (agent presets), and transcript updating in post commit to ensure that you have the latest transcript before the final git note is written. You must also add test fixtures and extensive tests, following the same pattern that already exists for all of the other agent integrations. ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/git-ai#187
No description provided.