You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Codex plugin currently requires an API-key environment variable and a separately installed CLI. Align it with the Claude plugin: use MCP OAuth discovery and bundle the exact npm greptile@3.5.2 artifact.
Replace check-pr, cli-review, and greploop with small login and review skills, the Codex equivalents of Claude’s command prompts. Update both READMEs, rename the marketplace to greptile-plugin while keeping the plugin name greptile, and bump the plugin to 0.2.0.
Validation: plugin and skill validators pass; all CLI Check and MCP Check shell steps pass locally, including npm byte equality, relocated login/review help, the public OAuth challenge, and all 19 documented MCP tools. Browser OAuth completion and a paid review have not been exercised.
Existing users of greptile-codex-plugins need to remove the old plugin/marketplace registration, add greptileai/codex-plugin, and install greptile@greptile-plugin.
Aligns the Codex plugin with Greptile’s OAuth-based MCP integration and bundles the pinned Greptile CLI.
Renames the repository and marketplace identifiers as intentionally requested and documents migration commands.
Replaces the prior PR-oriented skills with focused login and review skills.
Vendors greptile@3.5.2 and adds CI checks for provenance, relocated execution, OAuth discovery, and MCP tool documentation.
Updates plugin metadata and documentation for the separate CLI and MCP OAuth flows.
Confidence Score: 5/5 ·
The PR appears safe to merge with no outstanding findings.
No changes were made after the previous review, so there are no new regressions to report. The workflow-style finding was manually resolved without explanation. ravern explained that the marketplace rename is an intentional owner-requested breaking change with migration documentation, accepted that behavior as-is, and resolved the thread.
Please review the current requirements: the repository rename to codex-plugin and marketplace rename to greptile-plugin are intentional owner requests, with migration documented.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Codex plugin currently requires an API-key environment variable and a separately installed CLI. Align it with the Claude plugin: use MCP OAuth discovery and bundle the exact npm
greptile@3.5.2artifact.Replace
check-pr,cli-review, andgreploopwith smallloginandreviewskills, the Codex equivalents of Claude’s command prompts. Update both READMEs, rename the marketplace togreptile-pluginwhile keeping the plugin namegreptile, and bump the plugin to 0.2.0.Validation: plugin and skill validators pass; all CLI Check and MCP Check shell steps pass locally, including npm byte equality, relocated login/review help, the public OAuth challenge, and all 19 documented MCP tools. Browser OAuth completion and a paid review have not been exercised.
Existing users of
greptile-codex-pluginsneed to remove the old plugin/marketplace registration, addgreptileai/codex-plugin, and installgreptile@greptile-plugin.