summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src
diff options
context:
space:
mode:
authorshekohex <[email protected]>2025-12-16 19:29:31 +0200
committerGitHub <[email protected]>2025-12-16 11:29:31 -0600
commitb78e2db0136f0b883b35c94b56a05c1216070a42 (patch)
treea9bd509f8255737e8801e8a29bfca6ee7bf3db7c /packages/web/src
parent3f4d1121a4fd5dfd13264b5d9fc1a83953d69e00 (diff)
downloadopencode-b78e2db0136f0b883b35c94b56a05c1216070a42.tar.gz
opencode-b78e2db0136f0b883b35c94b56a05c1216070a42.zip
docs: fix typo in Google Antigravity github link (#5625)
Diffstat (limited to 'packages/web/src')
-rw-r--r--packages/web/src/content/docs/ecosystem.mdx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/ecosystem.mdx b/packages/web/src/content/docs/ecosystem.mdx
index ce7517d30..50a0b3165 100644
--- a/packages/web/src/content/docs/ecosystem.mdx
+++ b/packages/web/src/content/docs/ecosystem.mdx
@@ -23,7 +23,7 @@ You can also check out [awesome-opencode](https://github.com/awesome-opencode/aw
| [opencode-openai-codex-auth](https://github.com/numman-ali/opencode-openai-codex-auth) | Use your ChatGPT Plus/Pro subscription instead of API credits |
| [opencode-gemini-auth](https://github.com/jenslys/opencode-gemini-auth) | Use your existing Gemini plan instead of API billing |
| [opencode-antigravity-auth](https://github.com/NoeFabris/opencode-antigravity-auth) | Use Antigravity's free models instead of API billing |
-| [opencode-google-antigravity-auth](https://github.com/shekohex/opencode-goggle-antigravity-auth) | Google Antigravity OAuth Plugin, with support for Google Search, and more robust API handling |
+| [opencode-google-antigravity-auth](https://github.com/shekohex/opencode-google-antigravity-auth) | Google Antigravity OAuth Plugin, with support for Google Search, and more robust API handling |
| [opencode-dynamic-context-pruning](https://github.com/Tarquinen/opencode-dynamic-context-pruning) | Optimize token usage by pruning obsolete tool outputs |
| [opencode-websearch-cited](https://github.com/ghoulr/opencode-websearch-cited.git) | Add native websearch support for supported providers with Google grounded style |
| [opencode-pty](https://github.com/shekohex/opencode-pty.git) | Enables AI agents to run background processes in a PTY, send interactive input to them. |