Skip to content

Commit 2c4c1b2

Browse files
Merge branch 'main' into feature/issue/160
2 parents c9e703b + 57bdf56 commit 2c4c1b2

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-0
lines changed

docs/changelog.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,24 @@ sidebar_position: 13
1111

1212
We're excited to announce enhanced support for Lua code analysis with [Luacheck](https://github.com/mpeterv/luacheck), a powerful static analyzer and linter for Lua code.
1313

14+
## May 14, 2025
15+
16+
### CodeRabbit for VS Code, Cursor, and Windsurf Is Here 🎉
17+
18+
We're thrilled to announce that CodeRabbit's AI code reviews have officially landed inside **VS Code and all its forks, including Cursor and Windsurf!** No more review bottlenecks or context switches: now you can get _instant, inline feedback right in your editor, completely free._
19+
20+
**Why you'll love it:**
21+
22+
- 📝 **Inline Code Reviews**: Senior-dev-level annotation on every line. CodeRabbit becomes your AI pair programmer, annotating staged & unstaged commits before you even open a PR.
23+
- 🚀 **Built for Flow, Not Friction**: Code, review, commit—rise & repeat without breaking your flow state. Reviews run automatically on every commit so you ship faster.
24+
- 🛠️ **Fix-with-AI**: One-Click Fix for quick tweaks; "Fix with AI" hands off more complex suggestions to your favorite coding agent, complete with full context.
25+
- 🧩 **Compatible with Cursor, Windsurf & Language-Agnostic**: Works out of the box on VS Code, Cursor, Windsurf. Supports Java, JavaScript, PHP, Python, TypeScript, Go, Ruby, and more.
26+
27+
Pair these IDE-embedded reviews with our deeper Git-platform reviews for a multi-layered approach that catches more bugs and cuts down overall review time.
28+
29+
- [Join the launch discussion on Discord](https://discord.com/channels/1134356397673414807/1145813948193575023/1372210767838842950)
30+
- [Install the CodeRabbit VSCode Extension](https://coderabbit.link/vscode)
31+
1432
## April 19, 2025
1533

1634
### Docstring Path Instructions

docs/reference/caching.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Caching
2+
3+
CodeRabbit provides caching capabilities for code and dependencies to accelerate the review process. This feature enhances your development workflow by delivering faster feedback.
4+
5+
## Security and Privacy
6+
7+
- Cached data is encrypted (except for OSS projects)
8+
- Cache expires after a maximum of one week
9+
- Cached data is used exclusively for speeding up reviews
10+
11+
## Configuration
12+
13+
You can opt out of caching in two ways:
14+
15+
1. **Disable Cache**: Configure `Review - Disable Cache` at either:
16+
17+
- Organization level
18+
- Repository level
19+
20+
2. **Disable Data Retention**: Turn off the `Data Retention` setting in your Organization Settings to disable all data retention across your organization.

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ const sidebars: SidebarsConfig = {
175175
"tools/yamllint",
176176
],
177177
},
178+
"reference/caching",
178179
],
179180
},
180181
{

0 commit comments

Comments
 (0)