@workermill/agent 0.7.20 → 0.7.21

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.
@@ -16,7 +16,7 @@ import { api } from "./api.js";
16
16
  // ============================================================================
17
17
  // CONSTANTS
18
18
  // ============================================================================
19
- const MAX_TARGET_FILES = 5;
19
+ const MAX_TARGET_FILES = 15;
20
20
  const AUTO_APPROVAL_THRESHOLD = 80;
21
21
  // ============================================================================
22
22
  // PLAN PARSING
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workermill/agent",
3
- "version": "0.7.20",
3
+ "version": "0.7.21",
4
4
  "description": "WorkerMill Remote Agent - Run AI workers locally with your Claude Max subscription",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",