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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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.0";
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workermill",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "AI coding agent with multi-expert orchestration. Works with any LLM provider.",
5
5
  "type": "module",
6
6
  "bin": {