Skip to content

Agent chat docs #248

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Mar 12, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
more poking
  • Loading branch information
Howon Lee committed Mar 12, 2025
commit 386b664c1179f4cbaeae63f2f14b55206d3e0b00
10 changes: 5 additions & 5 deletions docs/guides/agent_chat.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ CodeRabbit Chat is a powerful pull-request-specific assistant designed to stream

## Invocation

To invoke CodeRabbit Chat, simply comment on a pull request using the handle @coderabbitai without any explicit command. The permission flow for the chat is the same as the deterministic CodeRabbit commands // some crap about commands
To invoke CodeRabbit Chat, simply comment on a pull request using the handle `@coderabbitai` without any explicit command (so without the [explicit CodeRabbit commands](./commands.md)) in plain natural language.

Upon being invoked, CodeRabbit processes your request and responds with the necessary assistance. This assistance may entail generating scripts, updating issue tracking systems, offering detailed code suggestions, or even submitting an entire pull request.
The permission flow for the chat is the same as the deterministic CodeRabbit commands.

Upon being invoked, CodeRabbit processes your request and responds with the necessary assistance. This assistance may entail generating scripts, updating issue tracking systems, offering detailed code suggestions, or even submitting an entire pull request (with your consent).

## Features

Expand All @@ -39,9 +41,7 @@ CodeRabbit Chat integrates real-time web search capabilities, enabling it to fet

### Jira and Linear Integration

CodeRabbit Chat is integrated with Jira and Linear.

// link to authing it
CodeRabbit Chat can deal with existing issue tracking system integrations in order to integrate with your existing issues. For details on setting up issue tracking integrations, see our [Issue Integrations](../integrations/issue-integrations.md) guide.

### Learnings Integration

Expand Down