diff --git a/apps/sim/lib/copilot/constants.ts b/apps/sim/lib/copilot/constants.ts index 35c1acd2c..f95ec48b3 100644 --- a/apps/sim/lib/copilot/constants.ts +++ b/apps/sim/lib/copilot/constants.ts @@ -1,7 +1,7 @@ import { env } from '@/lib/core/config/env' export const SIM_AGENT_API_URL_DEFAULT = 'https://copilot.sim.ai' -export const SIM_AGENT_VERSION = '1.0.3' +export const SIM_AGENT_VERSION = '3.0.0' /** Resolved copilot backend URL — reads from env with fallback to default. */ const rawAgentUrl = env.SIM_AGENT_API_URL || SIM_AGENT_API_URL_DEFAULT