From 8a2262aca2ab14261bb81b8a2d69c688c4cc386a Mon Sep 17 00:00:00 2001 From: Roman <329079+romanr@users.noreply.github.com> Date: Wed, 13 May 2026 03:13:46 +1000 Subject: [PATCH 1/4] #64 Fix desktop instructions #64 Fix desktop instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d1168fb..b5f7210e 100644 --- a/README.md +++ b/README.md @@ -65,10 +65,10 @@ codex plugin install --source awesome-codex-plugins ``` **Desktop App / IDE Extension:** -1. Open Codex settings → Plugins → Marketplace Sources +1. Open Codex settings → Plugins → Next to search input click on menu and select → `+Add More...` 2. Add this URL: ``` - https://raw.githubusercontent.com/hashgraph-online/awesome-codex-plugins/main/.agents/plugins/marketplace.json + git@github.com:hashgraph-online/awesome-codex-plugins.git ``` 3. The curated plugin list appears as an available marketplace source. From 7d95a625f76d21c455bb5557fd7a2ec561faabfc Mon Sep 17 00:00:00 2001 From: Michael Kantor <6068672+kantorcodes@users.noreply.github.com> Date: Tue, 12 May 2026 20:22:47 -0700 Subject: [PATCH 2/4] Update README.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5f7210e..e1bf3338 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ codex plugin install --source awesome-codex-plugins 1. Open Codex settings → Plugins → Next to search input click on menu and select → `+Add More...` 2. Add this URL: ``` - git@github.com:hashgraph-online/awesome-codex-plugins.git + https://github.com/hashgraph-online/awesome-codex-plugins.git ``` 3. The curated plugin list appears as an available marketplace source. From f01780e14d3242945474706bef145ddd9b5bc19e Mon Sep 17 00:00:00 2001 From: Michael Kantor <6068672+kantorcodes@users.noreply.github.com> Date: Tue, 12 May 2026 20:23:38 -0700 Subject: [PATCH 3/4] Update README.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1bf3338..419b3e7c 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ codex plugin install --source awesome-codex-plugins ``` **Desktop App / IDE Extension:** -1. Open Codex settings → Plugins → Next to search input click on menu and select → `+Add More...` +1. Open Codex settings → Plugins → Next to search input click on menu and select → `+Add More...` 2. Add this URL: ``` https://github.com/hashgraph-online/awesome-codex-plugins.git From e99b11b1941057ac9774fc0de97358b8b982281e Mon Sep 17 00:00:00 2001 From: Michael Kantor <6068672+kantorcodes@users.noreply.github.com> Date: Wed, 13 May 2026 07:30:17 -0400 Subject: [PATCH 4/4] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 419b3e7c..d6cad431 100644 --- a/README.md +++ b/README.md @@ -65,11 +65,16 @@ codex plugin install --source awesome-codex-plugins ``` **Desktop App / IDE Extension:** -1. Open Codex settings → Plugins → Next to search input click on menu and select → `+Add More...` +1. Open Codex settings → Plugins → Next to search plugins input click on menu and select → `+Add More...` +image + + 2. Add this URL: ``` https://github.com/hashgraph-online/awesome-codex-plugins.git ``` + image + 3. The curated plugin list appears as an available marketplace source. Each plugin entry includes a `source.path` pointing at a mirrored bundle under `./plugins/` in this repo, so installations are fast and reproducible without hitting upstream repos at install time.