forked from openai/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
41 lines (41 loc) · 1.29 KB
/
Copy pathplugin.json
File metadata and controls
41 lines (41 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "coderabbit",
"version": "1.1.0",
"description": "AI-powered code review in Codex, powered by CodeRabbit.",
"author": {
"name": "CodeRabbit AI",
"email": "[email protected]",
"url": "https://coderabbit.ai"
},
"homepage": "https://docs.coderabbit.ai/cli/overview",
"repository": "https://github.com/coderabbitai/codex-plugin",
"license": "MIT",
"keywords": [
"code-review",
"ai",
"coderabbit",
"codex"
],
"skills": "./skills/",
"interface": {
"displayName": "CodeRabbit",
"shortDescription": "Run AI-powered code review for your current changes",
"longDescription": "Run CodeRabbit review workflows in Codex to inspect diffs, surface actionable findings, and turn review output into follow-up fixes.",
"developerName": "CodeRabbit",
"category": "Coding",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://coderabbit.ai",
"privacyPolicyURL": "https://www.coderabbit.ai/privacy-policy",
"termsOfServiceURL": "https://www.coderabbit.ai/terms-of-service",
"brandColor": "#FF570A",
"composerIcon": "./assets/coderabbit-small.png",
"logo": "./assets/coderabbit.png",
"defaultPrompt": [
"Review my current changes and provide feedback"
],
"screenshots": []
}
}