Skip to content

Commit dee3668

Browse files
authored
Merge branch 'main' into nit/changelog-brokelink
2 parents 4683ca8 + 67f64ed commit dee3668

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

docs/guides/agent_chat.md

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ Upon being invoked, CodeRabbit processes your request and responds with the nece
2929

3030
CodeRabbit Chat can automatically generate scripts in various programming languages (mainly shell scripting) to answer questions about your codebase. If incorrect or non-running or non-germane shell scripts are created, CodeRabbit goes and tries again, and the whole script iteration process will be displayed to you in an Analysis Flow.
3131

32+
All scripts are run in a secure sandboxed execution environment.
33+
3234
### Web Search
3335

3436
CodeRabbit Chat integrates real-time web search capabilities, enabling it to fetch up-to-date information to support its responses. The CodeRabbit Chat response will indicate this if it decides to search the web to answer your query.

docs/guides/issue-chat.md

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ When [agentic thought chain](./agent_chat.md) is enabled, CodeRabbit will use an
6262

6363
![Agentic Thought Chain Example](../../static/img/guides/agentic-thought-chain.png)
6464

65+
All scripts run in the Agentic Thought Chain are run in a secure sandboxed execution environment.
66+
6567
### Feature Planning Support
6668

6769
Issue chat is particularly valuable during feature planning phases:

docs/guides/review-instructions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sidebar_position: 2
1111
The guide explains how to add custom review instructions for the entire project.
1212
Also, see the guide on how to [configure CodeRabbit](/getting-started/configure-coderabbit).
1313

14-
### Path-based instructions {#path-based}
14+
## Path-based instructions {#path-based}
1515

1616
This section explains how to add custom code review instructions for the entire
1717
project or specific file paths in your project using glob patterns. Developers

docs/tools/tools.md

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';
1313

1414
CodeRabbit supports various linters and security analysis tools to improve the code review process. The output of these tools is used to enhance the feedback provided by CodeRabbit, making it possible to provide 1-click fixes for common issues.
1515

16+
All tool runs are done in a secure sandboxed execution environment.
17+
1618
## Enabling/Disabling Tools
1719

1820
You can enable or disable tools by setting `reviews.tools.<tool>.enabled` in your project's `.coderabbit.yaml` file or setting the "Review → Tools → Tool → Enabled" field in CodeRabbit's settings page.

0 commit comments

Comments
 (0)