From 7166c5c29fcf0e9c246536ae0f75a5932b921175 Mon Sep 17 00:00:00 2001 From: rymetry Date: Mon, 27 Jul 2026 22:29:03 +0900 Subject: [PATCH] fix: expose Webwright to Codex marketplace --- .agents/plugins/marketplace.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .agents/plugins/marketplace.json diff --git a/.agents/plugins/marketplace.json b/.agents/plugins/marketplace.json new file mode 100644 index 00000000..c2b1a211 --- /dev/null +++ b/.agents/plugins/marketplace.json @@ -0,0 +1,20 @@ +{ + "name": "webwright", + "interface": { + "displayName": "Webwright" + }, + "plugins": [ + { + "name": "webwright", + "source": { + "source": "local", + "path": "./" + }, + "policy": { + "installation": "AVAILABLE", + "authentication": "ON_INSTALL" + }, + "category": "Productivity" + } + ] +}