@copilotkit/react-core 1.53.0-next.5 → 1.53.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # ui
2
2
 
3
+ ## 1.53.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 1510f64: feat: enable mcp and a2ui middleware directly from copilotkit runtime
8
+ - f1eaa4c: Fixing a regression with setModalOpen
9
+ - ac31331: - Prevents error propagating out of CPK when an agent runtime is defined but not reachable
10
+ - Adds an onError callback to CopilotChat and CopilotKitProvider
11
+ - Updated dependencies [1510f64]
12
+ - Updated dependencies [bf1fc6f]
13
+ - @copilotkit/shared@1.53.0
14
+ - @copilotkitnext/core@1.53.0
15
+ - @copilotkitnext/react@1.53.0
16
+ - @copilotkit/runtime-client-gql@1.53.0
17
+
18
+ ## 1.53.0-next.6
19
+
20
+ ### Patch Changes
21
+
22
+ - @copilotkit/runtime-client-gql@1.53.0-next.6
23
+ - @copilotkit/shared@1.53.0-next.6
24
+ - @copilotkitnext/core@1.53.0-next.6
25
+ - @copilotkitnext/react@1.53.0-next.6
26
+
3
27
  ## 1.53.0-next.5
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "publishConfig": {
11
11
  "access": "public"
12
12
  },
13
- "version": "1.53.0-next.5",
13
+ "version": "1.53.0",
14
14
  "sideEffects": [
15
15
  "**/*.css"
16
16
  ],
@@ -51,18 +51,18 @@
51
51
  "tsdown": "^0.20.3",
52
52
  "typescript": "^5.2.3",
53
53
  "zod": ">=3.0.0",
54
- "eslint-config-custom": "1.4.10",
55
- "tsconfig": "1.4.10"
54
+ "eslint-config-custom": "1.4.11",
55
+ "tsconfig": "1.4.11"
56
56
  },
57
57
  "dependencies": {
58
58
  "@ag-ui/client": "^0.0.47",
59
59
  "@scarf/scarf": "^1.3.0",
60
60
  "react-markdown": "^8.0.7",
61
61
  "untruncate-json": "^0.0.1",
62
- "@copilotkit/runtime-client-gql": "1.53.0-next.5",
63
- "@copilotkit/shared": "1.53.0-next.5",
64
- "@copilotkitnext/core": "1.53.0-next.5",
65
- "@copilotkitnext/react": "1.53.0-next.5"
62
+ "@copilotkit/runtime-client-gql": "1.53.0",
63
+ "@copilotkit/shared": "1.53.0",
64
+ "@copilotkitnext/core": "1.53.0",
65
+ "@copilotkitnext/react": "1.53.0"
66
66
  },
67
67
  "keywords": [
68
68
  "copilotkit",