You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*See the AI reviewer providing detailed code analysis with specific suggestions and line-by-line feedback, plus real-time Discord notifications for review status updates.*
34
+
**CLI:**
35
+

36
+
37
+
*See the AI reviewer providing detailed code analysis with specific suggestions and line-by-line feedback, plus real-time Discord notifications showing AI model information for review status updates.*
33
38
34
39
## π Features
35
40
36
41
-**Multi-Provider AI Support**: OpenAI GPT-4, Anthropic Claude, Google Gemini, DeepSeek, OpenRouter, xAI Grok, Groq, and Z.ai
@@ -237,7 +242,12 @@ You can define custom reviewer personas with your own prompts:
237
242
238
243
### Comment Attribution
239
244
240
-
AI review comments appear with the GitHub Actions bot identity. The author attribution is automatically handled by GitHub based on the token used for authentication.
245
+
AI review comments appear with the GitHub Actions bot identity and include AI model information. The author attribution is automatically handled by GitHub based on the token used for authentication.
246
+
247
+
**Example comment attribution:**
248
+
```
249
+
*Reviewed by π€ (senior-engineer) using openai/gpt-4*
250
+
```
241
251
242
252
**Note:** The `author` configuration option was removed as GitHub's API doesn't support custom author association for review comments. Comments will appear as coming from the authenticated user/bot associated with the `GITHUB_TOKEN`.
243
253
@@ -287,8 +297,8 @@ The system automatically excludes common build artifacts and dependencies:
287
297
3.**File Analysis**: System identifies changed files, applies comprehensive exclusion filters
288
298
4.**AI Processing**: Code is chunked if needed and sent to configured AI model
289
299
5.**Review Generation**: AI analyzes code using specified persona and generates comments
290
-
6. **Comment Posting**: Inline and general comments posted to GitHub PR
291
-
7. **Notification**: Discord webhook sends status updates (if configured)
300
+
6.**Comment Posting**: Inline and general comments posted to GitHub PR with AI model attribution
301
+
7.**Notification**: Discord webhook sends status updates with AI model information (if configured)
292
302
293
303
## π§ Action Inputs
294
304
@@ -333,7 +343,7 @@ Settings are applied in this priority order (highest to lowest):
0 commit comments