[
{
"command": "git",
"arguments": ["add", "--all"],
"retry": 0
},
{
"command": "git",
"arguments": ["commit", "-m", "llm_generate('based on the below git diff output, summarize the changes in a few sentences.', 'git --no-pager diff --staged')"],
"retry": 0
},
{
"command": "git",
"arguments": ["push"],
"retry": 0
}
]