You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configuration fields (e.g. openaiBaseUrl) in src/config/config.ts currently lack format checks or validation, which can lead to misconfiguration at runtime. Introduce schema validation (using Zod/io-ts or similar) to enforce URL formats, required fields, and value constraints.