We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddc5164 commit bb4e072Copy full SHA for bb4e072
apps/sim/lib/copilot/constants.ts
@@ -1,7 +1,7 @@
1
import { env } from '@/lib/core/config/env'
2
3
export const SIM_AGENT_API_URL_DEFAULT = 'https://copilot.sim.ai'
4
-export const SIM_AGENT_VERSION = '1.0.3'
+export const SIM_AGENT_VERSION = '3.0.0'
5
6
/** Resolved copilot backend URL — reads from env with fallback to default. */
7
const rawAgentUrl = env.SIM_AGENT_API_URL || SIM_AGENT_API_URL_DEFAULT
0 commit comments