Compare commits

..
Author SHA1 Message Date
bendtherules 932e023fcf chore(release): 0.2.0 2026-03-23 15:49:36 +05:30
bendtherules 8f069c5582 chore(release): 0.1.6 2026-03-23 15:48:26 +05:30
bendtherules 1a58a318fd refactor(index): remove unused re-exports from src/index.ts 2026-03-23 15:48:13 +05:30
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "opencode-multi-model",
"version": "0.1.5",
"version": "0.2.0",
"description": "Launch multiple AI models in tmux sessions - OpenCode Plugin, CLI, and Project Tool",
"type": "module",
"main": "./dist/index.js",
-3
View File
@@ -30,6 +30,3 @@ const OpenCodeMultiModelPlugin: Plugin = async (_ctx) => {
};
export default OpenCodeMultiModelPlugin;
export * from "./core/index";
export * from "./types";
export { cleanupTool, closeTool, openTool };