@copilotkit/react-core 1.71.0 → 1.71.2

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 (45) hide show
  1. package/dist/{copilotkit-DCIXZawe.d.cts → copilotkit-DoHSqB_u.d.cts} +10 -82
  2. package/dist/copilotkit-DoHSqB_u.d.cts.map +1 -0
  3. package/dist/{copilotkit-ChjzWqn6.d.mts → copilotkit-DsMFLrpY.d.mts} +10 -82
  4. package/dist/copilotkit-DsMFLrpY.d.mts.map +1 -0
  5. package/dist/{copilotkit-B4Jb1QEy.cjs → copilotkit-gopQXrTQ.cjs} +78 -391
  6. package/dist/copilotkit-gopQXrTQ.cjs.map +1 -0
  7. package/dist/{copilotkit-snbJkMqQ.mjs → copilotkit-qK-Q3rmE.mjs} +76 -371
  8. package/dist/copilotkit-qK-Q3rmE.mjs.map +1 -0
  9. package/dist/index.cjs +1 -1
  10. package/dist/index.d.cts +1 -1
  11. package/dist/index.d.mts +1 -1
  12. package/dist/index.mjs +1 -1
  13. package/dist/index.umd.js +69 -372
  14. package/dist/index.umd.js.map +1 -1
  15. package/dist/v2/headless.cjs +4 -1
  16. package/dist/v2/headless.cjs.map +1 -1
  17. package/dist/v2/headless.mjs +4 -1
  18. package/dist/v2/headless.mjs.map +1 -1
  19. package/dist/v2/index.cjs +20 -4
  20. package/dist/v2/index.d.cts +1 -1
  21. package/dist/v2/index.d.mts +1 -1
  22. package/dist/v2/index.mjs +1 -1
  23. package/dist/v2/index.umd.js +98 -379
  24. package/dist/v2/index.umd.js.map +1 -1
  25. package/package.json +9 -12
  26. package/dist/copilotkit-B4Jb1QEy.cjs.map +0 -1
  27. package/dist/copilotkit-ChjzWqn6.d.mts.map +0 -1
  28. package/dist/copilotkit-DCIXZawe.d.cts.map +0 -1
  29. package/dist/copilotkit-snbJkMqQ.mjs.map +0 -1
  30. package/skills/react-core/SKILL.md +0 -110
  31. package/skills/react-core/references/agent-access.md +0 -398
  32. package/skills/react-core/references/attachments.md +0 -311
  33. package/skills/react-core/references/capabilities.md +0 -138
  34. package/skills/react-core/references/chat-components.md +0 -246
  35. package/skills/react-core/references/client-side-tools.md +0 -358
  36. package/skills/react-core/references/custom-message-renderers.md +0 -223
  37. package/skills/react-core/references/debug-mode.md +0 -140
  38. package/skills/react-core/references/human-in-the-loop.md +0 -312
  39. package/skills/react-core/references/provider-setup.md +0 -358
  40. package/skills/react-core/references/rendering-activity-messages.md +0 -201
  41. package/skills/react-core/references/rendering-tool-calls.md +0 -319
  42. package/skills/react-core/references/suggestions.md +0 -211
  43. package/skills/react-core/references/switching-agents-recipes.md +0 -161
  44. package/skills/react-core/references/switching-agents.md +0 -240
  45. package/skills/react-core/references/threads.md +0 -289
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotkit/react-core",
3
- "version": "1.71.0",
3
+ "version": "1.71.2",
4
4
  "private": false,
5
5
  "keywords": [
6
6
  "ai",
@@ -22,8 +22,7 @@
22
22
  "url": "https://github.com/CopilotKit/CopilotKit.git"
23
23
  },
24
24
  "files": [
25
- "dist",
26
- "skills"
25
+ "dist"
27
26
  ],
28
27
  "type": "module",
29
28
  "sideEffects": [
@@ -61,7 +60,6 @@
61
60
  "@ag-ui/client": "0.0.59",
62
61
  "@ag-ui/core": "0.0.59",
63
62
  "@jetbrains/websandbox": "^1.1.3",
64
- "@modelcontextprotocol/ext-apps": "^1.7.5",
65
63
  "@radix-ui/react-dropdown-menu": "^2.1.15",
66
64
  "@radix-ui/react-slot": "^1.2.3",
67
65
  "@radix-ui/react-tooltip": "^1.2.7",
@@ -80,19 +78,19 @@
80
78
  "untruncate-json": "^0.0.1",
81
79
  "use-stick-to-bottom": "^1.1.1",
82
80
  "zod-to-json-schema": "^3.24.5",
83
- "@copilotkit/a2ui-renderer": "1.71.0",
84
- "@copilotkit/shared": "1.71.0",
85
- "@copilotkit/runtime-client-gql": "1.71.0",
86
- "@copilotkit/web-components": "1.71.0",
87
- "@copilotkit/core": "1.71.0",
88
- "@copilotkit/web-inspector": "1.71.0"
81
+ "@copilotkit/a2ui-renderer": "1.71.2",
82
+ "@copilotkit/core": "1.71.2",
83
+ "@copilotkit/mcp-apps-renderer": "1.71.2",
84
+ "@copilotkit/shared": "1.71.2",
85
+ "@copilotkit/runtime-client-gql": "1.71.2",
86
+ "@copilotkit/web-components": "1.71.2",
87
+ "@copilotkit/web-inspector": "1.71.2"
89
88
  },
90
89
  "devDependencies": {
91
90
  "@tailwindcss/cli": "^4.1.11",
92
91
  "esbuild": "^0.27.0",
93
92
  "@tailwindcss/postcss": "^4.1.11",
94
93
  "@tailwindcss/typography": "^0.5.16",
95
- "@modelcontextprotocol/sdk": "^1.29.0",
96
94
  "@tanstack/intent": "^0.0.29",
97
95
  "@testing-library/jest-dom": "^6.0.0",
98
96
  "@testing-library/react": "^16.3.0",
@@ -119,7 +117,6 @@
119
117
  "tsconfig": "1.4.12"
120
118
  },
121
119
  "peerDependencies": {
122
- "@modelcontextprotocol/sdk": "^1.29.0",
123
120
  "react": "^18 || ^19 || ^19.0.0-rc",
124
121
  "react-dom": "^18 || ^19 || ^19.0.0-rc",
125
122
  "zod": ">=3.25"