Files
OmniRoute/tests
Diego Rodrigues de Sa e Souza e4f1324600 fix(cli): enrich lookup PATH with the macOS login-shell PATH for CLI detection (#3321) (#3773)
macOS GUI/Electron apps don't inherit the interactive login-shell PATH,
so Homebrew/nvm/volta-installed CLIs (Cline, Codex, OpenCode, Continue,
Hermes, ...) were reported 'not installed' and the Cline runtime couldn't
be spawned. Add a darwin-only, cached, fail-safe login-shell PATH probe
($SHELL -ilc, Hard-Rule-13-safe argv) and merge it into the lookup env in
both cliRuntime.getLookupEnv (provider runtime) and the doctor's
tool-detector. Pure merge/parse helpers are unit-tested with an injected
shell runner.

Closes #3321
2026-06-13 10:16:58 -03:00
..
2026-05-23 01:46:59 -03:00
2026-06-12 23:49:22 -03:00
2026-06-10 13:49:08 -03:00