@copilotkit/react-core 0.0.0-fix-restore-handle-method-node-http-20260105204107 → 0.0.0-fix-runtime-openai-api-key-passthrough-20260115003142

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 +72 -29
  2. package/LICENSE +21 -0
  3. package/dist/{chunk-RW2Y52HO.mjs → chunk-3V5TOYKW.mjs} +2 -2
  4. package/dist/{chunk-RB2TXKFP.mjs → chunk-4YZA2BZC.mjs} +13 -13
  5. package/dist/{chunk-INPM7YKW.mjs → chunk-HE22TZMF.mjs} +4 -4
  6. package/dist/{chunk-SNON4QA6.mjs → chunk-LHERIF3L.mjs} +4 -4
  7. package/dist/{chunk-3MHWEKFN.mjs → chunk-YCG6SNAU.mjs} +4 -4
  8. package/dist/components/copilot-provider/copilot-messages.mjs +2 -2
  9. package/dist/components/copilot-provider/copilotkit.mjs +8 -8
  10. package/dist/components/copilot-provider/index.mjs +8 -8
  11. package/dist/components/dev-console/console-trigger.mjs +2 -2
  12. package/dist/components/dev-console/developer-console-modal.mjs +2 -2
  13. package/dist/components/error-boundary/error-boundary.mjs +2 -2
  14. package/dist/components/index.mjs +8 -8
  15. package/dist/context/index.mjs +4 -4
  16. package/dist/hooks/index.mjs +19 -19
  17. package/dist/hooks/use-coagent-state-render-bridge.mjs +1 -1
  18. package/dist/hooks/use-copilot-chat-headless_c.mjs +3 -3
  19. package/dist/hooks/use-copilot-chat.mjs +3 -3
  20. package/dist/hooks/use-copilot-chat_internal.mjs +3 -3
  21. package/dist/hooks/use-langgraph-interrupt-render.mjs +1 -1
  22. package/dist/index.mjs +43 -43
  23. package/dist/lib/copilot-task.mjs +9 -9
  24. package/dist/lib/index.mjs +9 -9
  25. package/package.json +12 -8
  26. /package/dist/{chunk-RW2Y52HO.mjs.map → chunk-3V5TOYKW.mjs.map} +0 -0
  27. /package/dist/{chunk-RB2TXKFP.mjs.map → chunk-4YZA2BZC.mjs.map} +0 -0
  28. /package/dist/{chunk-INPM7YKW.mjs.map → chunk-HE22TZMF.mjs.map} +0 -0
  29. /package/dist/{chunk-SNON4QA6.mjs.map → chunk-LHERIF3L.mjs.map} +0 -0
  30. /package/dist/{chunk-3MHWEKFN.mjs.map → chunk-YCG6SNAU.mjs.map} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,11 +1,80 @@
1
1
  # ui
2
2
 
3
- ## 0.0.0-fix-restore-handle-method-node-http-20260105204107
3
+ ## 0.0.0-fix-runtime-openai-api-key-passthrough-20260115003142
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - @copilotkit/runtime-client-gql@0.0.0-fix-restore-handle-method-node-http-20260105204107
8
- - @copilotkit/shared@0.0.0-fix-restore-handle-method-node-http-20260105204107
7
+ - @copilotkit/runtime-client-gql@0.0.0-fix-runtime-openai-api-key-passthrough-20260115003142
8
+ - @copilotkit/shared@0.0.0-fix-runtime-openai-api-key-passthrough-20260115003142
9
+ - @copilotkitnext/core@0.0.0-fix-runtime-openai-api-key-passthrough-20260115003142
10
+ - @copilotkitnext/react@0.0.0-fix-runtime-openai-api-key-passthrough-20260115003142
11
+
12
+ ## 1.51.1
13
+
14
+ ### Patch Changes
15
+
16
+ - 329653b: Add support for MCP Apps Middleware
17
+ - Updated dependencies [329653b]
18
+ - @copilotkitnext/react@1.51.1
19
+ - @copilotkit/runtime-client-gql@1.51.1
20
+ - @copilotkit/shared@1.51.1
21
+ - @copilotkitnext/core@1.51.1
22
+
23
+ ## 1.51.0
24
+
25
+ ### Patch Changes
26
+
27
+ - 2839a15: Update versioning strategy
28
+ - Updated dependencies [2839a15]
29
+ - Updated dependencies [2afd4e3]
30
+ - @copilotkit/runtime-client-gql@1.51.0
31
+ - @copilotkit/shared@1.51.0
32
+ - @copilotkitnext/react@1.51.0
33
+ - @copilotkitnext/core@1.51.0
34
+
35
+ ## 1.51.0-next.4
36
+
37
+ ### Patch Changes
38
+
39
+ - @copilotkit/runtime-client-gql@1.51.0-next.4
40
+ - @copilotkit/shared@1.51.0-next.4
41
+ - @copilotkitnext/core@1.51.0-next.4
42
+ - @copilotkitnext/react@1.51.0-next.4
43
+
44
+ ## 1.51.0-next.3
45
+
46
+ ### Patch Changes
47
+
48
+ - @copilotkit/runtime-client-gql@1.51.0-next.3
49
+ - @copilotkit/shared@1.51.0-next.3
50
+ - @copilotkitnext/core@1.51.0-next.3
51
+ - @copilotkitnext/react@1.51.0-next.3
52
+
53
+ ## 1.51.0-next.2
54
+
55
+ ### Patch Changes
56
+
57
+ - Updated dependencies [2afd4e3]
58
+ - @copilotkit/shared@1.51.0-next.2
59
+ - @copilotkit/runtime-client-gql@1.51.0-next.2
60
+ - @copilotkitnext/core@1.51.0-next.2
61
+ - @copilotkitnext/react@1.51.0-next.2
62
+
63
+ ## 1.51.0-next.1
64
+
65
+ ### Patch Changes
66
+
67
+ - @copilotkit/runtime-client-gql@1.51.0-next.1
68
+ - @copilotkit/shared@1.51.0-next.1
69
+ - @copilotkitnext/core@1.51.0-next.1
70
+ - @copilotkitnext/react@1.51.0-next.1
71
+
72
+ ## 1.50.2-next.0
73
+
74
+ ### Patch Changes
75
+
76
+ - @copilotkit/runtime-client-gql@1.50.2-next.0
77
+ - @copilotkit/shared@1.50.2-next.0
9
78
 
10
79
  ## 1.50.1
11
80
 
@@ -612,14 +681,12 @@
612
681
  agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
613
682
 
614
683
  As such, the following features have been updated to be completely functional with Headless UI.
615
-
616
684
  - Generative UI
617
685
  - Suggestions
618
686
  - Agentic Generative UI
619
687
  - Interrupts
620
688
 
621
689
  In addition, a variety of QOL changes have been made.
622
-
623
690
  - New AG-UI based message types
624
691
  - Inline code rendering is fixed
625
692
 
@@ -631,19 +698,15 @@
631
698
  - 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
632
699
 
633
700
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
634
-
635
701
  - fix: more fixes addressing breaking changes in new Headless UI
636
702
 
637
703
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
638
-
639
704
  - chore: address linting issues
640
705
 
641
706
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
642
-
643
707
  - chore: fixing branding and docs
644
708
 
645
709
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
646
-
647
710
  - chore: more docs fixing
648
711
 
649
712
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
@@ -685,19 +748,15 @@
685
748
  - 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
686
749
 
687
750
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
688
-
689
751
  - fix: more fixes addressing breaking changes in new Headless UI
690
752
 
691
753
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
692
-
693
754
  - chore: address linting issues
694
755
 
695
756
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
696
-
697
757
  - chore: fixing branding and docs
698
758
 
699
759
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
700
-
701
760
  - chore: more docs fixing
702
761
 
703
762
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
@@ -782,14 +841,12 @@
782
841
  agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
783
842
 
784
843
  As such, the following features have been updated to be completely functional with Headless UI.
785
-
786
844
  - Generative UI
787
845
  - Suggestions
788
846
  - Agentic Generative UI
789
847
  - Interrupts
790
848
 
791
849
  In addition, a variety of QOL changes have been made.
792
-
793
850
  - New AG-UI based message types
794
851
  - Inline code rendering is fixed
795
852
 
@@ -855,7 +912,6 @@
855
912
  - 3f8c575: - fix: use time travel for regeneration of messages
856
913
  - fix: use a better cutoff for regeneration request
857
914
  - fac89c2: - refactor: rename onTrace to onError throughout codebase
858
-
859
915
  - Rename CopilotTraceEvent to CopilotErrorEvent and CopilotTraceHandler to CopilotErrorHandler
860
916
 
861
917
  - e1de032: - fix: synchronously execute renderAndWaitForResponse
@@ -948,7 +1004,6 @@
948
1004
  works with any combination of action given much more freedom when asking for user input.
949
1005
 
950
1006
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
951
-
952
1007
  - @copilotkit/runtime-client-gql@1.9.2-next.20
953
1008
  - @copilotkit/shared@1.9.2-next.20
954
1009
 
@@ -964,7 +1019,6 @@
964
1019
  ### Patch Changes
965
1020
 
966
1021
  - fac89c2: - refactor: rename onTrace to onError throughout codebase
967
-
968
1022
  - Rename CopilotTraceEvent to CopilotErrorEvent and CopilotTraceHandler to CopilotErrorHandler
969
1023
 
970
1024
  - Updated dependencies [fac89c2]
@@ -1461,11 +1515,9 @@
1461
1515
  - c0d3261: - full AWP support
1462
1516
 
1463
1517
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
1464
-
1465
1518
  - refactor: address linter issues with the new pages
1466
1519
 
1467
1520
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
1468
-
1469
1521
  - Merge branch 'mme/acp' into mme/mastra
1470
1522
  - add sse example
1471
1523
  - Create small-turkeys-agree.md
@@ -1491,11 +1543,9 @@
1491
1543
  - c0d3261: - full AWP support
1492
1544
 
1493
1545
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
1494
-
1495
1546
  - refactor: address linter issues with the new pages
1496
1547
 
1497
1548
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
1498
-
1499
1549
  - Merge branch 'mme/acp' into mme/mastra
1500
1550
  - add sse example
1501
1551
  - Create small-turkeys-agree.md
@@ -2610,7 +2660,6 @@
2610
2660
  - e16d95e: New prerelease
2611
2661
  - 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
2612
2662
  - CopilotKit Core:
2613
-
2614
2663
  - Improved error messages and overall logs
2615
2664
  - `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
2616
2665
  - Improved scrolling behavior. It is now possible to scroll up during LLM response generation
@@ -2618,7 +2667,6 @@
2618
2667
  - Updated interfaces for better developer ergonomics
2619
2668
 
2620
2669
  CoAgents:
2621
-
2622
2670
  - Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
2623
2671
  - Support for LangGraph Platform in Remote Endpoints
2624
2672
  - LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
@@ -2626,7 +2674,6 @@
2626
2674
  - Enhanced state management and message handling
2627
2675
 
2628
2676
  CopilotKid Back-end SDK:
2629
-
2630
2677
  - Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
2631
2678
 
2632
2679
  - 8d0144f: bump
@@ -3001,7 +3048,6 @@ CopilotKid Back-end SDK:
3001
3048
  ### Patch Changes
3002
3049
 
3003
3050
  - inject minified css in bundle
3004
-
3005
3051
  - removes the need to import `styles.css` manually
3006
3052
  - empty `styles.css` included in the build for backwards compatibility
3007
3053
  - uses tsup's `injectStyles` with `postcss` to bundle and minify the CSS, then inject it as a style tag
@@ -3152,7 +3198,6 @@ CopilotKid Back-end SDK:
3152
3198
  ### Major Changes
3153
3199
 
3154
3200
  - b6a4b6eb: V1.0 Release Candidate
3155
-
3156
3201
  - A robust new protocol between the frontend and the Copilot Runtime
3157
3202
  - Support for Copilot Cloud
3158
3203
  - Generative UI
@@ -3160,7 +3205,6 @@ CopilotKid Back-end SDK:
3160
3205
  - OpenAI assistant API streaming
3161
3206
 
3162
3207
  - V1.0 Release
3163
-
3164
3208
  - A robust new protocol between the frontend and the Copilot Runtime
3165
3209
  - Support for Copilot Cloud
3166
3210
  - Generative UI
@@ -3201,7 +3245,6 @@ CopilotKid Back-end SDK:
3201
3245
  ### Major Changes
3202
3246
 
3203
3247
  - V1.0 Release Candidate
3204
-
3205
3248
  - A robust new protocol between the frontend and the Copilot Runtime
3206
3249
  - Support for Copilot Cloud
3207
3250
  - Generative UI
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License
2
+
3
+ Copyright (c) Atai Barkai
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -3,7 +3,7 @@ import {
3
3
  } from "./chunk-4CEQJ2X6.mjs";
4
4
  import {
5
5
  defaultCopilotContextCategories
6
- } from "./chunk-RB2TXKFP.mjs";
6
+ } from "./chunk-4YZA2BZC.mjs";
7
7
  import {
8
8
  __async,
9
9
  __spreadValues
@@ -117,4 +117,4 @@ ${instructions}
117
117
  export {
118
118
  CopilotTask
119
119
  };
120
- //# sourceMappingURL=chunk-RW2Y52HO.mjs.map
120
+ //# sourceMappingURL=chunk-3V5TOYKW.mjs.map
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  CopilotErrorBoundary
3
- } from "./chunk-SNON4QA6.mjs";
3
+ } from "./chunk-LHERIF3L.mjs";
4
4
  import {
5
5
  CopilotMessages,
6
6
  MessagesTapProvider
7
- } from "./chunk-INPM7YKW.mjs";
7
+ } from "./chunk-HE22TZMF.mjs";
8
8
  import {
9
9
  shouldShowDevConsole
10
10
  } from "./chunk-ICIK2BSB.mjs";
@@ -14,16 +14,6 @@ import {
14
14
  import {
15
15
  use_flat_category_store_default
16
16
  } from "./chunk-YYN33GSG.mjs";
17
- import {
18
- CopilotListeners
19
- } from "./chunk-WF65O6HX.mjs";
20
- import {
21
- UsageBanner,
22
- getErrorActions
23
- } from "./chunk-6ZLPNY7X.mjs";
24
- import {
25
- ToastProvider
26
- } from "./chunk-EFL5OBKN.mjs";
27
17
  import {
28
18
  CoAgentStateRenderBridge
29
19
  } from "./chunk-QNUAXSDP.mjs";
@@ -31,6 +21,16 @@ import {
31
21
  ThreadsProvider,
32
22
  useThreads
33
23
  } from "./chunk-F555TVE4.mjs";
24
+ import {
25
+ CopilotListeners
26
+ } from "./chunk-WF65O6HX.mjs";
27
+ import {
28
+ ToastProvider
29
+ } from "./chunk-EFL5OBKN.mjs";
30
+ import {
31
+ UsageBanner,
32
+ getErrorActions
33
+ } from "./chunk-6ZLPNY7X.mjs";
34
34
  import {
35
35
  CoAgentStateRendersProvider
36
36
  } from "./chunk-FDOMAPJY.mjs";
@@ -548,4 +548,4 @@ export {
548
548
  CopilotKitInternal,
549
549
  defaultCopilotContextCategories
550
550
  };
551
- //# sourceMappingURL=chunk-RB2TXKFP.mjs.map
551
+ //# sourceMappingURL=chunk-4YZA2BZC.mjs.map
@@ -4,12 +4,12 @@ import {
4
4
  import {
5
5
  useToast
6
6
  } from "./chunk-EFL5OBKN.mjs";
7
- import {
8
- CopilotMessagesContext
9
- } from "./chunk-DMLQZG75.mjs";
10
7
  import {
11
8
  useCopilotContext
12
9
  } from "./chunk-AFNWX62Q.mjs";
10
+ import {
11
+ CopilotMessagesContext
12
+ } from "./chunk-DMLQZG75.mjs";
13
13
  import {
14
14
  __async
15
15
  } from "./chunk-SKC7AJIV.mjs";
@@ -183,4 +183,4 @@ export {
183
183
  MessagesTapProvider,
184
184
  CopilotMessages
185
185
  };
186
- //# sourceMappingURL=chunk-INPM7YKW.mjs.map
186
+ //# sourceMappingURL=chunk-HE22TZMF.mjs.map
@@ -1,13 +1,13 @@
1
1
  import {
2
2
  StatusChecker
3
3
  } from "./chunk-PMAFHQ7P.mjs";
4
+ import {
5
+ useErrorToast
6
+ } from "./chunk-6PUNP7CD.mjs";
4
7
  import {
5
8
  UsageBanner,
6
9
  getErrorActions
7
10
  } from "./chunk-6ZLPNY7X.mjs";
8
- import {
9
- useErrorToast
10
- } from "./chunk-6PUNP7CD.mjs";
11
11
 
12
12
  // src/components/error-boundary/error-boundary.tsx
13
13
  import React, { useEffect } from "react";
@@ -80,4 +80,4 @@ export {
80
80
  CopilotErrorBoundary,
81
81
  ErrorToast
82
82
  };
83
- //# sourceMappingURL=chunk-SNON4QA6.mjs.map
83
+ //# sourceMappingURL=chunk-LHERIF3L.mjs.map
@@ -3,12 +3,12 @@ import {
3
3
  CopilotKitIcon,
4
4
  ExclamationMarkTriangleIcon
5
5
  } from "./chunk-PIF5KJYI.mjs";
6
- import {
7
- useCopilotMessagesContext
8
- } from "./chunk-DMLQZG75.mjs";
9
6
  import {
10
7
  useCopilotContext
11
8
  } from "./chunk-AFNWX62Q.mjs";
9
+ import {
10
+ useCopilotMessagesContext
11
+ } from "./chunk-DMLQZG75.mjs";
12
12
 
13
13
  // src/components/dev-console/developer-console-modal.tsx
14
14
  import { COPILOTKIT_VERSION } from "@copilotkit/shared";
@@ -756,4 +756,4 @@ function ContextTab({ context }) {
756
756
  export {
757
757
  DeveloperConsoleModal
758
758
  };
759
- //# sourceMappingURL=chunk-3MHWEKFN.mjs.map
759
+ //# sourceMappingURL=chunk-YCG6SNAU.mjs.map
@@ -2,11 +2,11 @@ import {
2
2
  CopilotMessages,
3
3
  MessagesTapProvider,
4
4
  useMessagesTap
5
- } from "../../chunk-INPM7YKW.mjs";
5
+ } from "../../chunk-HE22TZMF.mjs";
6
6
  import "../../chunk-ICIK2BSB.mjs";
7
7
  import "../../chunk-EFL5OBKN.mjs";
8
- import "../../chunk-DMLQZG75.mjs";
9
8
  import "../../chunk-AFNWX62Q.mjs";
9
+ import "../../chunk-DMLQZG75.mjs";
10
10
  import "../../chunk-SKC7AJIV.mjs";
11
11
  export {
12
12
  CopilotMessages,
@@ -2,26 +2,26 @@ import {
2
2
  CopilotKit,
3
3
  CopilotKitInternal,
4
4
  defaultCopilotContextCategories
5
- } from "../../chunk-RB2TXKFP.mjs";
6
- import "../../chunk-SNON4QA6.mjs";
5
+ } from "../../chunk-4YZA2BZC.mjs";
6
+ import "../../chunk-LHERIF3L.mjs";
7
7
  import "../../chunk-CYDWEPFL.mjs";
8
8
  import "../../chunk-2IDV5OHF.mjs";
9
- import "../../chunk-INPM7YKW.mjs";
9
+ import "../../chunk-HE22TZMF.mjs";
10
10
  import "../../chunk-ICIK2BSB.mjs";
11
- import "../../chunk-PMAFHQ7P.mjs";
12
11
  import "../../chunk-RKTVJRK7.mjs";
12
+ import "../../chunk-PMAFHQ7P.mjs";
13
13
  import "../../chunk-YYN33GSG.mjs";
14
- import "../../chunk-WF65O6HX.mjs";
15
- import "../../chunk-6ZLPNY7X.mjs";
16
14
  import "../../chunk-6PUNP7CD.mjs";
17
15
  import "../../chunk-O7ARI5CV.mjs";
18
- import "../../chunk-EFL5OBKN.mjs";
19
16
  import "../../chunk-QNUAXSDP.mjs";
20
17
  import "../../chunk-NB2FKV2V.mjs";
21
- import "../../chunk-DMLQZG75.mjs";
22
18
  import "../../chunk-F555TVE4.mjs";
19
+ import "../../chunk-WF65O6HX.mjs";
20
+ import "../../chunk-EFL5OBKN.mjs";
21
+ import "../../chunk-6ZLPNY7X.mjs";
23
22
  import "../../chunk-FDOMAPJY.mjs";
24
23
  import "../../chunk-AFNWX62Q.mjs";
24
+ import "../../chunk-DMLQZG75.mjs";
25
25
  import "../../chunk-SKC7AJIV.mjs";
26
26
  export {
27
27
  CopilotKit,
@@ -2,26 +2,26 @@ import "../../chunk-SPCZTZCY.mjs";
2
2
  import {
3
3
  CopilotKit,
4
4
  defaultCopilotContextCategories
5
- } from "../../chunk-RB2TXKFP.mjs";
6
- import "../../chunk-SNON4QA6.mjs";
5
+ } from "../../chunk-4YZA2BZC.mjs";
6
+ import "../../chunk-LHERIF3L.mjs";
7
7
  import "../../chunk-CYDWEPFL.mjs";
8
8
  import "../../chunk-2IDV5OHF.mjs";
9
- import "../../chunk-INPM7YKW.mjs";
9
+ import "../../chunk-HE22TZMF.mjs";
10
10
  import "../../chunk-ICIK2BSB.mjs";
11
- import "../../chunk-PMAFHQ7P.mjs";
12
11
  import "../../chunk-RKTVJRK7.mjs";
12
+ import "../../chunk-PMAFHQ7P.mjs";
13
13
  import "../../chunk-YYN33GSG.mjs";
14
- import "../../chunk-WF65O6HX.mjs";
15
- import "../../chunk-6ZLPNY7X.mjs";
16
14
  import "../../chunk-6PUNP7CD.mjs";
17
15
  import "../../chunk-O7ARI5CV.mjs";
18
- import "../../chunk-EFL5OBKN.mjs";
19
16
  import "../../chunk-QNUAXSDP.mjs";
20
17
  import "../../chunk-NB2FKV2V.mjs";
21
- import "../../chunk-DMLQZG75.mjs";
22
18
  import "../../chunk-F555TVE4.mjs";
19
+ import "../../chunk-WF65O6HX.mjs";
20
+ import "../../chunk-EFL5OBKN.mjs";
21
+ import "../../chunk-6ZLPNY7X.mjs";
23
22
  import "../../chunk-FDOMAPJY.mjs";
24
23
  import "../../chunk-AFNWX62Q.mjs";
24
+ import "../../chunk-DMLQZG75.mjs";
25
25
  import "../../chunk-SKC7AJIV.mjs";
26
26
  export {
27
27
  CopilotKit,
@@ -1,14 +1,14 @@
1
1
  "use client";
2
2
  import {
3
3
  DeveloperConsoleModal
4
- } from "../../chunk-3MHWEKFN.mjs";
4
+ } from "../../chunk-YCG6SNAU.mjs";
5
5
  import {
6
6
  CopilotKitIcon
7
7
  } from "../../chunk-PIF5KJYI.mjs";
8
- import "../../chunk-DMLQZG75.mjs";
9
8
  import {
10
9
  useCopilotContext
11
10
  } from "../../chunk-AFNWX62Q.mjs";
11
+ import "../../chunk-DMLQZG75.mjs";
12
12
  import "../../chunk-SKC7AJIV.mjs";
13
13
 
14
14
  // src/components/dev-console/console-trigger.tsx
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  DeveloperConsoleModal
4
- } from "../../chunk-3MHWEKFN.mjs";
4
+ } from "../../chunk-YCG6SNAU.mjs";
5
5
  import "../../chunk-PIF5KJYI.mjs";
6
- import "../../chunk-DMLQZG75.mjs";
7
6
  import "../../chunk-AFNWX62Q.mjs";
7
+ import "../../chunk-DMLQZG75.mjs";
8
8
  import "../../chunk-SKC7AJIV.mjs";
9
9
  export {
10
10
  DeveloperConsoleModal
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  CopilotErrorBoundary,
3
3
  ErrorToast
4
- } from "../../chunk-SNON4QA6.mjs";
4
+ } from "../../chunk-LHERIF3L.mjs";
5
5
  import "../../chunk-PMAFHQ7P.mjs";
6
- import "../../chunk-6ZLPNY7X.mjs";
7
6
  import "../../chunk-6PUNP7CD.mjs";
8
7
  import "../../chunk-O7ARI5CV.mjs";
9
8
  import "../../chunk-EFL5OBKN.mjs";
9
+ import "../../chunk-6ZLPNY7X.mjs";
10
10
  import "../../chunk-SKC7AJIV.mjs";
11
11
  export {
12
12
  CopilotErrorBoundary,
@@ -3,26 +3,26 @@ import "../chunk-SPCZTZCY.mjs";
3
3
  import {
4
4
  CopilotKit,
5
5
  defaultCopilotContextCategories
6
- } from "../chunk-RB2TXKFP.mjs";
7
- import "../chunk-SNON4QA6.mjs";
6
+ } from "../chunk-4YZA2BZC.mjs";
7
+ import "../chunk-LHERIF3L.mjs";
8
8
  import "../chunk-CYDWEPFL.mjs";
9
9
  import "../chunk-2IDV5OHF.mjs";
10
- import "../chunk-INPM7YKW.mjs";
10
+ import "../chunk-HE22TZMF.mjs";
11
11
  import "../chunk-ICIK2BSB.mjs";
12
- import "../chunk-PMAFHQ7P.mjs";
13
12
  import "../chunk-RKTVJRK7.mjs";
13
+ import "../chunk-PMAFHQ7P.mjs";
14
14
  import "../chunk-YYN33GSG.mjs";
15
- import "../chunk-WF65O6HX.mjs";
16
- import "../chunk-6ZLPNY7X.mjs";
17
15
  import "../chunk-6PUNP7CD.mjs";
18
16
  import "../chunk-O7ARI5CV.mjs";
19
- import "../chunk-EFL5OBKN.mjs";
20
17
  import "../chunk-QNUAXSDP.mjs";
21
18
  import "../chunk-NB2FKV2V.mjs";
22
- import "../chunk-DMLQZG75.mjs";
23
19
  import "../chunk-F555TVE4.mjs";
20
+ import "../chunk-WF65O6HX.mjs";
21
+ import "../chunk-EFL5OBKN.mjs";
22
+ import "../chunk-6ZLPNY7X.mjs";
24
23
  import "../chunk-FDOMAPJY.mjs";
25
24
  import "../chunk-AFNWX62Q.mjs";
25
+ import "../chunk-DMLQZG75.mjs";
26
26
  import "../chunk-SKC7AJIV.mjs";
27
27
  export {
28
28
  CopilotKit,
@@ -1,8 +1,4 @@
1
1
  import "../chunk-NB2FKV2V.mjs";
2
- import {
3
- CopilotMessagesContext,
4
- useCopilotMessagesContext
5
- } from "../chunk-DMLQZG75.mjs";
6
2
  import {
7
3
  ThreadsContext,
8
4
  ThreadsProvider,
@@ -17,6 +13,10 @@ import {
17
13
  CopilotContext,
18
14
  useCopilotContext
19
15
  } from "../chunk-AFNWX62Q.mjs";
16
+ import {
17
+ CopilotMessagesContext,
18
+ useCopilotMessagesContext
19
+ } from "../chunk-DMLQZG75.mjs";
20
20
  import "../chunk-SKC7AJIV.mjs";
21
21
  export {
22
22
  CoAgentStateRendersContext,
@@ -1,16 +1,7 @@
1
1
  import "../chunk-A6NKSGH3.mjs";
2
- import {
3
- useLangGraphInterrupt
4
- } from "../chunk-4RRMC7L2.mjs";
5
2
  import {
6
3
  useMakeCopilotDocumentReadable
7
4
  } from "../chunk-7IBF6RBW.mjs";
8
- import {
9
- useCopilotChat
10
- } from "../chunk-53K6WNJG.mjs";
11
- import {
12
- useCopilotReadable
13
- } from "../chunk-Z6JV2LRY.mjs";
14
5
  import {
15
6
  useCopilotRuntimeClient
16
7
  } from "../chunk-6ESSSQ7Q.mjs";
@@ -18,11 +9,8 @@ import {
18
9
  useDefaultTool
19
10
  } from "../chunk-BUSWSDYO.mjs";
20
11
  import {
21
- useCoAgentStateRender
22
- } from "../chunk-YTQHRJUA.mjs";
23
- import {
24
- useCoAgent
25
- } from "../chunk-ZYTXB6HH.mjs";
12
+ useLangGraphInterrupt
13
+ } from "../chunk-4RRMC7L2.mjs";
26
14
  import {
27
15
  useCopilotAdditionalInstructions
28
16
  } from "../chunk-ABWT4DRT.mjs";
@@ -44,6 +32,12 @@ import {
44
32
  import {
45
33
  useCopilotChatHeadless_c
46
34
  } from "../chunk-FQFXYAV7.mjs";
35
+ import {
36
+ useCopilotChatSuggestions
37
+ } from "../chunk-XDFVCQD3.mjs";
38
+ import {
39
+ useCopilotChat
40
+ } from "../chunk-53K6WNJG.mjs";
47
41
  import {
48
42
  useCopilotChatInternal
49
43
  } from "../chunk-LSHFN2Y5.mjs";
@@ -54,18 +48,24 @@ import {
54
48
  useLazyToolRenderer
55
49
  } from "../chunk-ZVF5Q6IH.mjs";
56
50
  import {
57
- useCopilotChatSuggestions
58
- } from "../chunk-XDFVCQD3.mjs";
51
+ useCopilotReadable
52
+ } from "../chunk-Z6JV2LRY.mjs";
53
+ import {
54
+ useCoAgentStateRender
55
+ } from "../chunk-YTQHRJUA.mjs";
56
+ import {
57
+ useCoAgent
58
+ } from "../chunk-ZYTXB6HH.mjs";
59
+ import "../chunk-I76HKHPJ.mjs";
59
60
  import "../chunk-6PUNP7CD.mjs";
60
61
  import "../chunk-O7ARI5CV.mjs";
61
- import "../chunk-EFL5OBKN.mjs";
62
- import "../chunk-I76HKHPJ.mjs";
63
62
  import "../chunk-QNUAXSDP.mjs";
64
63
  import "../chunk-NB2FKV2V.mjs";
65
- import "../chunk-DMLQZG75.mjs";
66
64
  import "../chunk-F555TVE4.mjs";
65
+ import "../chunk-EFL5OBKN.mjs";
67
66
  import "../chunk-FDOMAPJY.mjs";
68
67
  import "../chunk-AFNWX62Q.mjs";
68
+ import "../chunk-DMLQZG75.mjs";
69
69
  import "../chunk-SKC7AJIV.mjs";
70
70
  export {
71
71
  useCoAgent,
@@ -3,10 +3,10 @@ import {
3
3
  useCoagentStateRenderBridge
4
4
  } from "../chunk-QNUAXSDP.mjs";
5
5
  import "../chunk-NB2FKV2V.mjs";
6
- import "../chunk-DMLQZG75.mjs";
7
6
  import "../chunk-F555TVE4.mjs";
8
7
  import "../chunk-FDOMAPJY.mjs";
9
8
  import "../chunk-AFNWX62Q.mjs";
9
+ import "../chunk-DMLQZG75.mjs";
10
10
  import "../chunk-SKC7AJIV.mjs";
11
11
  export {
12
12
  CoAgentStateRenderBridge,
@@ -6,16 +6,16 @@ import {
6
6
  } from "../chunk-LSHFN2Y5.mjs";
7
7
  import "../chunk-VV56AVPB.mjs";
8
8
  import "../chunk-ZVF5Q6IH.mjs";
9
+ import "../chunk-I76HKHPJ.mjs";
9
10
  import "../chunk-6PUNP7CD.mjs";
10
11
  import "../chunk-O7ARI5CV.mjs";
11
- import "../chunk-EFL5OBKN.mjs";
12
- import "../chunk-I76HKHPJ.mjs";
13
12
  import "../chunk-QNUAXSDP.mjs";
14
13
  import "../chunk-NB2FKV2V.mjs";
15
- import "../chunk-DMLQZG75.mjs";
16
14
  import "../chunk-F555TVE4.mjs";
15
+ import "../chunk-EFL5OBKN.mjs";
17
16
  import "../chunk-FDOMAPJY.mjs";
18
17
  import "../chunk-AFNWX62Q.mjs";
18
+ import "../chunk-DMLQZG75.mjs";
19
19
  import "../chunk-SKC7AJIV.mjs";
20
20
  export {
21
21
  defaultSystemMessage,
@@ -4,16 +4,16 @@ import {
4
4
  import "../chunk-LSHFN2Y5.mjs";
5
5
  import "../chunk-VV56AVPB.mjs";
6
6
  import "../chunk-ZVF5Q6IH.mjs";
7
+ import "../chunk-I76HKHPJ.mjs";
7
8
  import "../chunk-6PUNP7CD.mjs";
8
9
  import "../chunk-O7ARI5CV.mjs";
9
- import "../chunk-EFL5OBKN.mjs";
10
- import "../chunk-I76HKHPJ.mjs";
11
10
  import "../chunk-QNUAXSDP.mjs";
12
11
  import "../chunk-NB2FKV2V.mjs";
13
- import "../chunk-DMLQZG75.mjs";
14
12
  import "../chunk-F555TVE4.mjs";
13
+ import "../chunk-EFL5OBKN.mjs";
15
14
  import "../chunk-FDOMAPJY.mjs";
16
15
  import "../chunk-AFNWX62Q.mjs";
16
+ import "../chunk-DMLQZG75.mjs";
17
17
  import "../chunk-SKC7AJIV.mjs";
18
18
  export {
19
19
  useCopilotChat
@@ -4,16 +4,16 @@ import {
4
4
  } from "../chunk-LSHFN2Y5.mjs";
5
5
  import "../chunk-VV56AVPB.mjs";
6
6
  import "../chunk-ZVF5Q6IH.mjs";
7
+ import "../chunk-I76HKHPJ.mjs";
7
8
  import "../chunk-6PUNP7CD.mjs";
8
9
  import "../chunk-O7ARI5CV.mjs";
9
- import "../chunk-EFL5OBKN.mjs";
10
- import "../chunk-I76HKHPJ.mjs";
11
10
  import "../chunk-QNUAXSDP.mjs";
12
11
  import "../chunk-NB2FKV2V.mjs";
13
- import "../chunk-DMLQZG75.mjs";
14
12
  import "../chunk-F555TVE4.mjs";
13
+ import "../chunk-EFL5OBKN.mjs";
15
14
  import "../chunk-FDOMAPJY.mjs";
16
15
  import "../chunk-AFNWX62Q.mjs";
16
+ import "../chunk-DMLQZG75.mjs";
17
17
  import "../chunk-SKC7AJIV.mjs";
18
18
  export {
19
19
  defaultSystemMessage,
@@ -3,10 +3,10 @@ import {
3
3
  } from "../chunk-VV56AVPB.mjs";
4
4
  import "../chunk-I76HKHPJ.mjs";
5
5
  import "../chunk-NB2FKV2V.mjs";
6
- import "../chunk-DMLQZG75.mjs";
7
6
  import "../chunk-F555TVE4.mjs";
8
7
  import "../chunk-FDOMAPJY.mjs";
9
8
  import "../chunk-AFNWX62Q.mjs";
9
+ import "../chunk-DMLQZG75.mjs";
10
10
  import "../chunk-SKC7AJIV.mjs";
11
11
  export {
12
12
  useLangGraphInterruptRender
package/dist/index.mjs CHANGED
@@ -5,41 +5,12 @@ import "./chunk-36KQV2NA.mjs";
5
5
  import "./chunk-LUGEI4YQ.mjs";
6
6
  import {
7
7
  CopilotTask
8
- } from "./chunk-RW2Y52HO.mjs";
8
+ } from "./chunk-3V5TOYKW.mjs";
9
9
  import "./chunk-4CEQJ2X6.mjs";
10
- import "./chunk-JD7BAH7U.mjs";
11
- import "./chunk-SPCZTZCY.mjs";
12
- import {
13
- CopilotKit,
14
- defaultCopilotContextCategories
15
- } from "./chunk-RB2TXKFP.mjs";
16
- import "./chunk-SNON4QA6.mjs";
17
- import "./chunk-CYDWEPFL.mjs";
18
- import {
19
- SUGGESTION_RETRY_CONFIG
20
- } from "./chunk-2IDV5OHF.mjs";
21
- import "./chunk-INPM7YKW.mjs";
22
- import {
23
- shouldShowDevConsole
24
- } from "./chunk-ICIK2BSB.mjs";
25
- import "./chunk-PMAFHQ7P.mjs";
26
- import "./chunk-RKTVJRK7.mjs";
27
- import "./chunk-YYN33GSG.mjs";
28
- import "./chunk-WF65O6HX.mjs";
29
- import "./chunk-6ZLPNY7X.mjs";
30
10
  import "./chunk-A6NKSGH3.mjs";
31
- import {
32
- useLangGraphInterrupt
33
- } from "./chunk-4RRMC7L2.mjs";
34
11
  import {
35
12
  useMakeCopilotDocumentReadable
36
13
  } from "./chunk-7IBF6RBW.mjs";
37
- import {
38
- useCopilotChat
39
- } from "./chunk-53K6WNJG.mjs";
40
- import {
41
- useCopilotReadable
42
- } from "./chunk-Z6JV2LRY.mjs";
43
14
  import {
44
15
  useCopilotRuntimeClient
45
16
  } from "./chunk-6ESSSQ7Q.mjs";
@@ -47,11 +18,8 @@ import {
47
18
  useDefaultTool
48
19
  } from "./chunk-BUSWSDYO.mjs";
49
20
  import {
50
- useCoAgentStateRender
51
- } from "./chunk-YTQHRJUA.mjs";
52
- import {
53
- useCoAgent
54
- } from "./chunk-ZYTXB6HH.mjs";
21
+ useLangGraphInterrupt
22
+ } from "./chunk-4RRMC7L2.mjs";
55
23
  import {
56
24
  useCopilotAdditionalInstructions
57
25
  } from "./chunk-ABWT4DRT.mjs";
@@ -73,6 +41,12 @@ import {
73
41
  import {
74
42
  useCopilotChatHeadless_c
75
43
  } from "./chunk-FQFXYAV7.mjs";
44
+ import {
45
+ useCopilotChatSuggestions
46
+ } from "./chunk-XDFVCQD3.mjs";
47
+ import {
48
+ useCopilotChat
49
+ } from "./chunk-53K6WNJG.mjs";
76
50
  import {
77
51
  useCopilotChatInternal
78
52
  } from "./chunk-LSHFN2Y5.mjs";
@@ -83,23 +57,45 @@ import {
83
57
  useLazyToolRenderer
84
58
  } from "./chunk-ZVF5Q6IH.mjs";
85
59
  import {
86
- useCopilotChatSuggestions
87
- } from "./chunk-XDFVCQD3.mjs";
60
+ useCopilotReadable
61
+ } from "./chunk-Z6JV2LRY.mjs";
62
+ import {
63
+ useCoAgentStateRender
64
+ } from "./chunk-YTQHRJUA.mjs";
65
+ import {
66
+ useCoAgent
67
+ } from "./chunk-ZYTXB6HH.mjs";
68
+ import "./chunk-I76HKHPJ.mjs";
69
+ import "./chunk-JD7BAH7U.mjs";
70
+ import "./chunk-SPCZTZCY.mjs";
71
+ import {
72
+ CopilotKit,
73
+ defaultCopilotContextCategories
74
+ } from "./chunk-4YZA2BZC.mjs";
75
+ import "./chunk-LHERIF3L.mjs";
76
+ import "./chunk-CYDWEPFL.mjs";
77
+ import {
78
+ SUGGESTION_RETRY_CONFIG
79
+ } from "./chunk-2IDV5OHF.mjs";
80
+ import "./chunk-HE22TZMF.mjs";
81
+ import {
82
+ shouldShowDevConsole
83
+ } from "./chunk-ICIK2BSB.mjs";
84
+ import "./chunk-RKTVJRK7.mjs";
85
+ import "./chunk-PMAFHQ7P.mjs";
86
+ import "./chunk-YYN33GSG.mjs";
88
87
  import "./chunk-6PUNP7CD.mjs";
89
88
  import "./chunk-O7ARI5CV.mjs";
90
- import "./chunk-EFL5OBKN.mjs";
91
- import "./chunk-I76HKHPJ.mjs";
92
89
  import "./chunk-QNUAXSDP.mjs";
93
90
  import "./chunk-NB2FKV2V.mjs";
94
- import {
95
- CopilotMessagesContext,
96
- useCopilotMessagesContext
97
- } from "./chunk-DMLQZG75.mjs";
98
91
  import {
99
92
  ThreadsContext,
100
93
  ThreadsProvider,
101
94
  useThreads
102
95
  } from "./chunk-F555TVE4.mjs";
96
+ import "./chunk-WF65O6HX.mjs";
97
+ import "./chunk-EFL5OBKN.mjs";
98
+ import "./chunk-6ZLPNY7X.mjs";
103
99
  import {
104
100
  CoAgentStateRendersContext,
105
101
  CoAgentStateRendersProvider,
@@ -109,6 +105,10 @@ import {
109
105
  CopilotContext,
110
106
  useCopilotContext
111
107
  } from "./chunk-AFNWX62Q.mjs";
108
+ import {
109
+ CopilotMessagesContext,
110
+ useCopilotMessagesContext
111
+ } from "./chunk-DMLQZG75.mjs";
112
112
  import "./chunk-SKC7AJIV.mjs";
113
113
  export {
114
114
  CoAgentStateRendersContext,
@@ -1,29 +1,29 @@
1
1
  import {
2
2
  CopilotTask
3
- } from "../chunk-RW2Y52HO.mjs";
3
+ } from "../chunk-3V5TOYKW.mjs";
4
4
  import "../chunk-4CEQJ2X6.mjs";
5
5
  import "../chunk-JD7BAH7U.mjs";
6
6
  import "../chunk-SPCZTZCY.mjs";
7
- import "../chunk-RB2TXKFP.mjs";
8
- import "../chunk-SNON4QA6.mjs";
7
+ import "../chunk-4YZA2BZC.mjs";
8
+ import "../chunk-LHERIF3L.mjs";
9
9
  import "../chunk-CYDWEPFL.mjs";
10
10
  import "../chunk-2IDV5OHF.mjs";
11
- import "../chunk-INPM7YKW.mjs";
11
+ import "../chunk-HE22TZMF.mjs";
12
12
  import "../chunk-ICIK2BSB.mjs";
13
- import "../chunk-PMAFHQ7P.mjs";
14
13
  import "../chunk-RKTVJRK7.mjs";
14
+ import "../chunk-PMAFHQ7P.mjs";
15
15
  import "../chunk-YYN33GSG.mjs";
16
- import "../chunk-WF65O6HX.mjs";
17
- import "../chunk-6ZLPNY7X.mjs";
18
16
  import "../chunk-6PUNP7CD.mjs";
19
17
  import "../chunk-O7ARI5CV.mjs";
20
- import "../chunk-EFL5OBKN.mjs";
21
18
  import "../chunk-QNUAXSDP.mjs";
22
19
  import "../chunk-NB2FKV2V.mjs";
23
- import "../chunk-DMLQZG75.mjs";
24
20
  import "../chunk-F555TVE4.mjs";
21
+ import "../chunk-WF65O6HX.mjs";
22
+ import "../chunk-EFL5OBKN.mjs";
23
+ import "../chunk-6ZLPNY7X.mjs";
25
24
  import "../chunk-FDOMAPJY.mjs";
26
25
  import "../chunk-AFNWX62Q.mjs";
26
+ import "../chunk-DMLQZG75.mjs";
27
27
  import "../chunk-SKC7AJIV.mjs";
28
28
  export {
29
29
  CopilotTask
@@ -1,30 +1,30 @@
1
1
  import "../chunk-LUGEI4YQ.mjs";
2
2
  import {
3
3
  CopilotTask
4
- } from "../chunk-RW2Y52HO.mjs";
4
+ } from "../chunk-3V5TOYKW.mjs";
5
5
  import "../chunk-4CEQJ2X6.mjs";
6
6
  import "../chunk-JD7BAH7U.mjs";
7
7
  import "../chunk-SPCZTZCY.mjs";
8
- import "../chunk-RB2TXKFP.mjs";
9
- import "../chunk-SNON4QA6.mjs";
8
+ import "../chunk-4YZA2BZC.mjs";
9
+ import "../chunk-LHERIF3L.mjs";
10
10
  import "../chunk-CYDWEPFL.mjs";
11
11
  import "../chunk-2IDV5OHF.mjs";
12
- import "../chunk-INPM7YKW.mjs";
12
+ import "../chunk-HE22TZMF.mjs";
13
13
  import "../chunk-ICIK2BSB.mjs";
14
- import "../chunk-PMAFHQ7P.mjs";
15
14
  import "../chunk-RKTVJRK7.mjs";
15
+ import "../chunk-PMAFHQ7P.mjs";
16
16
  import "../chunk-YYN33GSG.mjs";
17
- import "../chunk-WF65O6HX.mjs";
18
- import "../chunk-6ZLPNY7X.mjs";
19
17
  import "../chunk-6PUNP7CD.mjs";
20
18
  import "../chunk-O7ARI5CV.mjs";
21
- import "../chunk-EFL5OBKN.mjs";
22
19
  import "../chunk-QNUAXSDP.mjs";
23
20
  import "../chunk-NB2FKV2V.mjs";
24
- import "../chunk-DMLQZG75.mjs";
25
21
  import "../chunk-F555TVE4.mjs";
22
+ import "../chunk-WF65O6HX.mjs";
23
+ import "../chunk-EFL5OBKN.mjs";
24
+ import "../chunk-6ZLPNY7X.mjs";
26
25
  import "../chunk-FDOMAPJY.mjs";
27
26
  import "../chunk-AFNWX62Q.mjs";
27
+ import "../chunk-DMLQZG75.mjs";
28
28
  import "../chunk-SKC7AJIV.mjs";
29
29
  export {
30
30
  CopilotTask
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "version": "0.0.0-fix-restore-handle-method-node-http-20260105204107",
12
+ "version": "0.0.0-fix-runtime-openai-api-key-passthrough-20260115003142",
13
13
  "sideEffects": [
14
14
  "**/*.css"
15
15
  ],
@@ -31,9 +31,14 @@
31
31
  "types": "./dist/index.d.ts",
32
32
  "license": "MIT",
33
33
  "peerDependencies": {
34
+ "@ag-ui/client": "^0.0.42",
34
35
  "react": "^18 || ^19 || ^19.0.0-rc",
35
36
  "react-dom": "^18 || ^19 || ^19.0.0-rc",
36
- "zod": ">=3.0.0"
37
+ "zod": ">=3.0.0",
38
+ "@copilotkit/runtime-client-gql": "0.0.0-fix-runtime-openai-api-key-passthrough-20260115003142",
39
+ "@copilotkit/shared": "0.0.0-fix-runtime-openai-api-key-passthrough-20260115003142",
40
+ "@copilotkitnext/core": "0.0.0-fix-runtime-openai-api-key-passthrough-20260115003142",
41
+ "@copilotkitnext/react": "0.0.0-fix-runtime-openai-api-key-passthrough-20260115003142"
37
42
  },
38
43
  "devDependencies": {
39
44
  "@testing-library/react": "^16.3.0",
@@ -51,18 +56,17 @@
51
56
  "tsup": "^6.7.0",
52
57
  "typescript": "^5.2.3",
53
58
  "zod": ">=3.0.0",
59
+ "@copilotkit/runtime-client-gql": "0.0.0-fix-runtime-openai-api-key-passthrough-20260115003142",
60
+ "@copilotkit/shared": "0.0.0-fix-runtime-openai-api-key-passthrough-20260115003142",
61
+ "@copilotkitnext/core": "0.0.0-fix-runtime-openai-api-key-passthrough-20260115003142",
62
+ "@copilotkitnext/react": "0.0.0-fix-runtime-openai-api-key-passthrough-20260115003142",
54
63
  "eslint-config-custom": "1.4.6",
55
64
  "tsconfig": "1.4.6"
56
65
  },
57
66
  "dependencies": {
58
- "@ag-ui/client": "^0.0.42",
59
- "@copilotkitnext/core": "0.0.33",
60
- "@copilotkitnext/react": "0.0.33",
61
67
  "@scarf/scarf": "^1.3.0",
62
68
  "react-markdown": "^8.0.7",
63
- "untruncate-json": "^0.0.1",
64
- "@copilotkit/runtime-client-gql": "0.0.0-fix-restore-handle-method-node-http-20260105204107",
65
- "@copilotkit/shared": "0.0.0-fix-restore-handle-method-node-http-20260105204107"
69
+ "untruncate-json": "^0.0.1"
66
70
  },
67
71
  "keywords": [
68
72
  "copilotkit",