diff options
| author | ben <[email protected]> | 2026-01-03 23:08:14 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-04 01:08:14 -0600 |
| commit | 4d7d28c30af343cc8f7b7144b132b9e7779952c7 (patch) | |
| tree | a60653725eb579fbeb552121a32b74ff85e92300 | |
| parent | 96a00ffea99d2816f513e362e11add5425becbd4 (diff) | |
| download | opencode-4d7d28c30af343cc8f7b7144b132b9e7779952c7.tar.gz opencode-4d7d28c30af343cc8f7b7144b132b9e7779952c7.zip | |
docs: Add opencode-scheduler plugin to ecosystem (#6804)
Co-authored-by: Benjamin Shafii <[email protected]>
| -rw-r--r-- | packages/web/src/content/docs/ecosystem.mdx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/web/src/content/docs/ecosystem.mdx b/packages/web/src/content/docs/ecosystem.mdx index 685b0558f..8e48341f3 100644 --- a/packages/web/src/content/docs/ecosystem.mdx +++ b/packages/web/src/content/docs/ecosystem.mdx @@ -39,6 +39,7 @@ You can also check out [awesome-opencode](https://github.com/awesome-opencode/aw | [opencode-supermemory](https://github.com/supermemoryai/opencode-supermemory) | Persistent memory across sessions using Supermemory | | [@plannotator/opencode](https://github.com/backnotprop/plannotator/tree/main/apps/opencode-plugin) | Interactive plan review with visual annotation and private/offline sharing | | [@openspoon/subtask2](https://github.com/spoons-and-mirrors/subtask2) | Extend opencode /commands into a powerful orchestration system with granular flow control | +| [opencode-scheduler](https://github.com/different-ai/opencode-scheduler) | Schedule recurring jobs using launchd (Mac) or systemd (Linux) with cron syntax | --- |
