Skip to content

Commit e887fb0

Browse files
committed
Merge branch 'main' into kb-selfhosted
2 parents 19232c8 + bb84d3f commit e887fb0

File tree

6 files changed

+20
-14
lines changed

6 files changed

+20
-14
lines changed

docs/changelog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ description: The latest updates and changes to CodeRabbit.
55
sidebar_position: 13
66
---
77

8+
## July 23, 2025
9+
10+
### ⚡️ Unit Test Generation - Beta
11+
12+
CodeRabbit's unit test generation is now available in Beta! Automatically generate comprehensive unit tests for your code changes, ensuring better test coverage and catching edge cases you might miss. Our AI analyzes your code structure and creates tests that follow best practices and your project's testing patterns. Learn more [here](https://docs.coderabbit.ai/finishing-touches/unit-test-generation), or just try it under ✨ Finishing Touches.
13+
814
## July 17, 2025
915

1016
### Enhanced Reporting Capabilities
@@ -97,7 +103,7 @@ Key capabilities:
97103

98104
- **Intelligent Test Generation**: Automatically creates unit tests that cover edge cases, error scenarios, and core functionality
99105
- **Context-Aware**: Generates tests that understand your existing codebase patterns and testing conventions
100-
- **One-Click Integration**: Simply comment `@coderabbitai auto-generate unit tests` on any pull request or specific file, or click on the checkbox available in the walkthrough comment for Early Access customers.
106+
- **One-Click Integration**: Simply comment `@coderabbitai generate unit tests` on any pull request or specific file, or click on the checkbox available in the walkthrough comment for Early Access customers.
101107

102108
You can customize the generated tests to fit your specific requirements.
103109

docs/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ In-trial and open-source plans have lower rate limits than the paid plan. In all
203203

204204
:::
205205

206-
The following limits enforced _per developer_:
206+
The following limits are enforced _per developer_:
207207

208208
| Feature | Free Plan | Trial Plan | OSS Plan | Pro/Lite Plan |
209209
| -------------------------------- | ------------------------------------------ | --------------------------------- | ----------------------------- | ----------------------------- |

docs/finishing-touches/unit-test-generation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';
1010
```
1111

1212
:::warning
13-
This feature is [experimental](/early-access#experiments).
13+
This feature is in beta.
1414
:::
1515

1616
# Unit Test Generation
1717

1818
Unit Test Generation is part of the [finishing touches](/future-development#finishing-touches).
1919

20-
Unit Test Generation is an Early Access Experimental feature.
21-
2220
## Usage
2321

24-
Once you are done with your pull request and its reviews, you may want to perform finishing touches to your code, such as adding unit tests. You can request CodeRabbit to generate unit tests by typing `@coderabbitai auto-generate unit tests` in a comment under that pull request or by clicking a checkbox under **Generate Unit Tests** in the CodeRabbit Walkthrough.
22+
![Unit Test Generation](/img/finishing-touches/utg.gif)
23+
24+
Once you are done with your pull request and its reviews, you may want to perform finishing touches to your code, such as adding unit tests. You can request CodeRabbit to generate unit tests by typing `@coderabbitai generate unit tests` in a comment under that pull request or by clicking a checkbox under **Generate Unit Tests** in the CodeRabbit Walkthrough.
2525

2626
Once sent, CodeRabbit will perform the following actions:
2727

docs/reference/review-commands.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ CodeRabbit through chat, see [Interact with CodeRabbit reviews](/guides/code-rev
2929

3030
## Documentation commands
3131

32-
| Command | Description | Use Case |
33-
| ---------------------------------------- | -------------------------------------------- | --------------------------------------------------- |
34-
| `@coderabbitai generate docstrings` | Generates docstrings for functions in the PR | When you need automatic documentation for your code |
35-
| `@coderabbitai auto-generate unit tests` | Generates unit tests for the PR | When you need automatic unit testing for your code |
36-
| `@coderabbitai configuration` | Shows current CodeRabbit settings | When you need to check or export your configuration |
32+
| Command | Description | Use Case |
33+
| ----------------------------------- | -------------------------------------------- | --------------------------------------------------- |
34+
| `@coderabbitai generate docstrings` | Generates docstrings for functions in the PR | When you need automatic documentation for your code |
35+
| `@coderabbitai generate unit tests` | Generates unit tests for the PR | When you need automatic unit testing for your code |
36+
| `@coderabbitai configuration` | Shows current CodeRabbit settings | When you need to check or export your configuration |
3737

3838
## Agentic chat commands
3939

static/img/finishing-touches/utg.gif

15.5 MB
Loading

static/schema/schema.v2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@
615615
"enabled": {
616616
"type": "boolean",
617617
"default": true,
618-
"description": "Enable Biome | Biome is a fast formatter, linter, and analyzer for web projects. | Enable Biome integration. | v1.9.4"
618+
"description": "Enable Biome | Biome is a fast formatter, linter, and analyzer for web projects. | Enable Biome integration. | v2.1.2"
619619
}
620620
},
621621
"additionalProperties": false,
@@ -716,7 +716,7 @@
716716
"enabled": {
717717
"type": "boolean",
718718
"default": true,
719-
"description": "Enable golangci-lint | golangci-lint is a fast linters runner for Go. | Enable golangci-lint integration. | v1.64.8"
719+
"description": "Enable golangci-lint | golangci-lint is a fast linters runner for Go. | Enable golangci-lint integration. | v2.2.2"
720720
},
721721
"config_file": {
722722
"type": "string",
@@ -897,7 +897,7 @@
897897
"enabled": {
898898
"type": "boolean",
899899
"default": true,
900-
"description": "Enable Semgrep | Semgrep is a static analysis tool designed to scan code for security vulnerabilities and code quality issues. | Enable Semgrep integration. | v1.122.0"
900+
"description": "Enable Semgrep | Semgrep is a static analysis tool designed to scan code for security vulnerabilities and code quality issues. | Enable Semgrep integration. | v1.128.1"
901901
},
902902
"config_file": {
903903
"type": "string",

0 commit comments

Comments
 (0)