summaryrefslogtreecommitdiffhomepage
path: root/packages
diff options
context:
space:
mode:
authorGitHub Action <[email protected]>2025-12-28 19:13:43 +0000
committerGitHub Action <[email protected]>2025-12-28 19:13:43 +0000
commitf12d55bf1e69785f779e545a67b6fc045d163cdb (patch)
tree9560c7a87b7c080efbdc284f19c54248bfbfd7f6 /packages
parent0c19b71f428be388ad9591097b8b234e82192ad9 (diff)
downloadopencode-f12d55bf1e69785f779e545a67b6fc045d163cdb.tar.gz
opencode-f12d55bf1e69785f779e545a67b6fc045d163cdb.zip
chore: generate
Diffstat (limited to 'packages')
-rw-r--r--packages/web/src/content/docs/config.mdx5
-rw-r--r--packages/web/src/content/docs/plugins.mdx6
2 files changed, 2 insertions, 9 deletions
diff --git a/packages/web/src/content/docs/config.mdx b/packages/web/src/content/docs/config.mdx
index c7f151338..751bb2b21 100644
--- a/packages/web/src/content/docs/config.mdx
+++ b/packages/web/src/content/docs/config.mdx
@@ -387,10 +387,7 @@ Place plugin files in `.opencode/plugin/` or `~/.config/opencode/plugin/`. You c
```json title="opencode.json"
{
"$schema": "https://opencode.ai/config.json",
- "plugin": [
- "opencode-helicone-session",
- "@my-org/custom-plugin"
- ]
+ "plugin": ["opencode-helicone-session", "@my-org/custom-plugin"]
}
```
diff --git a/packages/web/src/content/docs/plugins.mdx b/packages/web/src/content/docs/plugins.mdx
index eb941565d..e806046c1 100644
--- a/packages/web/src/content/docs/plugins.mdx
+++ b/packages/web/src/content/docs/plugins.mdx
@@ -33,11 +33,7 @@ Specify npm packages in your config file.
```json title="opencode.json"
{
"$schema": "https://opencode.ai/config.json",
- "plugin": [
- "opencode-helicone-session",
- "opencode-wakatime",
- "@my-org/custom-plugin"
- ]
+ "plugin": ["opencode-helicone-session", "opencode-wakatime", "@my-org/custom-plugin"]
}
```