mirror of
https://github.com/bendtherules/opencode-multi-model.git
synced 2026-08-18 21:52:11 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1294fcede1 | ||
|
|
8b85bc4a39 |
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "opencode-multi-model",
|
"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",
|
"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",
|
||||||
|
|||||||
@@ -21,7 +21,8 @@ Arguments:
|
|||||||
"Remote handling: string=specific remote, undefined=first available remote",
|
"Remote handling: string=specific remote, undefined=first available remote",
|
||||||
),
|
),
|
||||||
noRemote: tool.schema
|
noRemote: tool.schema
|
||||||
.literal(true)
|
.boolean()
|
||||||
|
.default(false)
|
||||||
.describe("Only delete local tags, don't push to remote.")
|
.describe("Only delete local tags, don't push to remote.")
|
||||||
.optional(),
|
.optional(),
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user