@copilotkit/runtime 1.1.1-feat-runtime-remote-actions.2 → 1.1.1-feat-runtime-remote-actions.4
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 +16 -0
- package/dist/{chunk-FCNUFY55.mjs → chunk-AMA3GQ3B.mjs} +2 -2
- package/dist/{chunk-FCNUFY55.mjs.map → chunk-AMA3GQ3B.mjs.map} +1 -1
- package/dist/{chunk-BT4MKBK5.mjs → chunk-ID4HXIJF.mjs} +2 -2
- package/dist/{chunk-O6EDSXV2.mjs → chunk-RV3RDJTV.mjs} +2 -2
- package/dist/{chunk-E3VABLNZ.mjs → chunk-TBZ25KZ6.mjs} +2 -2
- package/dist/{chunk-W6BL4W2I.mjs → chunk-Y2Q75FA4.mjs} +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/lib/index.js +1 -1
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +5 -5
- package/dist/lib/integrations/index.js +1 -1
- package/dist/lib/integrations/index.js.map +1 -1
- package/dist/lib/integrations/index.mjs +4 -4
- package/dist/lib/integrations/nest/index.js +1 -1
- package/dist/lib/integrations/nest/index.js.map +1 -1
- package/dist/lib/integrations/nest/index.mjs +2 -2
- package/dist/lib/integrations/node-express/index.js +1 -1
- package/dist/lib/integrations/node-express/index.js.map +1 -1
- package/dist/lib/integrations/node-express/index.mjs +2 -2
- package/dist/lib/integrations/node-http/index.js +1 -1
- package/dist/lib/integrations/node-http/index.js.map +1 -1
- package/dist/lib/integrations/node-http/index.mjs +1 -1
- package/package.json +4 -4
- /package/dist/{chunk-BT4MKBK5.mjs.map → chunk-ID4HXIJF.mjs.map} +0 -0
- /package/dist/{chunk-O6EDSXV2.mjs.map → chunk-RV3RDJTV.mjs.map} +0 -0
- /package/dist/{chunk-E3VABLNZ.mjs.map → chunk-TBZ25KZ6.mjs.map} +0 -0
- /package/dist/{chunk-W6BL4W2I.mjs.map → chunk-Y2Q75FA4.mjs.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @copilotkit/runtime
|
|
2
2
|
|
|
3
|
+
## 1.1.1-feat-runtime-remote-actions.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Show agent state in the chat window
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @copilotkit/shared@1.1.1-feat-runtime-remote-actions.4
|
|
10
|
+
|
|
11
|
+
## 1.1.1-feat-runtime-remote-actions.3
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- stream intermediate state
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
- @copilotkit/shared@1.1.1-feat-runtime-remote-actions.3
|
|
18
|
+
|
|
3
19
|
## 1.1.1-feat-runtime-remote-actions.2
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -36,7 +36,7 @@ var require_package = __commonJS({
|
|
|
36
36
|
publishConfig: {
|
|
37
37
|
access: "public"
|
|
38
38
|
},
|
|
39
|
-
version: "1.1.1-feat-runtime-remote-actions.
|
|
39
|
+
version: "1.1.1-feat-runtime-remote-actions.4",
|
|
40
40
|
sideEffects: false,
|
|
41
41
|
main: "./dist/index.js",
|
|
42
42
|
module: "./dist/index.mjs",
|
|
@@ -2024,4 +2024,4 @@ export {
|
|
|
2024
2024
|
getCommonConfig,
|
|
2025
2025
|
copilotRuntimeNodeHttpEndpoint
|
|
2026
2026
|
};
|
|
2027
|
-
//# sourceMappingURL=chunk-
|
|
2027
|
+
//# sourceMappingURL=chunk-AMA3GQ3B.mjs.map
|