workermill 0.3.0 → 0.3.1
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1955,7 +1955,7 @@ function printWelcome(provider, model, workingDir) {
|
|
|
1955
1955
|
console.log(dim(" Type ") + white("/help") + dim(" for all commands."));
|
|
1956
1956
|
console.log();
|
|
1957
1957
|
}
|
|
1958
|
-
var VERSION = "0.3.
|
|
1958
|
+
var VERSION = "0.3.1";
|
|
1959
1959
|
function addSharedOptions(cmd) {
|
|
1960
1960
|
return cmd.option("--provider <provider>", "Override default provider").option("--model <model>", "Override model").option("--trust", "Skip all tool permission prompts").option("--full-disk", "Allow tools to access files outside working directory");
|
|
1961
1961
|
}
|