Skip to content
Open
Changes from all commits
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
3 changes: 1 addition & 2 deletions plugin-src/codex/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ code review with Sentry context, and monitoring configuration.
## Install

```bash
codex plugin marketplace add getsentry/plugin-codex
codex plugin add sentry@sentry-plugin-marketplace
codex plugin add sentry@openai-curated
```

Comment on lines +16 to 18

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: The updated installation command codex plugin add sentry@openai-curated in the README is likely incorrect, as the plugin's marketplace configuration still points to sentry-plugin-marketplace.
Severity: MEDIUM

Suggested Fix

Either update the README.md to use the correct, existing installation command referencing sentry-plugin-marketplace, or update the project's configuration and CI/CD pipeline to properly publish the plugin to the openai-curated marketplace to match the new documentation.

Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent. Verify if this is a real issue. If it is, propose a fix; if not, explain why it's
not valid.

Location: plugin-src/codex/README.md#L16-L18

Potential issue: The `README.md` for the Codex plugin was updated with a new
installation command: `codex plugin add sentry@openai-curated`. However, the plugin's
configuration in `plugin-src/codex/marketplace.json` still defines the marketplace as
`sentry-plugin-marketplace`. There is no evidence in the repository that the plugin is
configured, built, or published to an `openai-curated` marketplace. Users following the
new instructions will likely encounter an error because the plugin is not available from
the specified marketplace, making the documentation misleading and the installation
process non-functional.

Did we get this right? 👍 / 👎 to inform future reviews.

## What's included
Expand Down
Loading