Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 00fa1d3

Browse files
author
Howon Lee
committed
reference
1 parent 4aed002 commit 00fa1d3

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ We're excited to announce that two new static analysis tools are now supported o
2222
We're excited to announce our new unit test generation feature, for early access! CodeRabbit can now automatically generate unit tests for your code changes.
2323

2424
Key capabilities:
25+
2526
- **Intelligent Test Generation**: Automatically creates unit tests that cover edge cases, error scenarios, and core functionality
2627
- **Context-Aware**: Generates tests that understand your existing codebase patterns and testing conventions
2728
- **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.

docs/reference/review-commands.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +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 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 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 |
3637

3738
## Agentic chat commands
3839

0 commit comments

Comments
 (0)