@copilotkit/runtime 1.3.16-mme-copilot-suggestions.0 → 1.3.16-mme-copilot-suggestions.1
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 +8 -0
- package/dist/{chunk-5OVNNYTY.mjs → chunk-2H4XYEHG.mjs} +2 -2
- package/dist/{chunk-5OVNNYTY.mjs.map → chunk-2H4XYEHG.mjs.map} +1 -1
- package/dist/{chunk-ITOHB5XL.mjs → chunk-SKKQQVDM.mjs} +2 -2
- package/dist/{chunk-DSA63DLN.mjs → chunk-SKS2SK3W.mjs} +2 -2
- package/dist/{chunk-CXDZE347.mjs → chunk-XBB3O4AV.mjs} +2 -2
- package/dist/{chunk-OJZXCBR6.mjs → chunk-ZP2IRHF3.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-ITOHB5XL.mjs.map → chunk-SKKQQVDM.mjs.map} +0 -0
- /package/dist/{chunk-DSA63DLN.mjs.map → chunk-SKS2SK3W.mjs.map} +0 -0
- /package/dist/{chunk-CXDZE347.mjs.map → chunk-XBB3O4AV.mjs.map} +0 -0
- /package/dist/{chunk-OJZXCBR6.mjs.map → chunk-ZP2IRHF3.mjs.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @copilotkit/runtime
|
|
2
2
|
|
|
3
|
+
## 1.3.16-mme-copilot-suggestions.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Send full instructions as system message
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @copilotkit/shared@1.3.16-mme-copilot-suggestions.1
|
|
10
|
+
|
|
3
11
|
## 1.3.16-mme-copilot-suggestions.0
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -36,7 +36,7 @@ var require_package = __commonJS({
|
|
|
36
36
|
publishConfig: {
|
|
37
37
|
access: "public"
|
|
38
38
|
},
|
|
39
|
-
version: "1.3.16-mme-copilot-suggestions.
|
|
39
|
+
version: "1.3.16-mme-copilot-suggestions.1",
|
|
40
40
|
sideEffects: false,
|
|
41
41
|
main: "./dist/index.js",
|
|
42
42
|
module: "./dist/index.mjs",
|
|
@@ -2251,4 +2251,4 @@ export {
|
|
|
2251
2251
|
getCommonConfig,
|
|
2252
2252
|
copilotRuntimeNodeHttpEndpoint
|
|
2253
2253
|
};
|
|
2254
|
-
//# sourceMappingURL=chunk-
|
|
2254
|
+
//# sourceMappingURL=chunk-2H4XYEHG.mjs.map
|