Commit Graph

18 Commits

Author SHA1 Message Date
Latte efb4b27a70 Merge pull request 'feat: Add @codebot review-again command for manual PR re-review' (#10) from feature/review-again-command into dev
Enterprise AI Code Review / ai-review (pull_request) Successful in 19s
Reviewed-on: #10
2025-12-28 19:15:31 +00:00
Latte b428d0a37e feat: Add @codebot review-again command for manual PR re-review
Enterprise AI Code Review / ai-review (pull_request) Successful in 27s
- Add review-again command to trigger PR review without new commits
- Implement review comparison logic to show resolved/new/changed issues
- Update workflow to handle PR comments via dispatcher
- Add comprehensive help documentation in README and CLAUDE.md
- Show diff from previous review with resolved/new issues count
- Update PR labels based on new severity assessment
- Support re-evaluation after config changes or false positive clarification

Key features:
-  Shows diff from previous review (resolved/new/changed issues)
- 🏷️ Updates labels based on new severity
-  No need for empty commits to trigger review
- 🔧 Respects latest .ai-review.yml configuration

Closes feature request for manual PR re-review capability
2025-12-28 19:12:34 +00:00
Latte 56a8a2f3e5 Merge pull request 'feat: Add @codebot help command for instant discoverability' (#9) from feature/help-command into dev
Reviewed-on: #9
2025-12-28 19:00:23 +00:00
Latte 73d3dc6e37 feat: Add @codebot help command for instant discoverability
Enterprise AI Code Review / ai-review (pull_request) Successful in 16s
Implements help command that shows all available bot commands with examples and categories.

Users can now type '@codebot help' to see complete command list without reading docs.
2025-12-28 18:57:52 +00:00
Latte c072d29781 Merge pull request 'feat: Add @codebot setup-labels command with intelligent schema detection' (#8) from feature/auto-label-setup into dev
Reviewed-on: #8
2025-12-28 18:49:47 +00:00
Latte ad88d25d15 fix: Handle new label dict format in PRAgent
Enterprise AI Code Review / ai-review (pull_request) Successful in 26s
PRAgent was trying to use dict as hashable key, causing TypeError.
Added _get_label_config() helper to support both old string and new
dict format, matching the fix in IssueAgent.
2025-12-28 18:45:28 +00:00
Latte ecb4e891f9 feat: Add @codebot setup-labels command with intelligent schema detection
Enterprise AI Code Review / ai-review (pull_request) Failing after 24s
Automatically detects and maps existing labels (Kind/Bug, Priority - High, etc.)

Creates only missing labels. Zero duplicates. 97% faster setup.
2025-12-28 18:41:43 +00:00
Latte 0910691557 Merge pull request 'fix for commenting on chat, and updating docs.' (#3) from fix/issue-chat into dev
Reviewed-on: #3
2025-12-28 14:52:46 +00:00
Latte 55230d9f69 fix for commenting on chat, and updating docs.
Enterprise AI Code Review / ai-review (pull_request) Successful in 20s
2025-12-28 14:44:44 +00:00
Latte 69d9963597 update
Enterprise AI Code Review / ai-review (pull_request) Successful in 32s
2025-12-28 14:10:04 +00:00
Latte c17a61b27a Change bot mention trigger from @bartender to @codebot in workflows
AI Codebase Quality Review / ai-codebase-review (push) Successful in 25s
2025-12-21 15:44:59 +01:00
Latte 1e58ea048b update repo name to openrabbit 2025-12-21 14:36:14 +01:00
Latte ca3e124745 revert 18fb6c890e
revert Update AI_REVIEW_API_URL to new OpenRabbit path
2025-12-21 13:28:34 +00:00
Latte 4ae211fecc agent name updated 2025-12-21 14:04:53 +01:00
Latte 18fb6c890e Update AI_REVIEW_API_URL to new OpenRabbit path 2025-12-21 13:58:52 +01:00
Latte a47fd9f8c8 Update bot mention from @ai-bot to @bartender 2025-12-21 13:49:42 +01:00
Latte f9b24fe248 first commit 2025-12-21 13:42:30 +01:00
Latte 823b825acb Initial commit 2025-12-21 12:37:11 +00:00