@copilotkit/react-core 1.51.4-next.8 → 1.51.5-next.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 +27 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # ui
2
2
 
3
+ ## 1.51.5-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - ef0f539: Add reasoning support and default components for reasoning messages
8
+ - Updated dependencies [ef0f539]
9
+ - @copilotkit/shared@1.51.5-next.0
10
+ - @copilotkitnext/react@1.51.5-next.0
11
+ - @copilotkitnext/core@1.51.5-next.0
12
+ - @copilotkit/runtime-client-gql@1.51.5-next.0
13
+
14
+ ## 1.51.4
15
+
16
+ ### Patch Changes
17
+
18
+ - 6b9c60e: fix: add dependencies to fix stale state of regenerate method
19
+ - 12ee574: v2 UI improvements
20
+ - 9bc868d: Frontend tools integration with core in Angular package
21
+ - c998f30: fix(core): prevent tool call results from leaking into wrong thread on thread switch
22
+ - 6b7d8ef: feat(react): apply resource CSP domains to MCP Apps sandbox iframe
23
+ - Updated dependencies [c998f30]
24
+ - Updated dependencies [a3090d5]
25
+ - @copilotkitnext/core@1.51.4
26
+ - @copilotkitnext/react@1.51.4
27
+ - @copilotkit/runtime-client-gql@1.51.4
28
+ - @copilotkit/shared@1.51.4
29
+
3
30
  ## 1.51.4-next.8
4
31
 
5
32
  ### Patch Changes
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "version": "1.51.4-next.8",
12
+ "version": "1.51.5-next.0",
13
13
  "sideEffects": [
14
14
  "**/*.css"
15
15
  ],
@@ -53,18 +53,18 @@
53
53
  "tsup": "^6.7.0",
54
54
  "typescript": "^5.2.3",
55
55
  "zod": ">=3.0.0",
56
- "eslint-config-custom": "1.4.7",
57
- "tsconfig": "1.4.7"
56
+ "eslint-config-custom": "1.4.8",
57
+ "tsconfig": "1.4.8"
58
58
  },
59
59
  "dependencies": {
60
- "@ag-ui/client": "^0.0.43",
60
+ "@ag-ui/client": "^0.0.45",
61
61
  "@scarf/scarf": "^1.3.0",
62
62
  "react-markdown": "^8.0.7",
63
63
  "untruncate-json": "^0.0.1",
64
- "@copilotkit/runtime-client-gql": "1.51.4-next.8",
65
- "@copilotkit/shared": "1.51.4-next.8",
66
- "@copilotkitnext/core": "1.51.4-next.8",
67
- "@copilotkitnext/react": "1.51.4-next.8"
64
+ "@copilotkit/runtime-client-gql": "1.51.5-next.0",
65
+ "@copilotkit/shared": "1.51.5-next.0",
66
+ "@copilotkitnext/core": "1.51.5-next.0",
67
+ "@copilotkitnext/react": "1.51.5-next.0"
68
68
  },
69
69
  "keywords": [
70
70
  "copilotkit",