clawd-models 1.0.6 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/clawd-models.js +1 -1
- package/package.json +1 -1
package/bin/clawd-models.js
CHANGED
|
@@ -198,7 +198,7 @@ function getBotFromArgs() {
|
|
|
198
198
|
program
|
|
199
199
|
.name('clawd-models')
|
|
200
200
|
.description('CLI tool to manage OpenClaw model configurations')
|
|
201
|
-
.version('1.0.
|
|
201
|
+
.version('1.0.7')
|
|
202
202
|
.showHelpAfterError()
|
|
203
203
|
.option('--bot <bot-id>', 'Target bot: openclaw, clawdbot, moltbot (also sets as default)')
|
|
204
204
|
.option('--clear-bot', 'Clear the default bot setting');
|