mirror of
https://github.com/bendtherules/opencode-multi-model.git
synced 2026-08-18 21:52:11 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3bcdc0a90f | ||
|
|
132a15dfc4 |
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "opencode-multi-model",
|
"name": "opencode-multi-model",
|
||||||
"version": "0.0.8",
|
"version": "0.0.9",
|
||||||
"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",
|
||||||
|
|||||||
+2
-7
@@ -30,13 +30,8 @@ if [[ "$confirm" != "y" && "$confirm" != "Y" ]]; then
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Prompt for OTP
|
# Publish to npm
|
||||||
read -p "Enter npm OTP (leave blank if not using 2FA): " otp
|
npm publish
|
||||||
if [[ -n "$otp" ]]; then
|
|
||||||
npm publish --otp "$otp"
|
|
||||||
else
|
|
||||||
npm publish
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Push git commits and tags
|
# Push git commits and tags
|
||||||
git push && git push --tags
|
git push && git push --tags
|
||||||
|
|||||||
Reference in New Issue
Block a user