@copilotkit/react-core 1.63.2 → 1.64.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotkit/react-core",
3
- "version": "1.63.2",
3
+ "version": "1.64.0",
4
4
  "private": false,
5
5
  "keywords": [
6
6
  "ai",
@@ -80,12 +80,12 @@
80
80
  "untruncate-json": "^0.0.1",
81
81
  "use-stick-to-bottom": "^1.1.1",
82
82
  "zod-to-json-schema": "^3.24.5",
83
- "@copilotkit/a2ui-renderer": "1.63.2",
84
- "@copilotkit/shared": "1.63.2",
85
- "@copilotkit/web-components": "1.63.2",
86
- "@copilotkit/runtime-client-gql": "1.63.2",
87
- "@copilotkit/web-inspector": "1.63.2",
88
- "@copilotkit/core": "1.63.2"
83
+ "@copilotkit/a2ui-renderer": "1.64.0",
84
+ "@copilotkit/core": "1.64.0",
85
+ "@copilotkit/runtime-client-gql": "1.64.0",
86
+ "@copilotkit/shared": "1.64.0",
87
+ "@copilotkit/web-components": "1.64.0",
88
+ "@copilotkit/web-inspector": "1.64.0"
89
89
  },
90
90
  "devDependencies": {
91
91
  "@tailwindcss/cli": "^4.1.11",
@@ -127,8 +127,7 @@ import {
127
127
  } from "@copilotkit/runtime/v2";
128
128
 
129
129
  const intelligence = new CopilotKitIntelligence({
130
- apiUrl: process.env.COPILOTKIT_INTELLIGENCE_API_URL!,
131
- wsUrl: process.env.COPILOTKIT_INTELLIGENCE_WS_URL!,
130
+ // apiUrl / wsUrl default to the managed Intelligence platform — leave unset.
132
131
  apiKey: process.env.COPILOTKIT_INTELLIGENCE_API_KEY!,
133
132
  organizationId: process.env.COPILOTKIT_ORG_ID!,
134
133
  });