Skip to content

fix(review): add serial execution mode to prevent context limit crashes#237

Open
mvanhorn wants to merge 1 commit intoEveryInc:mainfrom
mvanhorn:fix/review-serial-mode
Open

fix(review): add serial execution mode to prevent context limit crashes#237
mvanhorn wants to merge 1 commit intoEveryInc:mainfrom
mvanhorn:fix/review-serial-mode

Conversation

@mvanhorn
Copy link

@mvanhorn mvanhorn commented Mar 8, 2026

Summary

  • Adds --serial flag to /ce:review that runs review agents one at a time instead of in parallel
  • Auto-detects when 6+ agents are configured and switches to serial mode automatically
  • Prevents the context limit crashes that have been hitting users since Opus 4.6 (9 comments on Context limit reached in review agents #166 confirming the issue)
  • Parallel mode remains the default for small agent counts (<=5)

This is a workaround for the upstream Claude Code context limit bug (anthropics/claude-code#24497). Once that's fixed, parallel can be the default for all counts.

Closes #166

Post-Deploy Monitoring & Validation

No additional operational monitoring required: prompt/instruction change only.

Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com

Documents all missing agent-browser CLI commands for debugging workflows.
Adds 9 new command categories: eval, console/errors, network, storage,
device settings, element debugging, recording/tracing, tabs, and
advanced mouse controls.

Closes EveryInc#170

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.

Context limit reached in review agents

1 participant