There was an error while loading. Please reload this page.
1 parent 681fc6c commit bdd9564Copy full SHA for bdd9564
1 file changed
index.ts
@@ -135,11 +135,4 @@ const server: Plugin = (async (ctx) => {
135
}
136
}) satisfies Plugin
137
138
-const plugin = {
139
- id,
140
- server,
141
-}
142
-
143
-// Export both the object format (Claude Code plugins) and direct function (Opencode native)
144
-export { id, server }
145
-export default Object.assign(server, plugin)
+export default server
0 commit comments