Skip to content

v0.5.3 — auto-launch saved browser (no re-prompt)

Latest

Choose a tag to compare

@fivetaku fivetaku released this 28 Jun 15:04

After a one-time browser pick, insane-review now auto-launches the saved browser on every run instead of re-asking.

  • --ensure-env: when CDP is down and a browser is saved (~/.insane-review/config.json), silently auto-launch it before proceeding. --check-env stays a pure, side-effect-free reporter; auto-launch (a side effect) lives in --ensure-env (CQS).
  • Saved-value only: no first-detect fallback, so it never auto-launches your main browser unprompted. No auto-launch on browser=wrong (port occupied).
  • STATUS gains saved_browser=<name|none> so the command asks only on the first run.

Reviewed via agent-council (claude/codex/gjc).