Merge branch 'main' into refactor/remove-token-usage-logic

This commit is contained in:
Simos Mikelatos
2026-04-10 15:30:43 +02:00
committed by GitHub
52 changed files with 654 additions and 86 deletions

View File

@@ -1080,7 +1080,7 @@ router.post('/', validateExternalApiKey, async (req, res) => {
} else {
prBody += `Agent task: ${message}`;
}
prBody += '\n\n---\n*This pull request was automatically created by Claude Code UI Agent.*';
prBody += '\n\n---\n*This pull request was automatically created by CloudCLI.ai Agent.*';
console.log(`📝 PR Title: ${prTitle}`);