[eric] browser: on deep stall, nudge a strategic re-plan, not just a selector switch

This commit is contained in:
ciregenz
2026-06-04 12:10:09 -07:00
parent 5dcdc88005
commit f3ff27a3ee
+4 -1
View File
@@ -144,7 +144,10 @@ def stagnation_nudge(streak: int) -> str:
base = _STAGNATION_NUDGE.format(streak=streak)
if streak >= _STAGNATION_MAX:
base += (
" If nothing here works, call RequestHumanIntervention instead of "
" Switching selectors hasn't worked, so the PLAN itself is likely "
"wrong: step back and revise your overall approach (a different page, "
"route, or entry point), not just the selector. If even a fresh plan "
"can't make progress, call RequestHumanIntervention instead of "
"continuing to fail."
)
return base