From c9b97ec7664789b4cba4c67ae7b962fbbe054404 Mon Sep 17 00:00:00 2001 From: Samir Alibabic Date: Tue, 3 Mar 2026 13:02:22 +0100 Subject: [PATCH 1/2] docs: add opencode-rexd-target plugin to ecosystem --- 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 055daf14193d..35dc15ea202b 100644 --- a/packages/web/src/content/docs/ecosystem.mdx +++ b/packages/web/src/content/docs/ecosystem.mdx @@ -48,6 +48,7 @@ You can also check out [awesome-opencode](https://github.com/awesome-opencode/aw | [octto](https://github.com/vtemian/octto) | Interactive browser UI for AI brainstorming with multi-question forms | | [opencode-background-agents](https://github.com/kdcokenny/opencode-background-agents) | Claude Code-style background agents with async delegation and context persistence | | [opencode-notify](https://github.com/kdcokenny/opencode-notify) | Native OS notifications for OpenCode – know when tasks complete | +| [opencode-rexd-target](https://github.com/samiralibabic/opencode-rexd-target) | Route OpenCode tools to remote REXD targets over SSH with local fallback, PTY support, and patch/edit routing | | [opencode-workspace](https://github.com/kdcokenny/opencode-workspace) | Bundled multi-agent orchestration harness – 16 components, one install | | [opencode-worktree](https://github.com/kdcokenny/opencode-worktree) | Zero-friction git worktrees for OpenCode | | [opencode-sentry-monitor](https://github.com/stolinski/opencode-sentry-monitor) | Trace and debug your AI agents with Sentry AI Monitoring | From f2d8c701e69bfc4bf01f4cd6f338dfb00cee2576 Mon Sep 17 00:00:00 2001 From: Samir Alibabic Date: Tue, 3 Mar 2026 13:16:42 +0100 Subject: [PATCH 2/2] docs(ecosystem): clarify what REXD means --- 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 35dc15ea202b..60533f6b214c 100644 --- a/packages/web/src/content/docs/ecosystem.mdx +++ b/packages/web/src/content/docs/ecosystem.mdx @@ -48,7 +48,7 @@ You can also check out [awesome-opencode](https://github.com/awesome-opencode/aw | [octto](https://github.com/vtemian/octto) | Interactive browser UI for AI brainstorming with multi-question forms | | [opencode-background-agents](https://github.com/kdcokenny/opencode-background-agents) | Claude Code-style background agents with async delegation and context persistence | | [opencode-notify](https://github.com/kdcokenny/opencode-notify) | Native OS notifications for OpenCode – know when tasks complete | -| [opencode-rexd-target](https://github.com/samiralibabic/opencode-rexd-target) | Route OpenCode tools to remote REXD targets over SSH with local fallback, PTY support, and patch/edit routing | +| [opencode-rexd-target](https://github.com/samiralibabic/opencode-rexd-target) | Route OpenCode tools to remote servers running [REXD](https://github.com/samiralibabic/rexd) (Remote Execution Daemon) over SSH with local fallback, PTY support, and patch/edit routing | | [opencode-workspace](https://github.com/kdcokenny/opencode-workspace) | Bundled multi-agent orchestration harness – 16 components, one install | | [opencode-worktree](https://github.com/kdcokenny/opencode-worktree) | Zero-friction git worktrees for OpenCode | | [opencode-sentry-monitor](https://github.com/stolinski/opencode-sentry-monitor) | Trace and debug your AI agents with Sentry AI Monitoring |