fix(review): add serial execution mode to prevent context limit crashes#237
Open
mvanhorn wants to merge 1 commit intoEveryInc:mainfrom
Open
fix(review): add serial execution mode to prevent context limit crashes#237mvanhorn wants to merge 1 commit intoEveryInc:mainfrom
mvanhorn wants to merge 1 commit intoEveryInc:mainfrom
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
--serialflag to/ce:reviewthat runs review agents one at a time instead of in parallelThis 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