From 4927dbbbc45b6f80d319aadacdbe17d3b8ddaa55 Mon Sep 17 00:00:00 2001 From: Lucas Shamanic Date: Mon, 12 Jan 2026 19:51:46 +0000 Subject: [PATCH] fix: update repository links and team name in README and plugin YAML --- README.md | 16 ++++++++-------- data/plugins/smart-voice-notify.yaml | 2 +- templates/README.template.md | 12 ++++++------ 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 2acd99e..a0bc7df 100644 --- a/README.md +++ b/README.md @@ -13,14 +13,14 @@

Awesome    -Opencode Stars +Opencode Stars


A curated list of plugins, themes, agents, and resources for Opencode.

-

The AI coding agent for the terminal, built by the team at SST.

+

The AI coding agent for the terminal, built by the team at Anomaly.


@@ -39,10 +39,10 @@ | Project | Stars | Description | | :--- | :--- | :--- | -| **[opencode](https://github.com/sst/opencode)** | ![Stars](https://badgen.net/github/stars/sst/opencode) | The official opencode AI coding agent. | -| **[opencode-sdk-js](https://github.com/sst/opencode-sdk-js)** | ![Stars](https://badgen.net/github/stars/sst/opencode-sdk-js) | Official JavaScript/TypeScript SDK for opencode. | -| **[opencode-sdk-go](https://github.com/sst/opencode-sdk-go)** | ![Stars](https://badgen.net/github/stars/sst/opencode-sdk-go) | Official Go SDK for opencode. | -| **[opencode-sdk-python](https://github.com/sst/opencode-sdk-python)** | ![Stars](https://badgen.net/github/stars/sst/opencode-sdk-python) | Official Python SDK for opencode. | +| **[opencode](https://github.com/anomalyco/opencode)** | ![Stars](https://badgen.net/github/stars/anomalyco/opencode) | The official opencode AI coding agent. | +| **[opencode-sdk-js](https://github.com/anomalyco/opencode-sdk-js)** | ![Stars](https://badgen.net/github/stars/anomalyco/opencode-sdk-js) | Official JavaScript/TypeScript SDK for opencode. | +| **[opencode-sdk-go](https://github.com/anomalyco/opencode-sdk-go)** | ![Stars](https://badgen.net/github/stars/anomalyco/opencode-sdk-go) | Official Go SDK for opencode. | +| **[opencode-sdk-python](https://github.com/anomalyco/opencode-sdk-python)** | ![Stars](https://badgen.net/github/stars/anomalyco/opencode-sdk-python) | Official Python SDK for opencode. |
@@ -449,11 +449,11 @@
- Smart Voice Notify - Intelligent voice notifications + Smart Voice Notify - Intelligent voice notifications
Smart voice notification plugin with multiple TTS engines (ElevenLabs, Edge TTS, SAPI) and intelligent reminder system.

- 🔗 View Repository + 🔗 View Repository
diff --git a/data/plugins/smart-voice-notify.yaml b/data/plugins/smart-voice-notify.yaml index bf0986f..f814bfa 100644 --- a/data/plugins/smart-voice-notify.yaml +++ b/data/plugins/smart-voice-notify.yaml @@ -1,4 +1,4 @@ name: Smart Voice Notify -repo: https://github.com/Tarquinen/opencode-smart-voice-notify +repo: https://github.com/MasuRii/opencode-smart-voice-notify tagline: Intelligent voice notifications description: Smart voice notification plugin with multiple TTS engines (ElevenLabs, Edge TTS, SAPI) and intelligent reminder system. diff --git a/templates/README.template.md b/templates/README.template.md index 1c4baaa..fded6ea 100644 --- a/templates/README.template.md +++ b/templates/README.template.md @@ -13,14 +13,14 @@

Awesome    -Opencode Stars +Opencode Stars


A curated list of plugins, themes, agents, and resources for Opencode.

-

The AI coding agent for the terminal, built by the team at SST.

+

The AI coding agent for the terminal, built by the team at Anomaly.


@@ -39,10 +39,10 @@ | Project | Stars | Description | | :--- | :--- | :--- | -| **[opencode](https://github.com/sst/opencode)** | ![Stars](https://badgen.net/github/stars/sst/opencode) | The official opencode AI coding agent. | -| **[opencode-sdk-js](https://github.com/sst/opencode-sdk-js)** | ![Stars](https://badgen.net/github/stars/sst/opencode-sdk-js) | Official JavaScript/TypeScript SDK for opencode. | -| **[opencode-sdk-go](https://github.com/sst/opencode-sdk-go)** | ![Stars](https://badgen.net/github/stars/sst/opencode-sdk-go) | Official Go SDK for opencode. | -| **[opencode-sdk-python](https://github.com/sst/opencode-sdk-python)** | ![Stars](https://badgen.net/github/stars/sst/opencode-sdk-python) | Official Python SDK for opencode. | +| **[opencode](https://github.com/anomalyco/opencode)** | ![Stars](https://badgen.net/github/stars/anomalyco/opencode) | The official opencode AI coding agent. | +| **[opencode-sdk-js](https://github.com/anomalyco/opencode-sdk-js)** | ![Stars](https://badgen.net/github/stars/anomalyco/opencode-sdk-js) | Official JavaScript/TypeScript SDK for opencode. | +| **[opencode-sdk-go](https://github.com/anomalyco/opencode-sdk-go)** | ![Stars](https://badgen.net/github/stars/anomalyco/opencode-sdk-go) | Official Go SDK for opencode. | +| **[opencode-sdk-python](https://github.com/anomalyco/opencode-sdk-python)** | ![Stars](https://badgen.net/github/stars/anomalyco/opencode-sdk-python) | Official Python SDK for opencode. |