@copilotkit/runtime 1.8.14-next.3 → 1.8.14-next.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.
Files changed (30) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/{chunk-BMA7V5T7.mjs → chunk-BV7WYSOF.mjs} +2 -2
  3. package/dist/{chunk-T2RKWYXN.mjs → chunk-EQX4WXGG.mjs} +2 -2
  4. package/dist/{chunk-6P6VMQLZ.mjs → chunk-IZAPLBCH.mjs} +8 -4
  5. package/dist/chunk-IZAPLBCH.mjs.map +1 -0
  6. package/dist/{chunk-C7XHY7LW.mjs → chunk-JH3OA44N.mjs} +2 -2
  7. package/dist/index.js +7 -3
  8. package/dist/index.js.map +1 -1
  9. package/dist/index.mjs +4 -4
  10. package/dist/lib/index.js +7 -3
  11. package/dist/lib/index.js.map +1 -1
  12. package/dist/lib/index.mjs +4 -4
  13. package/dist/lib/integrations/index.js +1 -1
  14. package/dist/lib/integrations/index.js.map +1 -1
  15. package/dist/lib/integrations/index.mjs +4 -4
  16. package/dist/lib/integrations/nest/index.js +1 -1
  17. package/dist/lib/integrations/nest/index.js.map +1 -1
  18. package/dist/lib/integrations/nest/index.mjs +2 -2
  19. package/dist/lib/integrations/node-express/index.js +1 -1
  20. package/dist/lib/integrations/node-express/index.js.map +1 -1
  21. package/dist/lib/integrations/node-express/index.mjs +2 -2
  22. package/dist/lib/integrations/node-http/index.js +1 -1
  23. package/dist/lib/integrations/node-http/index.js.map +1 -1
  24. package/dist/lib/integrations/node-http/index.mjs +1 -1
  25. package/package.json +2 -2
  26. package/src/lib/runtime/agui-action.ts +5 -2
  27. package/dist/chunk-6P6VMQLZ.mjs.map +0 -1
  28. /package/dist/{chunk-BMA7V5T7.mjs.map → chunk-BV7WYSOF.mjs.map} +0 -0
  29. /package/dist/{chunk-T2RKWYXN.mjs.map → chunk-EQX4WXGG.mjs.map} +0 -0
  30. /package/dist/{chunk-C7XHY7LW.mjs.map → chunk-JH3OA44N.mjs.map} +0 -0
@@ -2,7 +2,7 @@ import {
2
2
  copilotRuntimeNodeHttpEndpoint,
3
3
  getRuntimeInstanceTelemetryInfo,
4
4
  telemetry_client_default
5
- } from "./chunk-6P6VMQLZ.mjs";
5
+ } from "./chunk-IZAPLBCH.mjs";
6
6
  import {
7
7
  __name
8
8
  } from "./chunk-FHD4JECV.mjs";
@@ -22,4 +22,4 @@ __name(copilotRuntimeNestEndpoint, "copilotRuntimeNestEndpoint");
22
22
  export {
23
23
  copilotRuntimeNestEndpoint
24
24
  };
25
- //# sourceMappingURL=chunk-C7XHY7LW.mjs.map
25
+ //# sourceMappingURL=chunk-JH3OA44N.mjs.map
package/dist/index.js CHANGED
@@ -44,7 +44,7 @@ var require_package = __commonJS({
44
44
  publishConfig: {
45
45
  access: "public"
46
46
  },
47
- version: "1.8.14-next.3",
47
+ version: "1.8.14-next.4",
48
48
  sideEffects: false,
49
49
  main: "./dist/index.js",
50
50
  module: "./dist/index.mjs",
@@ -3982,10 +3982,14 @@ function constructAGUIRemoteAction({ logger: logger2, messages, agentStates, age
3982
3982
  parameters: JSON.parse(input.jsonSchema)
3983
3983
  };
3984
3984
  });
3985
+ const forwardedProps = metaEvents.length ? {
3986
+ command: {
3987
+ resume: (_a = metaEvents[0]) == null ? void 0 : _a.response
3988
+ }
3989
+ } : void 0;
3985
3990
  return agent.legacy_to_be_removed_runAgentBridged({
3986
3991
  tools,
3987
- // @ts-ignore
3988
- resume: (_a = metaEvents[0]) == null ? void 0 : _a.response
3992
+ forwardedProps
3989
3993
  });
3990
3994
  }
3991
3995
  };