Skip to content

feat: increase batch size limits to 15 and add testing_batch_size setting#226

Merged
leonvanzyl merged 3 commits intomasterfrom
feat/batch-size-limits-and-testing-batch-setting
Mar 20, 2026
Merged

feat: increase batch size limits to 15 and add testing_batch_size setting#226
leonvanzyl merged 3 commits intomasterfrom
feat/batch-size-limits-and-testing-batch-setting

Conversation

@leonvanzyl
Copy link
Collaborator

Summary

  • Increase coding and testing agent batch size limits from 3/5 to 15, allowing more features per agent session
  • Add testing_batch_size as a separate configurable setting, plumbed through the full stack (schema → settings router → agent router → process manager → CLI flag)
  • Replace the 3-button batch size selector in the settings UI with a range slider (1–15) and add a new "Features per Testing Agent" slider

Test plan

  • ruff check . — passes
  • python test_security.py — 169/169 passed
  • npm run lint — 0 errors
  • npm run build — builds successfully

🤖 Generated with Claude Code

leonvanzyl and others added 3 commits March 20, 2026 13:39
…ting

Batch size configuration:
- Increase coding agent batch size limit from 1-3 to 1-15
- Increase testing agent batch size limit from 1-5 to 1-15
- Add separate `testing_batch_size` setting (previously only CLI-configurable)
- Pass testing_batch_size through full stack: schema → settings router →
  agent router → process manager → CLI flag

UI changes:
- Replace 3-button batch size selector with range slider (1-15)
- Add new Slider component (ui/src/components/ui/slider.tsx)
- Add "Features per Testing Agent" slider in settings panel
- Add custom slider CSS styling for webkit and mozilla

Updated across: CLAUDE.md, autonomous_agent_demo.py, parallel_orchestrator.py,
server/{schemas,routers,services}, and UI types/hooks/components.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@leonvanzyl leonvanzyl merged commit fca1f6a into master Mar 20, 2026
2 checks passed
@leonvanzyl leonvanzyl deleted the feat/batch-size-limits-and-testing-batch-setting branch March 20, 2026 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant