Tools
oh-my-pi v18.1.21 makes agent browser automation coexist with your already-running Chrome instead of killing it
Released 2026-09-14, this fixes browser automation to run alongside an already-running Chrome using an isolated profile, keep requested profiles separate, and never kill reused browser processes. A new getBrowserProfilesDir() puts spawned Chromium profiles under ~/.omp/browser-profiles (or $XDG_STATE_HOME/omp/browser-profiles). It also normalizes --user-data-dir <dir> and relative paths to absolute --user-data-dir=... before launch, treats Flatpak Chromium launchers as browsers, times out stalled Chrome-for-Testing metadata lookups after 30 seconds, and stops first-use Chromium installation from consuming Eval's runtime timeout.
Source
↳ Follow the thread