summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content
diff options
context:
space:
mode:
authorinkdust2021 <[email protected]>2026-03-01 12:43:52 +0800
committerGitHub <[email protected]>2026-03-01 10:13:52 +0530
commit4d968ebd64de6c0da76765b2cdc76cfc2dcc3ed4 (patch)
tree98614911ffc7b2ee6433e1559670560fefba974b /packages/web/src/content
parentb88e8e0e0b9d672d63e6cf1dfd4c377dbd59a67f (diff)
downloadopencode-4d968ebd64de6c0da76765b2cdc76cfc2dcc3ed4.tar.gz
opencode-4d968ebd64de6c0da76765b2cdc76cfc2dcc3ed4.zip
docs(ecosystem): add opencode-vibeguard (#15464)
Diffstat (limited to 'packages/web/src/content')
-rw-r--r--packages/web/src/content/docs/ecosystem.mdx1
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 85839a2d8..c73b171ff 100644
--- a/packages/web/src/content/docs/ecosystem.mdx
+++ b/packages/web/src/content/docs/ecosystem.mdx
@@ -26,6 +26,7 @@ You can also check out [awesome-opencode](https://github.com/awesome-opencode/aw
| [opencode-devcontainers](https://github.com/athal7/opencode-devcontainers) | Multi-branch devcontainer isolation with shallow clones and auto-assigned ports |
| [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-vibeguard](https://github.com/inkdust2021/opencode-vibeguard) | Redact secrets/PII into VibeGuard-style placeholders before LLM calls; restore locally |
| [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. |
| [opencode-shell-strategy](https://github.com/JRedeker/opencode-shell-strategy) | Instructions for non-interactive shell commands - prevents hangs from TTY-dependent operations |