Skip to content

Commit c6df78e

Browse files
authored
chore: align Codex plugin description and version with Claude (#7)
* docs: align Codex plugin description with Claude * chore: align Codex plugin version with Claude
1 parent 1757466 commit c6df78e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

chatgpt-app-submission.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"app_info": {
55
"display_name": "Greptile",
66
"subtitle": "Review code and PR feedback",
7-
"description": "Read Greptile review results, request reviews of GitHub pull requests and GitLab merge requests, manage saved review rules, and search repository knowledge bases. Explore review activity and findings with analytics. In Codex, the bundled CLI can also review a local working branch; it requires Node.js 22 or later and a local Git checkout. CLI and MCP authentication are separate.",
7+
"description": "AI code review agent for GitHub and GitLab. View Greptile's PR review comments, run reviews on your working branch, and search your organization's knowledge base and coding patterns, directly from Codex.",
88
"category": "DEVELOPER_TOOLS"
99
},
1010
"tools": {

plugins/greptile/.codex-plugin/plugin.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "greptile",
3-
"version": "0.2.0",
4-
"description": "Review your working branch, read Greptile review results, and search your organizations knowledge base from Codex.",
3+
"version": "1.2.3",
4+
"description": "AI code review agent for GitHub and GitLab. View Greptile's PR review comments, run reviews on your working branch, and search your organization's knowledge base and coding patterns, directly from Codex.",
55
"author": {
66
"name": "Greptile",
77
"url": "https://www.greptile.com/"
@@ -19,8 +19,8 @@
1919
"mcpServers": "./.mcp.json",
2020
"interface": {
2121
"displayName": "Greptile",
22-
"shortDescription": "Review code and explore Greptile feedback",
23-
"longDescription": "Review your working branch, read Greptile review results, and search your organizations knowledge base from Codex.",
22+
"shortDescription": "AI code review for GitHub and GitLab",
23+
"longDescription": "AI code review agent for GitHub and GitLab. View Greptile's PR review comments, run reviews on your working branch, and search your organization's knowledge base and coding patterns, directly from Codex.",
2424
"developerName": "Greptile",
2525
"category": "Developer Tools",
2626
"capabilities": [

0 commit comments

Comments
 (0)