eef59c74ee
The session creation route had a hardcoded check for only codex/deepseek/minimax-m3 profiles. Since ofcx-go was added to BackendProfile type and backend-profiles.ts spec list, the validation must use isBackendProfile() from the shared module so that adding new profiles only requires one data change, not scattered string checks. Refs pikasTech/HWLAB#1034