From 26ef6afdc6fe10e6d9603bbce77e46c75372eadf Mon Sep 17 00:00:00 2001 From: hohuyblon-stack Date: Mon, 10 Aug 2026 21:46:42 +0700 Subject: [PATCH] ci: verify Codex plugin discovery --- .github/workflows/pull-request-ci.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-ci.yml b/.github/workflows/pull-request-ci.yml index 573de45..00d773b 100644 --- a/.github/workflows/pull-request-ci.yml +++ b/.github/workflows/pull-request-ci.yml @@ -35,7 +35,7 @@ jobs: run: npm ci - name: Install Codex CLI - run: npm install -g @openai/codex@0.145.0 + run: npm install -g @openai/codex@0.147.0 - name: Check release versions run: npm run check-version @@ -49,5 +49,15 @@ jobs: codex plugin marketplace add . --json codex plugin add cc-plugin-codex@cc-plugin-codex --json + - name: Verify Codex plugin discovery + if: matrix.node == '22' + uses: builtbyhuy/codex-plugin-check@562567df8926082eb29f940ff1e84957ecd96a38 + with: + marketplace-root: . + plugin: cc-plugin-codex + codex-version: 0.147.0 + isolation: env + output: ${{ runner.temp }}/codex-plugin-conformance.json + - name: Run test suite run: npm test