Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.05 KB

File metadata and controls

29 lines (22 loc) · 1.05 KB

Hydra 1.5.2

Date: 2026-06-02 Baseline: v1.5.1

Summary

Hydra 1.5.2 updates the Account Generator for OpenRouter's current signup shape: password first, a required checkbox when rendered, and a possible security handoff before email-code entry.

Changes

  • Fills the OpenRouter signup password when the current form requires it.
  • Handles the required signup checkbox when that checkbox appears on the form.
  • Shows field-specific errors only when the current form is genuinely blocked.
  • Detects hidden security-challenge handoffs as manual_verification instead of leaving the operator on a blind OTP wait.
  • Keeps manual-verification waits abort-aware, so cancelling a Generator task does not log a false launch failure.
  • Tightens the Generator OTP row so the code field and submit button render cleanly in compact layouts.
  • Retries Hydra-owned Playwright profile cleanup briefly while Chromium is still flushing after close.

Notes

This patch makes the signup state truthful; it does not bypass upstream security checks or retrieve email codes.