@copilotkit/react-core 1.8.5-next.5 → 1.8.5

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 +30 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # ui
2
2
 
3
+ ## 1.8.5
4
+
5
+ ### Patch Changes
6
+
7
+ - c0d3261: - full AWP support
8
+
9
+ Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
10
+
11
+ - refactor: address linter issues with the new pages
12
+
13
+ Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
14
+
15
+ - Merge branch 'mme/acp' into mme/mastra
16
+ - add sse example
17
+ - Create small-turkeys-agree.md
18
+ - upgrade AWP
19
+ - Merge branch 'mme/mastra' of github.com:CopilotKit/CopilotKit into mme/mastra
20
+ - make agents a dict
21
+ - update docs
22
+ - send tools
23
+ - update to latest packages
24
+ - fix problem where state sync are preventing tool calls
25
+ - set possibly undefined toolCalls to an empty array
26
+ - fix missing tool call ids
27
+
28
+ - 77a7457: - feat: Add Model Context Protocol (MCP) support
29
+ - d0e8a1e: - fix: fix duplicate messages on regenerate
30
+ - @copilotkit/runtime-client-gql@1.8.5
31
+ - @copilotkit/shared@1.8.5
32
+
3
33
  ## 1.8.5-next.5
4
34
 
5
35
  ### Patch Changes
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "version": "1.8.5-next.5",
12
+ "version": "1.8.5",
13
13
  "sideEffects": false,
14
14
  "main": "./dist/index.js",
15
15
  "module": "./dist/index.mjs",
@@ -43,8 +43,8 @@
43
43
  "@scarf/scarf": "^1.3.0",
44
44
  "react-markdown": "^8.0.7",
45
45
  "untruncate-json": "^0.0.1",
46
- "@copilotkit/runtime-client-gql": "1.8.5-next.5",
47
- "@copilotkit/shared": "1.8.5-next.5"
46
+ "@copilotkit/runtime-client-gql": "1.8.5",
47
+ "@copilotkit/shared": "1.8.5"
48
48
  },
49
49
  "keywords": [
50
50
  "copilotkit",