@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.
- package/dist/index.js +7 -4
- package/dist/index.js.map +1 -1
- package/dist/web/board.html +0 -11
- package/package.json +1 -1
package/dist/web/board.html
CHANGED
|
@@ -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 -->
|