()
| 111 | description: 'Commit, push, and open a PR', |
| 112 | allowedTools: ALLOWED_TOOLS, |
| 113 | get contentLength() { |
| 114 | // Use 'main' as estimate for content length calculation |
| 115 | return getPromptContent('main').length |
| 116 | }, |
| 117 | progressMessage: 'creating commit and PR', |
| 118 | source: 'builtin', |
| 119 | async getPromptForCommand(args, context) { |
nothing calls this directly
no test coverage detected