Compare commits

..
2 Commits
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "opencode-multi-model",
"version": "0.1.3",
"version": "0.1.4",
"description": "Launch multiple AI models in tmux sessions - OpenCode Plugin, CLI, and Project Tool",
"type": "module",
"main": "./dist/index.js",
+2 -1
View File
@@ -21,7 +21,8 @@ Arguments:
"Remote handling: string=specific remote, undefined=first available remote",
),
noRemote: tool.schema
.literal(true)
.boolean()
.default(false)
.describe("Only delete local tags, don't push to remote.")
.optional(),
},