summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src
diff options
context:
space:
mode:
authorDax <[email protected]>2026-01-02 16:02:52 -0500
committerGitHub <[email protected]>2026-01-02 16:02:52 -0500
commit3c41e4e8f12b7f06258490bb7a85388de1eca381 (patch)
treec031d4b5fd12409c0a25bf18f39a9b8a191cc625 /packages/web/src
parent66bc046503190622e9d652bbed6a940b003aeb77 (diff)
downloadopencode-3c41e4e8f12b7f06258490bb7a85388de1eca381.tar.gz
opencode-3c41e4e8f12b7f06258490bb7a85388de1eca381.zip
chore: rename repo references from sst/opencode to anomalyco/opencode (#6687)
Co-authored-by: Github Action <[email protected]>
Diffstat (limited to 'packages/web/src')
-rw-r--r--packages/web/src/components/Lander.astro4
-rw-r--r--packages/web/src/content/docs/agents.mdx2
-rw-r--r--packages/web/src/content/docs/github.mdx10
-rw-r--r--packages/web/src/content/docs/index.mdx6
-rw-r--r--packages/web/src/content/docs/troubleshooting.mdx2
5 files changed, 12 insertions, 12 deletions
diff --git a/packages/web/src/components/Lander.astro b/packages/web/src/components/Lander.astro
index fd3732746..605cea638 100644
--- a/packages/web/src/components/Lander.astro
+++ b/packages/web/src/components/Lander.astro
@@ -133,9 +133,9 @@ if (image) {
</div>
<div class="col4">
<h3>Mise</h3>
- <button class="command" data-command="mise use -g github:sst/opencode">
+ <button class="command" data-command="mise use -g github:anomalyco/opencode">
<code>
- <span>mise use -g</span> <span class="highlight">github:sst/opencode</span>
+ <span>mise use -g</span> <span class="highlight">github:anomalyco/opencode</span>
</code>
<span class="copy">
<CopyIcon />
diff --git a/packages/web/src/content/docs/agents.mdx b/packages/web/src/content/docs/agents.mdx
index 1922fece7..c6e919e40 100644
--- a/packages/web/src/content/docs/agents.mdx
+++ b/packages/web/src/content/docs/agents.mdx
@@ -572,7 +572,7 @@ Here are some common use cases for different agents.
Here are some examples agents you might find useful.
:::tip
-Do you have an agent you'd like to share? [Submit a PR](https://github.com/sst/opencode).
+Do you have an agent you'd like to share? [Submit a PR](https://github.com/anomalyco/opencode).
:::
---
diff --git a/packages/web/src/content/docs/github.mdx b/packages/web/src/content/docs/github.mdx
index 63c5d855b..b69ae4c12 100644
--- a/packages/web/src/content/docs/github.mdx
+++ b/packages/web/src/content/docs/github.mdx
@@ -63,7 +63,7 @@ Or you can set it up manually.
fetch-depth: 1
- name: Run OpenCode
- uses: sst/opencode/github@latest
+ uses: anomalyco/opencode/github@latest
env:
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
with:
@@ -137,7 +137,7 @@ jobs:
uses: actions/checkout@v4
- name: Run OpenCode
- uses: sst/opencode/github@latest
+ uses: anomalyco/opencode/github@latest
env:
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
with:
@@ -172,7 +172,7 @@ jobs:
issues: read
steps:
- uses: actions/checkout@v4
- - uses: sst/opencode/github@latest
+ - uses: anomalyco/opencode/github@latest
env:
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
with:
@@ -224,7 +224,7 @@ jobs:
- uses: actions/checkout@v4
if: steps.check.outputs.result == 'true'
- - uses: sst/opencode/github@latest
+ - uses: anomalyco/opencode/github@latest
if: steps.check.outputs.result == 'true'
env:
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
@@ -246,7 +246,7 @@ For `issues` events, the `prompt` input is **required** since there's no comment
Override the default prompt to customize OpenCode's behavior for your workflow.
```yaml title=".github/workflows/opencode.yml"
-- uses: sst/opencode/github@latest
+- uses: anomalyco/opencode/github@latest
with:
model: anthropic/claude-sonnet-4-5
prompt: |
diff --git a/packages/web/src/content/docs/index.mdx b/packages/web/src/content/docs/index.mdx
index 2890d7dce..4a77a1f26 100644
--- a/packages/web/src/content/docs/index.mdx
+++ b/packages/web/src/content/docs/index.mdx
@@ -109,18 +109,18 @@ You can also install it with the following commands:
- **Using Mise**
```bash
- mise use -g github:sst/opencode
+ mise use -g github:anomalyco/opencode
```
- **Using Docker**
```bash
- docker run -it --rm ghcr.io/sst/opencode
+ docker run -it --rm ghcr.io/anomalyco/opencode
```
Support for installing OpenCode on Windows using Bun is currently in progress.
-You can also grab the binary from the [Releases](https://github.com/sst/opencode/releases).
+You can also grab the binary from the [Releases](https://github.com/anomalyco/opencode/releases).
---
diff --git a/packages/web/src/content/docs/troubleshooting.mdx b/packages/web/src/content/docs/troubleshooting.mdx
index e3476887f..6c857b7e3 100644
--- a/packages/web/src/content/docs/troubleshooting.mdx
+++ b/packages/web/src/content/docs/troubleshooting.mdx
@@ -46,7 +46,7 @@ If you're experiencing issues with OpenCode:
The best way to report bugs or request features is through our GitHub repository:
- [**github.com/sst/opencode/issues**](https://github.com/sst/opencode/issues)
+ [**github.com/anomalyco/opencode/issues**](https://github.com/anomalyco/opencode/issues)
Before creating a new issue, search existing issues to see if your problem has already been reported.