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
description: Learn how CodeRabbit works in a pull request review.
2
+
title: CodeRabbit Roadmap
3
+
sidebar_label: Roadmap
4
+
description: Technical roadmap and upcoming features for CodeRabbit
5
5
sidebar_position: 12
6
6
---
7
7
8
-
# Future Development
8
+
# CodeRabbit Roadmap
9
9
10
-
We are actively iterating and refining CodeRabbit, and this is a sneak peek into the upcoming milestones and releases. We are focused on making the Applied AI review better than the median manual review. In addition to that, we are looking at a holistic user experience with various integrations and types of reviews.
10
+
> CodeRabbit aims to exceed the quality of manual code reviews through applied AI. Here's our technical roadmap focusing on core improvements and integrations.
11
11
12
-
## Applied AI Improvements
12
+
## AI Review Engine
13
13
14
-
We are actively trying to make the application of Generative AI more useful, relevant, meaningful for the coder and reviewer journey. Our immediate focus is
14
+
### Context Understanding
15
+
- Deep parsing of repository structure and dependencies
16
+
- Improved detection of architectural patterns
17
+
- Enhanced framework-specific analysis for React, Next.js, and other major frameworks
15
18
16
-
### Accuracy and Conciseness Enhancements
19
+
### Code Analysis
20
+
- Static analysis integration with popular linters
21
+
- Advanced type checking for TypeScript codebases
22
+
- Security vulnerability scanning with OWASP guidelines
17
23
18
-
- Refining knowledge base context understanding
19
-
- Implementing advanced summarization techniques
20
-
- Implementing a knowledge base feature library
24
+
### Response Quality
25
+
- Concise, actionable review comments
26
+
- Automated code suggestions with proper typing
27
+
- Performance impact analysis of changes
21
28
22
-
### Learning Refinements
29
+
##CI/CD Integration
23
30
24
-
- We have made significant improvement of the learning Enhancing reinforcement learning based on the user feedback
31
+
>We are integrating various tool chains to enable coders and reviewers to have a consistent experience irrespective of the tools. The immediate tools would be:
25
32
26
-
## New Feature Enhancements
33
+
- CircleCI
34
+
- Jenkins
27
35
28
-
### Expanded Integrations
36
+
##Team Collaboration
29
37
30
-
We are integrating various tool chains to enable coders and reviewers to have a consistent experience irrespective of the tools. The immediate tools would be:
38
+
### Chat Integration
31
39
32
-
-**Circle CI**
33
-
-**Jenkins**
40
+
> Communication and the user experience of review via various communication tools will be key.
34
41
35
-
### Communication Tool Integrations
36
-
37
-
Communication and the user experience of review via various communication tools will be key. We will start with integrations to Slack and Microsoft Teams and will be diving into the design engineering of these flows further:
42
+
We will start with integrations to Slack and Microsoft Teams and will be diving into the design engineering of these flows further:
38
43
39
44
-**Slack**: Real-time notifications and interactive discussions
40
45
-**Microsoft Teams**: Code review conversations within the Microsoft ecosystem
41
46
42
-
### Enhanced Review Capabilities
43
47
44
-
These are additional capabilities that can also be reviewed in the same PR to accelerate the coder and reviewer journey. This includes pipeline failure analysis and resolution, as well as vulnerability assessment.
48
+
### Review Workflow
49
+
50
+
> These are additional capabilities that can also be reviewed in the same PR to accelerate the coder and reviewer journey. This includes pipeline failure analysis and resolution, as well as vulnerability assessment.
51
+
52
+
- Automated review assignment
53
+
- Blocking checks configuration
54
+
- Custom review rules per repository
45
55
46
56
#### Pipeline Failure Analysis
47
57
@@ -56,3 +66,12 @@ Finishing touches are about experience that often take developers time away from
56
66
> Disclaimer: any product roadmap features mentioned below are only meant to outline
57
67
> our general product direction. This documentation is for informational purposes
58
68
> only and may not be incorporated into any contract.
69
+
70
+
## Feedback
71
+
72
+
We actively use developer feedback to prioritize our roadmap. Join our community:
0 commit comments