Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commit221fccd

Browse files
howonleeHowon Lee
and
Howon Lee
authored
Add a note we do sandbox executions (#282)
note on executionCo-authored-by: Howon Lee <howon@coderabbit.ai>
1 parentb18416a commit221fccd

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

‎docs/guides/agent_chat.md‎

Lines changed: 2 additions & 0 deletions
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‎

Lines changed: 2 additions & 0 deletions
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/tools/tools.md‎

Lines changed: 2 additions & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp