From 321456d30c97277f9b525a3f867bf87a202c96e4 Mon Sep 17 00:00:00 2001 From: Jack Evans Date: Mon, 14 Sep 2026 16:58:37 +0800 Subject: [PATCH 1/3] Add opencode-chrome-annotation to ecosystem plugins --- packages/web/src/content/docs/ecosystem.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/web/src/content/docs/ecosystem.mdx b/packages/web/src/content/docs/ecosystem.mdx index 6c13b3004caf..cc8da602e0cc 100644 --- a/packages/web/src/content/docs/ecosystem.mdx +++ b/packages/web/src/content/docs/ecosystem.mdx @@ -55,6 +55,7 @@ You can also check out [awesome-opencode](https://github.com/awesome-opencode/aw | [opencode-jfrog-plugin](https://github.com/jfrog/opencode-jfrog-plugin) | JFrog Plugin for seamless integration of Opencode users to JFrog platform | | [opencode-goal-plugin](https://github.com/willytop8/OpenCode-goal-plugin) | Session-scoped `/goal` workflow that keeps objectives in context and auto-continues until complete | | [opencode-tavily](https://github.com/tavily-ai/opencode-tavily) | Web search, extraction, crawling, and deep research via the Tavily CLI | +| [opencode-chrome-annotation](https://github.com/jodusnodus/opencode-chrome-annotation) | Annotate pages in Chrome and send screenshots, element metadata, and instructions into OpenCode | --- From 578c846c696fad7e85cc26907f436cd7df392bdb Mon Sep 17 00:00:00 2001 From: Jack Evans Date: Mon, 14 Sep 2026 17:15:23 +0800 Subject: [PATCH 2/3] docs(web): point opencode-chrome-annotation at the maintained fork --- packages/web/src/content/docs/ecosystem.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/src/content/docs/ecosystem.mdx b/packages/web/src/content/docs/ecosystem.mdx index cc8da602e0cc..ccb3890bb726 100644 --- a/packages/web/src/content/docs/ecosystem.mdx +++ b/packages/web/src/content/docs/ecosystem.mdx @@ -55,7 +55,7 @@ You can also check out [awesome-opencode](https://github.com/awesome-opencode/aw | [opencode-jfrog-plugin](https://github.com/jfrog/opencode-jfrog-plugin) | JFrog Plugin for seamless integration of Opencode users to JFrog platform | | [opencode-goal-plugin](https://github.com/willytop8/OpenCode-goal-plugin) | Session-scoped `/goal` workflow that keeps objectives in context and auto-continues until complete | | [opencode-tavily](https://github.com/tavily-ai/opencode-tavily) | Web search, extraction, crawling, and deep research via the Tavily CLI | -| [opencode-chrome-annotation](https://github.com/jodusnodus/opencode-chrome-annotation) | Annotate pages in Chrome and send screenshots, element metadata, and instructions into OpenCode | +| [opencode-chrome-annotation](https://github.com/eagleeyejack/opencode-chrome-annotation) | Annotate pages in Chrome and queue element screenshots and instructions to send into OpenCode | --- From b8f4b1a6d9e612e1d0ad6ad4f396029213b82678 Mon Sep 17 00:00:00 2001 From: Jack Evans Date: Thu, 17 Sep 2026 20:57:44 +0800 Subject: [PATCH 3/3] docs(ecosystem): use published opencode-annotate name in plugins table --- packages/web/src/content/docs/ecosystem.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/src/content/docs/ecosystem.mdx b/packages/web/src/content/docs/ecosystem.mdx index ccb3890bb726..8bd7409971e0 100644 --- a/packages/web/src/content/docs/ecosystem.mdx +++ b/packages/web/src/content/docs/ecosystem.mdx @@ -55,7 +55,7 @@ You can also check out [awesome-opencode](https://github.com/awesome-opencode/aw | [opencode-jfrog-plugin](https://github.com/jfrog/opencode-jfrog-plugin) | JFrog Plugin for seamless integration of Opencode users to JFrog platform | | [opencode-goal-plugin](https://github.com/willytop8/OpenCode-goal-plugin) | Session-scoped `/goal` workflow that keeps objectives in context and auto-continues until complete | | [opencode-tavily](https://github.com/tavily-ai/opencode-tavily) | Web search, extraction, crawling, and deep research via the Tavily CLI | -| [opencode-chrome-annotation](https://github.com/eagleeyejack/opencode-chrome-annotation) | Annotate pages in Chrome and queue element screenshots and instructions to send into OpenCode | +| [opencode-annotate](https://github.com/eagleeyejack/opencode-chrome-annotation) | Annotate live running UI from Chrome: click an element, send screenshot, selector, instruction | ---