diff --git a/src/index.ts b/src/index.ts index 661eaa0..1b1eea2 100644 --- a/src/index.ts +++ b/src/index.ts @@ -30,6 +30,3 @@ const OpenCodeMultiModelPlugin: Plugin = async (_ctx) => { }; export default OpenCodeMultiModelPlugin; -export * from "./core/index"; -export * from "./types"; -export { cleanupTool, closeTool, openTool };