()
| 147 | description: 'Commit, push, and open a PR', |
| 148 | allowedTools: ALLOWED_TOOLS, |
| 149 | get contentLength() { |
| 150 | // Use 'main' as estimate for content length calculation |
| 151 | return getPromptContent('git', 'main').length |
| 152 | }, |
| 153 | progressMessage: 'creating commit and PR', |
| 154 | source: 'builtin', |
| 155 | async getPromptForCommand(args, context) { |
nothing calls this directly
no test coverage detected