@copilotkit/runtime 1.53.0-next.6 → 1.53.1-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.
- package/CHANGELOG.md +26 -0
- package/dist/package.cjs +1 -1
- package/dist/package.mjs +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @copilotkit/runtime
|
|
2
2
|
|
|
3
|
+
## 1.53.1-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @copilotkit/shared@1.53.1-next.0
|
|
8
|
+
- @copilotkitnext/agent@1.53.1-next.0
|
|
9
|
+
- @copilotkitnext/runtime@1.53.1-next.0
|
|
10
|
+
|
|
11
|
+
## 1.53.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- f822c05: Updating the path and devex for mcp apps
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- d1f7aba: feat(runtime): expose messages in afterRequestMiddleware
|
|
20
|
+
- 1510f64: feat: enable mcp and a2ui middleware directly from copilotkit runtime
|
|
21
|
+
- 8e0f94f: Bump AI SDK from v5 to v6
|
|
22
|
+
- 501e8d7: surpress sse warning in middleware callback
|
|
23
|
+
- Updated dependencies [1510f64]
|
|
24
|
+
- Updated dependencies [bf1fc6f]
|
|
25
|
+
- @copilotkit/shared@1.53.0
|
|
26
|
+
- @copilotkitnext/agent@1.53.0
|
|
27
|
+
- @copilotkitnext/runtime@1.53.0
|
|
28
|
+
|
|
3
29
|
## 1.53.0-next.6
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|
package/dist/package.cjs
CHANGED
|
@@ -12,7 +12,7 @@ var require_package = /* @__PURE__ */ require_runtime.__commonJSMin(((exports, m
|
|
|
12
12
|
"url": "https://github.com/CopilotKit/CopilotKit.git"
|
|
13
13
|
},
|
|
14
14
|
"publishConfig": { "access": "public" },
|
|
15
|
-
"version": "1.53.
|
|
15
|
+
"version": "1.53.1-next.0",
|
|
16
16
|
"sideEffects": [
|
|
17
17
|
"./dist/index.mjs",
|
|
18
18
|
"./dist/index.cjs",
|
package/dist/package.mjs
CHANGED
|
@@ -12,7 +12,7 @@ var require_package = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
12
12
|
"url": "https://github.com/CopilotKit/CopilotKit.git"
|
|
13
13
|
},
|
|
14
14
|
"publishConfig": { "access": "public" },
|
|
15
|
-
"version": "1.53.
|
|
15
|
+
"version": "1.53.1-next.0",
|
|
16
16
|
"sideEffects": [
|
|
17
17
|
"./dist/index.mjs",
|
|
18
18
|
"./dist/index.cjs",
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
|
-
"version": "1.53.
|
|
12
|
+
"version": "1.53.1-next.0",
|
|
13
13
|
"sideEffects": [
|
|
14
14
|
"./dist/index.mjs",
|
|
15
15
|
"./dist/index.cjs",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"tsdown": "^0.20.3",
|
|
46
46
|
"typescript": "^5.2.3",
|
|
47
47
|
"vitest": "^3.2.4",
|
|
48
|
-
"eslint-config-custom": "1.4.
|
|
49
|
-
"tsconfig": "1.4.
|
|
48
|
+
"eslint-config-custom": "1.4.11",
|
|
49
|
+
"tsconfig": "1.4.11"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@ag-ui/client": "^0.0.47",
|
|
@@ -72,9 +72,9 @@
|
|
|
72
72
|
"rxjs": "7.8.1",
|
|
73
73
|
"type-graphql": "2.0.0-rc.1",
|
|
74
74
|
"zod": "^3.23.3",
|
|
75
|
-
"@copilotkit/shared": "1.53.
|
|
76
|
-
"@copilotkitnext/agent": "1.53.
|
|
77
|
-
"@copilotkitnext/runtime": "1.53.
|
|
75
|
+
"@copilotkit/shared": "1.53.1-next.0",
|
|
76
|
+
"@copilotkitnext/agent": "1.53.1-next.0",
|
|
77
|
+
"@copilotkitnext/runtime": "1.53.1-next.0"
|
|
78
78
|
},
|
|
79
79
|
"peerDependencies": {
|
|
80
80
|
"@anthropic-ai/sdk": "^0.57.0",
|