feat: add firebender checkpoint preset alias#804
feat: add firebender checkpoint preset alias#804anishfish2 wants to merge 3 commits intogit-ai-project:mainfrom
Conversation
7a30340 to
6f88301
Compare
- add dedicated Firebender checkpoint preset with before_edit/after_edit payload handling\n- classify Firebender after_edit checkpoints as ai_agent\n- wire firebender as a first-class checkpoint preset in CLI dispatch and help text\n- register firebender in test preset recognition\n- add Firebender badge asset and README supported-agent listing\n- ensure Firebender session IDs use firebender- prefix
6f88301 to
102128e
Compare
|
Thanks for the contribution @anishfish2! Quick question, can you point me in the right direction for the docs on Firebender hooks? It looks like the hook names in the mdm hooks setup are the same as Cursor's hooks, but they are actually the old cursor hooks format. Any instructions re how to test, etc. would be helpful. Thanks |
|
hey @svarlamov these are the firebender docs on hooks https://docs.firebender.com/multi-agent/hooks. for testing, you can download the plugin from https://plugins.jetbrains.com/plugin/25224-firebender/ on intellij. if you send an email to |
|
Hey @kevo1ution that sounds great. I think this PR may have been authored just before we cut our Cursor agent preset over to using the Excited to add Firebender support to Git AI |
|
Yep I can take a look to scope out the work @svarlamov , thanks for the feedback! |
|
Superseded by draft PR #917 from a maintained branch because the original head branch is stale. Continuing follow-up work there. |
Summary
firebenderas a first-classgit-ai checkpointpreset alias backed by the existingai_tabpayload schema (before_edit/after_edit)firebenderas the tool label in agent metadata so downstream attribution reflects the actual agentfirebenderTest plan
checkpoint firebender --hook-input ...forbefore_editandafter_editai_tabbehavior remains unchanged