mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 20:17:45 +00:00
The SearXNG-to-DuckDuckGo fallback test inherited the caller's CCS_PROFILE_TYPE via `...process.env`, causing the hook to take the 'native_default_profile' skip path and produce empty stdout. All other subprocess spawns in this file set CCS_PROFILE_TYPE to NEUTRAL_PROFILE_TYPE; this one was the outlier. Deterministic locally when CCS_PROFILE_TYPE=default is set in the shell.