Skip to content

Commit bdd9564

Browse files
committed
fix: entirely remove id and server exports to prevent oh-my-opencode interception
1 parent 681fc6c commit bdd9564

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

index.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,4 @@ const server: Plugin = (async (ctx) => {
135135
}
136136
}) satisfies Plugin
137137

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)
138+
export default server

0 commit comments

Comments
 (0)