@beastmode-develeap/beastmode 0.1.56 → 0.1.58

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.
@@ -5353,17 +5353,6 @@ function SettingsPage() {
5353
5353
  onInput=${e => updateField('pipeline.max_iterations', parseInt(e.target.value) || 5)} />
5354
5354
  </div>
5355
5355
  </div>
5356
- <div class="setting-row">
5357
- <div>
5358
- <div class="setting-label">Parallel Coders</div>
5359
- <div class="setting-desc">Concurrent coder instances</div>
5360
- </div>
5361
- <div class="setting-control">
5362
- <input type="number" class="form-input" min="1" max="10" style="width:80px;text-align:center"
5363
- value=${pipeline.parallel_coders || 2}
5364
- onInput=${e => updateField('pipeline.parallel_coders', parseInt(e.target.value) || 2)} />
5365
- </div>
5366
- </div>
5367
5356
  </div>
5368
5357
 
5369
5358
  <!-- Concurrency Section -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beastmode-develeap/beastmode",
3
- "version": "0.1.56",
3
+ "version": "0.1.58",
4
4
  "description": "BeastMode Dark Factory — turn intent into verified software",
5
5
  "type": "module",
6
6
  "bin": {