feat: add Codex plugin support#30
Merged
Merged
Conversation
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
概要
Codex でもこの marketplace の各 plugin を利用できるように、Codex 用 marketplace と各 plugin manifest を追加しました。
関連 Issue
なし
対象プラグイン
変更の種類
変更内容
.agents/plugins/marketplace.jsonを追加.codex-plugin/plugin.jsonを追加動作確認
/plugin marketplace add /path/to/repo) で読み込めることを確認したcodex plugin marketplace add /path/to/repo) で読み込めることを確認したmarketplace.json/plugin.jsonの JSON 構文が壊れていないことを確認した確認手順:
python3 /Users/t.kobayashi/.codex/skills/.system/plugin-creator/scripts/validate_plugin.py plugins/tech-docspython3 /Users/t.kobayashi/.codex/skills/.system/plugin-creator/scripts/validate_plugin.py plugins/quality-architectpython3 /Users/t.kobayashi/.codex/skills/.system/plugin-creator/scripts/validate_plugin.py plugins/model-strategybash scripts/verify-versions.shshellcheck -S warning -x scripts/**/*.shjq empty .agents/plugins/marketplace.json plugins/*/.codex-plugin/plugin.json plugins/*/.claude-plugin/plugin.json .claude-plugin/marketplace.jsongit diff --checkbash -n scripts/lib/version.sh scripts/verify-versions.sh scripts/release-prepare.shcodex plugin --helpcodex plugin marketplace add --helpcodex plugin add --helpチェックリスト
plugin.json/marketplace.jsonを更新した補足
Codex CLI の設定変更を伴う実際の
codex plugin marketplace addは実行せず、CLI の該当コマンドと manifest validator で確認しています。