diff --git a/packages/opencode/src/config/config.ts b/packages/opencode/src/config/config.ts index aad0fd76c4be..1ed59c4cc934 100644 --- a/packages/opencode/src/config/config.ts +++ b/packages/opencode/src/config/config.ts @@ -478,6 +478,7 @@ export namespace Config { })) { plugins.push(pathToFileURL(item).href) } + plugins.sort() return plugins }