mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-17 22:16:38 +00:00
WebSearch hook was blocking native Claude accounts (ccs ck, default) with "No Providers Enabled" message instead of passing through to server-side WebSearch. Changes: - Add shouldSkipHook() detection for account/default profile types - Fix blocking bug: exit(0) when no providers enabled instead of blocking - Pass CCS_PROFILE_TYPE and CCS_WEBSEARCH_SKIP env vars for profile-aware behavior - Add profile type signals to settings, cliproxy, account, and default execution paths