Compare commits

...
2 Commits
Author SHA1 Message Date
bendtherules f0cc07f513 chore(release): 0.0.5 2026-03-21 01:11:36 +05:30
bendtherules 6dd4ee4b4f fix: correct path for cli.js in package.json 2026-03-21 01:11:30 +05:30
+2 -2
View File
@@ -1,11 +1,11 @@
{ {
"name": "opencode-multi-model", "name": "opencode-multi-model",
"version": "0.0.4", "version": "0.0.5",
"description": "Launch multiple AI models in tmux sessions - OpenCode Plugin, CLI, and Project Tool", "description": "Launch multiple AI models in tmux sessions - OpenCode Plugin, CLI, and Project Tool",
"type": "module", "type": "module",
"main": "./dist/index.js", "main": "./dist/index.js",
"bin": { "bin": {
"opencode-multi-model": "./dist/cli.js" "opencode-multi-model": "dist/cli.js"
}, },
"exports": { "exports": {
".": "./dist/index.js", ".": "./dist/index.js",