-
Notifications
You must be signed in to change notification settings - Fork 45
update fix with ai agents list #455
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
Conversation
Deploying coderabbit-docs with
|
Latest commit: |
f7b7cf8
|
Status: | ✅ Deploy successful! |
Preview URL: | https://09226725.coderabbit-docs.pages.dev |
Branch Preview URL: | https://add-agents.coderabbit-docs.pages.dev |
WalkthroughThe documentation for the "Agent Type" setting in the CodeRabbit VSCode extension was updated to include hyperlinks to official sources for multiple AI agent integrations. New agent types were added, some were reordered, and descriptions were standardized to mention installation requirements and manual start for Cursor under the "Native" option. No code or exported entity changes occurred. Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
✨ Finishing Touches🧪 Generate unit tests
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
docs/guides/config-vscode.md (1)
39-45
: Consider alphabetising the agent list for quicker scanningThe sequence after “OpenCode” switches to
Cline → Roo → Kilo Code → Augment Code
, which breaks alphabetical order. Re-ordering (Augment Code, Cline, Kilo Code, Roo) would make the list easier to skim and find an entry.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
docs/guides/config-vscode.md
(1 hunks)
🧰 Additional context used
🧠 Learnings (1)
docs/guides/config-vscode.md (1)
Learnt from: aravindputrevu
PR: coderabbitai/coderabbit-docs#402
File: docs/guides/setup-best-practices.md:21-21
Timestamp: 2025-06-18T09:22:07.198Z
Learning: The word "CodeRabbit" should always have both C and R capitalized (not "coderabbit", "Coderabbit", or "CoderabbitAI"). The correct format is "CodeRabbit" and "CodeRabbitAI" for the service account. Proactively correct this capitalization in review comments when contributors mistype it.
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: Cloudflare Pages
🔇 Additional comments (1)
docs/guides/config-vscode.md (1)
33-38
: External URLs Verified – Confirm CLI NamesAll three links return HTTP 200. Please verify that each target page provides installation or download instructions for the CLI programs named exactly
claude
,codex
, andopencode
, respectively, and that users can invoke those commands as shown:
- https://www.anthropic.com/claude-code →
claude
- https://github.com/openai/codex →
codex
- https://opencode.ai →
opencode
If any CLI has a different package name or invocation syntax, update the doc to match.
No description provided.