Skip to content
Merged
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
2 changes: 1 addition & 1 deletion plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "awesome-codex-plugins",
"version": "1.0.0",
"last_updated": "2026-03-31",
"total": 26,
"total": 27,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

high

The total count has been updated to 27, but the corresponding entry for "Agent Message Queue" is missing from the plugins array in this pull request. This results in an inconsistent state where the metadata does not match the actual number of plugins.

Additionally, plugins.json is a generated file (see scripts/generate_plugins_json.py). Manually updating it bypasses the source of truth in README.md and will likely lead to these changes being overwritten during the next build or regeneration process. The recommended workflow is to update the README.md first and then run the regeneration script to ensure both files are consistent and correctly formatted.

"categories": [
"Development & Workflow",
"Tools & Integrations"
Expand Down
Loading