@copilotkit/react-ui 0.0.0-fix-restore-handle-method-node-http-20251222114321 → 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.
- package/CHANGELOG.md +65 -113
- package/LICENSE +21 -0
- package/dist/{chunk-NGJ32FAP.mjs → chunk-6TWQUA2Q.mjs} +4 -3
- package/dist/chunk-6TWQUA2Q.mjs.map +1 -0
- package/dist/{chunk-7PR2KJDO.mjs → chunk-BVKKSSB2.mjs} +2 -2
- package/dist/{chunk-LQEFRHRT.mjs → chunk-DI7DDMRS.mjs} +2 -2
- package/dist/{chunk-QPQRLXN3.mjs → chunk-NSJWSIPR.mjs} +2 -2
- package/dist/{chunk-QB3GUN2N.mjs → chunk-VHKHX7GV.mjs} +2 -2
- package/dist/{chunk-ELUJRANC.mjs → chunk-VVCCMYGT.mjs} +2 -2
- package/dist/components/chat/Chat.js +3 -2
- package/dist/components/chat/Chat.js.map +1 -1
- package/dist/components/chat/Chat.mjs +3 -3
- package/dist/components/chat/Modal.js +3 -2
- package/dist/components/chat/Modal.js.map +1 -1
- package/dist/components/chat/Modal.mjs +4 -4
- package/dist/components/chat/Popup.js +3 -2
- package/dist/components/chat/Popup.js.map +1 -1
- package/dist/components/chat/Popup.mjs +5 -5
- package/dist/components/chat/Sidebar.js +3 -2
- package/dist/components/chat/Sidebar.js.map +1 -1
- package/dist/components/chat/Sidebar.mjs +5 -5
- package/dist/components/chat/Suggestion.js +3 -2
- package/dist/components/chat/Suggestion.js.map +1 -1
- package/dist/components/chat/Suggestion.mjs +1 -1
- package/dist/components/chat/Suggestions.js +3 -2
- package/dist/components/chat/Suggestions.js.map +1 -1
- package/dist/components/chat/Suggestions.mjs +2 -2
- package/dist/components/chat/index.js +3 -2
- package/dist/components/chat/index.js.map +1 -1
- package/dist/components/chat/index.mjs +6 -6
- package/dist/components/index.js +3 -2
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +6 -6
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -6
- package/package.json +9 -6
- package/src/components/chat/Suggestion.tsx +3 -2
- package/dist/chunk-NGJ32FAP.mjs.map +0 -1
- /package/dist/{chunk-7PR2KJDO.mjs.map → chunk-BVKKSSB2.mjs.map} +0 -0
- /package/dist/{chunk-LQEFRHRT.mjs.map → chunk-DI7DDMRS.mjs.map} +0 -0
- /package/dist/{chunk-QPQRLXN3.mjs.map → chunk-NSJWSIPR.mjs.map} +0 -0
- /package/dist/{chunk-QB3GUN2N.mjs.map → chunk-VHKHX7GV.mjs.map} +0 -0
- /package/dist/{chunk-ELUJRANC.mjs.map → chunk-VVCCMYGT.mjs.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,73 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
-
## 0.0.0-fix-
|
|
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-
|
|
8
|
-
- @copilotkit/react-core@0.0.0-fix-
|
|
9
|
-
- @copilotkit/shared@0.0.0-fix-
|
|
7
|
+
- @copilotkit/runtime-client-gql@0.0.0-fix-runtime-openai-api-key-passthrough-20260115003142
|
|
8
|
+
- @copilotkit/react-core@0.0.0-fix-runtime-openai-api-key-passthrough-20260115003142
|
|
9
|
+
- @copilotkit/shared@0.0.0-fix-runtime-openai-api-key-passthrough-20260115003142
|
|
10
|
+
|
|
11
|
+
## 1.51.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [329653b]
|
|
16
|
+
- @copilotkit/react-core@1.51.1
|
|
17
|
+
- @copilotkit/runtime-client-gql@1.51.1
|
|
18
|
+
- @copilotkit/shared@1.51.1
|
|
19
|
+
|
|
20
|
+
## 1.51.0
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- 2839a15: Update versioning strategy
|
|
25
|
+
- Updated dependencies [2839a15]
|
|
26
|
+
- Updated dependencies [2afd4e3]
|
|
27
|
+
- @copilotkit/runtime-client-gql@1.51.0
|
|
28
|
+
- @copilotkit/react-core@1.51.0
|
|
29
|
+
- @copilotkit/shared@1.51.0
|
|
30
|
+
|
|
31
|
+
## 1.51.0-next.4
|
|
32
|
+
|
|
33
|
+
### Patch Changes
|
|
34
|
+
|
|
35
|
+
- @copilotkit/runtime-client-gql@1.51.0-next.4
|
|
36
|
+
- @copilotkit/react-core@1.51.0-next.4
|
|
37
|
+
- @copilotkit/shared@1.51.0-next.4
|
|
38
|
+
|
|
39
|
+
## 1.51.0-next.3
|
|
40
|
+
|
|
41
|
+
### Patch Changes
|
|
42
|
+
|
|
43
|
+
- @copilotkit/runtime-client-gql@1.51.0-next.3
|
|
44
|
+
- @copilotkit/react-core@1.51.0-next.3
|
|
45
|
+
- @copilotkit/shared@1.51.0-next.3
|
|
46
|
+
|
|
47
|
+
## 1.51.0-next.2
|
|
48
|
+
|
|
49
|
+
### Patch Changes
|
|
50
|
+
|
|
51
|
+
- Updated dependencies [2afd4e3]
|
|
52
|
+
- @copilotkit/shared@1.51.0-next.2
|
|
53
|
+
- @copilotkit/react-core@1.51.0-next.2
|
|
54
|
+
- @copilotkit/runtime-client-gql@1.51.0-next.2
|
|
55
|
+
|
|
56
|
+
## 1.51.0-next.1
|
|
57
|
+
|
|
58
|
+
### Patch Changes
|
|
59
|
+
|
|
60
|
+
- @copilotkit/react-core@1.51.0-next.1
|
|
61
|
+
- @copilotkit/runtime-client-gql@1.51.0-next.1
|
|
62
|
+
- @copilotkit/shared@1.51.0-next.1
|
|
63
|
+
|
|
64
|
+
## 1.50.2-next.0
|
|
65
|
+
|
|
66
|
+
### Patch Changes
|
|
67
|
+
|
|
68
|
+
- @copilotkit/runtime-client-gql@1.50.2-next.0
|
|
69
|
+
- @copilotkit/react-core@1.50.2-next.0
|
|
70
|
+
- @copilotkit/shared@1.50.2-next.0
|
|
10
71
|
|
|
11
72
|
## 1.50.1
|
|
12
73
|
|
|
@@ -410,7 +471,6 @@
|
|
|
410
471
|
- 0cc9ec2: - fix(react-ui): address hydration issue
|
|
411
472
|
|
|
412
473
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
413
|
-
|
|
414
474
|
- @copilotkit/react-core@1.10.6-next.0
|
|
415
475
|
- @copilotkit/runtime-client-gql@1.10.6-next.0
|
|
416
476
|
- @copilotkit/shared@1.10.6-next.0
|
|
@@ -678,14 +738,12 @@
|
|
|
678
738
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
679
739
|
|
|
680
740
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
681
|
-
|
|
682
741
|
- Generative UI
|
|
683
742
|
- Suggestions
|
|
684
743
|
- Agentic Generative UI
|
|
685
744
|
- Interrupts
|
|
686
745
|
|
|
687
746
|
In addition, a variety of QOL changes have been made.
|
|
688
|
-
|
|
689
747
|
- New AG-UI based message types
|
|
690
748
|
- Inline code rendering is fixed
|
|
691
749
|
|
|
@@ -695,7 +753,6 @@
|
|
|
695
753
|
|
|
696
754
|
- 967d0ab: - refactor(chat): separate useCopilotChat into internal implementation and public API
|
|
697
755
|
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
|
|
698
|
-
|
|
699
756
|
- Added `renderError` prop to `CopilotChat` for inline error rendering.
|
|
700
757
|
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
|
|
701
758
|
- Updated `Modal` to handle observability hooks with public API key checks.
|
|
@@ -705,19 +762,15 @@
|
|
|
705
762
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
706
763
|
|
|
707
764
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
708
|
-
|
|
709
765
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
710
766
|
|
|
711
767
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
712
|
-
|
|
713
768
|
- chore: address linting issues
|
|
714
769
|
|
|
715
770
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
716
|
-
|
|
717
771
|
- chore: fixing branding and docs
|
|
718
772
|
|
|
719
773
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
720
|
-
|
|
721
774
|
- chore: more docs fixing
|
|
722
775
|
|
|
723
776
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -764,19 +817,15 @@
|
|
|
764
817
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
765
818
|
|
|
766
819
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
767
|
-
|
|
768
820
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
769
821
|
|
|
770
822
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
771
|
-
|
|
772
823
|
- chore: address linting issues
|
|
773
824
|
|
|
774
825
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
775
|
-
|
|
776
826
|
- chore: fixing branding and docs
|
|
777
827
|
|
|
778
828
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
779
|
-
|
|
780
829
|
- chore: more docs fixing
|
|
781
830
|
|
|
782
831
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -791,7 +840,6 @@
|
|
|
791
840
|
### Patch Changes
|
|
792
841
|
|
|
793
842
|
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
|
|
794
|
-
|
|
795
843
|
- Added `renderError` prop to `CopilotChat` for inline error rendering.
|
|
796
844
|
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
|
|
797
845
|
- Updated `Modal` to handle observability hooks with public API key checks.
|
|
@@ -879,14 +927,12 @@
|
|
|
879
927
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
880
928
|
|
|
881
929
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
882
|
-
|
|
883
930
|
- Generative UI
|
|
884
931
|
- Suggestions
|
|
885
932
|
- Agentic Generative UI
|
|
886
933
|
- Interrupts
|
|
887
934
|
|
|
888
935
|
In addition, a variety of QOL changes have been made.
|
|
889
|
-
|
|
890
936
|
- New AG-UI based message types
|
|
891
937
|
- Inline code rendering is fixed
|
|
892
938
|
|
|
@@ -1468,7 +1514,6 @@
|
|
|
1468
1514
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
1469
1515
|
|
|
1470
1516
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
1471
|
-
|
|
1472
1517
|
- @copilotkit/runtime-client-gql@1.8.11
|
|
1473
1518
|
- @copilotkit/react-core@1.8.11
|
|
1474
1519
|
- @copilotkit/shared@1.8.11
|
|
@@ -1488,7 +1533,6 @@
|
|
|
1488
1533
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
1489
1534
|
|
|
1490
1535
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
1491
|
-
|
|
1492
1536
|
- @copilotkit/react-core@1.8.11-next.0
|
|
1493
1537
|
- @copilotkit/runtime-client-gql@1.8.11-next.0
|
|
1494
1538
|
- @copilotkit/shared@1.8.11-next.0
|
|
@@ -2462,7 +2506,6 @@
|
|
|
2462
2506
|
- 86fae3a: - feat(react-ui): add interfaces for full message customization
|
|
2463
2507
|
|
|
2464
2508
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
2465
|
-
|
|
2466
2509
|
- @copilotkit/react-core@1.5.12-next.0
|
|
2467
2510
|
- @copilotkit/runtime-client-gql@1.5.12-next.0
|
|
2468
2511
|
- @copilotkit/shared@1.5.12-next.0
|
|
@@ -2779,7 +2822,6 @@
|
|
|
2779
2822
|
send() function despite the send button being correctly disabled. Added
|
|
2780
2823
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
2781
2824
|
validation between button and keyboard triggers.
|
|
2782
|
-
|
|
2783
2825
|
- Added validation check to Enter key handler
|
|
2784
2826
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
2785
2827
|
- Makes behavior consistent with disabled send button state
|
|
@@ -2805,13 +2847,11 @@
|
|
|
2805
2847
|
send() function despite the send button being correctly disabled. Added
|
|
2806
2848
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
2807
2849
|
validation between button and keyboard triggers.
|
|
2808
|
-
|
|
2809
2850
|
- Added validation check to Enter key handler
|
|
2810
2851
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
2811
2852
|
- Makes behavior consistent with disabled send button state
|
|
2812
2853
|
|
|
2813
2854
|
Resolves #1129
|
|
2814
|
-
|
|
2815
2855
|
- @copilotkit/react-core@1.4.8-next.0
|
|
2816
2856
|
- @copilotkit/runtime-client-gql@1.4.8-next.0
|
|
2817
2857
|
- @copilotkit/shared@1.4.8-next.0
|
|
@@ -2950,7 +2990,6 @@
|
|
|
2950
2990
|
- e16d95e: New prerelease
|
|
2951
2991
|
- 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
|
|
2952
2992
|
- CopilotKit Core:
|
|
2953
|
-
|
|
2954
2993
|
- Improved error messages and overall logs
|
|
2955
2994
|
- `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
|
|
2956
2995
|
- Improved scrolling behavior. It is now possible to scroll up during LLM response generation
|
|
@@ -2958,7 +2997,6 @@
|
|
|
2958
2997
|
- Updated interfaces for better developer ergonomics
|
|
2959
2998
|
|
|
2960
2999
|
CoAgents:
|
|
2961
|
-
|
|
2962
3000
|
- Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
|
|
2963
3001
|
- Support for LangGraph Platform in Remote Endpoints
|
|
2964
3002
|
- LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
|
|
@@ -2966,7 +3004,6 @@
|
|
|
2966
3004
|
- Enhanced state management and message handling
|
|
2967
3005
|
|
|
2968
3006
|
CopilotKid Back-end SDK:
|
|
2969
|
-
|
|
2970
3007
|
- Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
|
|
2971
3008
|
|
|
2972
3009
|
- 8d0144f: bump
|
|
@@ -3369,7 +3406,6 @@ CopilotKid Back-end SDK:
|
|
|
3369
3406
|
### Patch Changes
|
|
3370
3407
|
|
|
3371
3408
|
- inject minified css in bundle
|
|
3372
|
-
|
|
3373
3409
|
- removes the need to import `styles.css` manually
|
|
3374
3410
|
- empty `styles.css` included in the build for backwards compatibility
|
|
3375
3411
|
- uses tsup's `injectStyles` with `postcss` to bundle and minify the CSS, then inject it as a style tag
|
|
@@ -3534,7 +3570,6 @@ CopilotKid Back-end SDK:
|
|
|
3534
3570
|
### Major Changes
|
|
3535
3571
|
|
|
3536
3572
|
- b6a4b6eb: V1.0 Release Candidate
|
|
3537
|
-
|
|
3538
3573
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
3539
3574
|
- Support for Copilot Cloud
|
|
3540
3575
|
- Generative UI
|
|
@@ -3542,7 +3577,6 @@ CopilotKid Back-end SDK:
|
|
|
3542
3577
|
- OpenAI assistant API streaming
|
|
3543
3578
|
|
|
3544
3579
|
- V1.0 Release
|
|
3545
|
-
|
|
3546
3580
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
3547
3581
|
- Support for Copilot Cloud
|
|
3548
3582
|
- Generative UI
|
|
@@ -3586,7 +3620,6 @@ CopilotKid Back-end SDK:
|
|
|
3586
3620
|
### Major Changes
|
|
3587
3621
|
|
|
3588
3622
|
- V1.0 Release Candidate
|
|
3589
|
-
|
|
3590
3623
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
3591
3624
|
- Support for Copilot Cloud
|
|
3592
3625
|
- Generative UI
|
|
@@ -4893,14 +4926,12 @@ CopilotKid Back-end SDK:
|
|
|
4893
4926
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
4894
4927
|
|
|
4895
4928
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
4896
|
-
|
|
4897
4929
|
- Generative UI
|
|
4898
4930
|
- Suggestions
|
|
4899
4931
|
- Agentic Generative UI
|
|
4900
4932
|
- Interrupts
|
|
4901
4933
|
|
|
4902
4934
|
In addition, a variety of QOL changes have been made.
|
|
4903
|
-
|
|
4904
4935
|
- New AG-UI based message types
|
|
4905
4936
|
- Inline code rendering is fixed
|
|
4906
4937
|
|
|
@@ -4910,7 +4941,6 @@ CopilotKid Back-end SDK:
|
|
|
4910
4941
|
|
|
4911
4942
|
- 967d0ab: - refactor(chat): separate useCopilotChat into internal implementation and public API
|
|
4912
4943
|
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
|
|
4913
|
-
|
|
4914
4944
|
- Added `renderError` prop to `CopilotChat` for inline error rendering.
|
|
4915
4945
|
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
|
|
4916
4946
|
- Updated `Modal` to handle observability hooks with public API key checks.
|
|
@@ -4920,19 +4950,15 @@ CopilotKid Back-end SDK:
|
|
|
4920
4950
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
4921
4951
|
|
|
4922
4952
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
4923
|
-
|
|
4924
4953
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
4925
4954
|
|
|
4926
4955
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
4927
|
-
|
|
4928
4956
|
- chore: address linting issues
|
|
4929
4957
|
|
|
4930
4958
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
4931
|
-
|
|
4932
4959
|
- chore: fixing branding and docs
|
|
4933
4960
|
|
|
4934
4961
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
4935
|
-
|
|
4936
4962
|
- chore: more docs fixing
|
|
4937
4963
|
|
|
4938
4964
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -4979,19 +5005,15 @@ CopilotKid Back-end SDK:
|
|
|
4979
5005
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
4980
5006
|
|
|
4981
5007
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
4982
|
-
|
|
4983
5008
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
4984
5009
|
|
|
4985
5010
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
4986
|
-
|
|
4987
5011
|
- chore: address linting issues
|
|
4988
5012
|
|
|
4989
5013
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
4990
|
-
|
|
4991
5014
|
- chore: fixing branding and docs
|
|
4992
5015
|
|
|
4993
5016
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
4994
|
-
|
|
4995
5017
|
- chore: more docs fixing
|
|
4996
5018
|
|
|
4997
5019
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -5006,7 +5028,6 @@ CopilotKid Back-end SDK:
|
|
|
5006
5028
|
### Patch Changes
|
|
5007
5029
|
|
|
5008
5030
|
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
|
|
5009
|
-
|
|
5010
5031
|
- Added `renderError` prop to `CopilotChat` for inline error rendering.
|
|
5011
5032
|
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
|
|
5012
5033
|
- Updated `Modal` to handle observability hooks with public API key checks.
|
|
@@ -5094,14 +5115,12 @@ CopilotKid Back-end SDK:
|
|
|
5094
5115
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
5095
5116
|
|
|
5096
5117
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
5097
|
-
|
|
5098
5118
|
- Generative UI
|
|
5099
5119
|
- Suggestions
|
|
5100
5120
|
- Agentic Generative UI
|
|
5101
5121
|
- Interrupts
|
|
5102
5122
|
|
|
5103
5123
|
In addition, a variety of QOL changes have been made.
|
|
5104
|
-
|
|
5105
5124
|
- New AG-UI based message types
|
|
5106
5125
|
- Inline code rendering is fixed
|
|
5107
5126
|
|
|
@@ -5683,7 +5702,6 @@ CopilotKid Back-end SDK:
|
|
|
5683
5702
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
5684
5703
|
|
|
5685
5704
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
5686
|
-
|
|
5687
5705
|
- @copilotkit/runtime-client-gql@1.8.11
|
|
5688
5706
|
- @copilotkit/react-core@1.8.11
|
|
5689
5707
|
- @copilotkit/shared@1.8.11
|
|
@@ -5703,7 +5721,6 @@ CopilotKid Back-end SDK:
|
|
|
5703
5721
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
5704
5722
|
|
|
5705
5723
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
5706
|
-
|
|
5707
5724
|
- @copilotkit/react-core@1.8.11-next.0
|
|
5708
5725
|
- @copilotkit/runtime-client-gql@1.8.11-next.0
|
|
5709
5726
|
- @copilotkit/shared@1.8.11-next.0
|
|
@@ -6677,7 +6694,6 @@ CopilotKid Back-end SDK:
|
|
|
6677
6694
|
- 86fae3a: - feat(react-ui): add interfaces for full message customization
|
|
6678
6695
|
|
|
6679
6696
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
6680
|
-
|
|
6681
6697
|
- @copilotkit/react-core@1.5.12-next.0
|
|
6682
6698
|
- @copilotkit/runtime-client-gql@1.5.12-next.0
|
|
6683
6699
|
- @copilotkit/shared@1.5.12-next.0
|
|
@@ -6994,7 +7010,6 @@ CopilotKid Back-end SDK:
|
|
|
6994
7010
|
send() function despite the send button being correctly disabled. Added
|
|
6995
7011
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
6996
7012
|
validation between button and keyboard triggers.
|
|
6997
|
-
|
|
6998
7013
|
- Added validation check to Enter key handler
|
|
6999
7014
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
7000
7015
|
- Makes behavior consistent with disabled send button state
|
|
@@ -7020,13 +7035,11 @@ CopilotKid Back-end SDK:
|
|
|
7020
7035
|
send() function despite the send button being correctly disabled. Added
|
|
7021
7036
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
7022
7037
|
validation between button and keyboard triggers.
|
|
7023
|
-
|
|
7024
7038
|
- Added validation check to Enter key handler
|
|
7025
7039
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
7026
7040
|
- Makes behavior consistent with disabled send button state
|
|
7027
7041
|
|
|
7028
7042
|
Resolves #1129
|
|
7029
|
-
|
|
7030
7043
|
- @copilotkit/react-core@1.4.8-next.0
|
|
7031
7044
|
- @copilotkit/runtime-client-gql@1.4.8-next.0
|
|
7032
7045
|
- @copilotkit/shared@1.4.8-next.0
|
|
@@ -7165,7 +7178,6 @@ CopilotKid Back-end SDK:
|
|
|
7165
7178
|
- e16d95e: New prerelease
|
|
7166
7179
|
- 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
|
|
7167
7180
|
- CopilotKit Core:
|
|
7168
|
-
|
|
7169
7181
|
- Improved error messages and overall logs
|
|
7170
7182
|
- `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
|
|
7171
7183
|
- Improved scrolling behavior. It is now possible to scroll up during LLM response generation
|
|
@@ -7173,7 +7185,6 @@ CopilotKid Back-end SDK:
|
|
|
7173
7185
|
- Updated interfaces for better developer ergonomics
|
|
7174
7186
|
|
|
7175
7187
|
CoAgents:
|
|
7176
|
-
|
|
7177
7188
|
- Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
|
|
7178
7189
|
- Support for LangGraph Platform in Remote Endpoints
|
|
7179
7190
|
- LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
|
|
@@ -7181,7 +7192,6 @@ CopilotKid Back-end SDK:
|
|
|
7181
7192
|
- Enhanced state management and message handling
|
|
7182
7193
|
|
|
7183
7194
|
CopilotKid Back-end SDK:
|
|
7184
|
-
|
|
7185
7195
|
- Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
|
|
7186
7196
|
|
|
7187
7197
|
- 8d0144f: bump
|
|
@@ -7584,7 +7594,6 @@ CopilotKid Back-end SDK:
|
|
|
7584
7594
|
### Patch Changes
|
|
7585
7595
|
|
|
7586
7596
|
- inject minified css in bundle
|
|
7587
|
-
|
|
7588
7597
|
- removes the need to import `styles.css` manually
|
|
7589
7598
|
- empty `styles.css` included in the build for backwards compatibility
|
|
7590
7599
|
- uses tsup's `injectStyles` with `postcss` to bundle and minify the CSS, then inject it as a style tag
|
|
@@ -7749,7 +7758,6 @@ CopilotKid Back-end SDK:
|
|
|
7749
7758
|
### Major Changes
|
|
7750
7759
|
|
|
7751
7760
|
- b6a4b6eb: V1.0 Release Candidate
|
|
7752
|
-
|
|
7753
7761
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
7754
7762
|
- Support for Copilot Cloud
|
|
7755
7763
|
- Generative UI
|
|
@@ -7757,7 +7765,6 @@ CopilotKid Back-end SDK:
|
|
|
7757
7765
|
- OpenAI assistant API streaming
|
|
7758
7766
|
|
|
7759
7767
|
- V1.0 Release
|
|
7760
|
-
|
|
7761
7768
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
7762
7769
|
- Support for Copilot Cloud
|
|
7763
7770
|
- Generative UI
|
|
@@ -7801,7 +7808,6 @@ CopilotKid Back-end SDK:
|
|
|
7801
7808
|
### Major Changes
|
|
7802
7809
|
|
|
7803
7810
|
- V1.0 Release Candidate
|
|
7804
|
-
|
|
7805
7811
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
7806
7812
|
- Support for Copilot Cloud
|
|
7807
7813
|
- Generative UI
|
|
@@ -9116,14 +9122,12 @@ CopilotKid Back-end SDK:
|
|
|
9116
9122
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
9117
9123
|
|
|
9118
9124
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
9119
|
-
|
|
9120
9125
|
- Generative UI
|
|
9121
9126
|
- Suggestions
|
|
9122
9127
|
- Agentic Generative UI
|
|
9123
9128
|
- Interrupts
|
|
9124
9129
|
|
|
9125
9130
|
In addition, a variety of QOL changes have been made.
|
|
9126
|
-
|
|
9127
9131
|
- New AG-UI based message types
|
|
9128
9132
|
- Inline code rendering is fixed
|
|
9129
9133
|
|
|
@@ -9133,7 +9137,6 @@ CopilotKid Back-end SDK:
|
|
|
9133
9137
|
|
|
9134
9138
|
- 967d0ab: - refactor(chat): separate useCopilotChat into internal implementation and public API
|
|
9135
9139
|
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
|
|
9136
|
-
|
|
9137
9140
|
- Added `renderError` prop to `CopilotChat` for inline error rendering.
|
|
9138
9141
|
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
|
|
9139
9142
|
- Updated `Modal` to handle observability hooks with public API key checks.
|
|
@@ -9143,19 +9146,15 @@ CopilotKid Back-end SDK:
|
|
|
9143
9146
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
9144
9147
|
|
|
9145
9148
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9146
|
-
|
|
9147
9149
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
9148
9150
|
|
|
9149
9151
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9150
|
-
|
|
9151
9152
|
- chore: address linting issues
|
|
9152
9153
|
|
|
9153
9154
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9154
|
-
|
|
9155
9155
|
- chore: fixing branding and docs
|
|
9156
9156
|
|
|
9157
9157
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9158
|
-
|
|
9159
9158
|
- chore: more docs fixing
|
|
9160
9159
|
|
|
9161
9160
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -9202,19 +9201,15 @@ CopilotKid Back-end SDK:
|
|
|
9202
9201
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
9203
9202
|
|
|
9204
9203
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9205
|
-
|
|
9206
9204
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
9207
9205
|
|
|
9208
9206
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9209
|
-
|
|
9210
9207
|
- chore: address linting issues
|
|
9211
9208
|
|
|
9212
9209
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9213
|
-
|
|
9214
9210
|
- chore: fixing branding and docs
|
|
9215
9211
|
|
|
9216
9212
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9217
|
-
|
|
9218
9213
|
- chore: more docs fixing
|
|
9219
9214
|
|
|
9220
9215
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -9229,7 +9224,6 @@ CopilotKid Back-end SDK:
|
|
|
9229
9224
|
### Patch Changes
|
|
9230
9225
|
|
|
9231
9226
|
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
|
|
9232
|
-
|
|
9233
9227
|
- Added `renderError` prop to `CopilotChat` for inline error rendering.
|
|
9234
9228
|
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
|
|
9235
9229
|
- Updated `Modal` to handle observability hooks with public API key checks.
|
|
@@ -9317,14 +9311,12 @@ CopilotKid Back-end SDK:
|
|
|
9317
9311
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
9318
9312
|
|
|
9319
9313
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
9320
|
-
|
|
9321
9314
|
- Generative UI
|
|
9322
9315
|
- Suggestions
|
|
9323
9316
|
- Agentic Generative UI
|
|
9324
9317
|
- Interrupts
|
|
9325
9318
|
|
|
9326
9319
|
In addition, a variety of QOL changes have been made.
|
|
9327
|
-
|
|
9328
9320
|
- New AG-UI based message types
|
|
9329
9321
|
- Inline code rendering is fixed
|
|
9330
9322
|
|
|
@@ -9906,7 +9898,6 @@ CopilotKid Back-end SDK:
|
|
|
9906
9898
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
9907
9899
|
|
|
9908
9900
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9909
|
-
|
|
9910
9901
|
- @copilotkit/runtime-client-gql@1.8.11
|
|
9911
9902
|
- @copilotkit/react-core@1.8.11
|
|
9912
9903
|
- @copilotkit/shared@1.8.11
|
|
@@ -9926,7 +9917,6 @@ CopilotKid Back-end SDK:
|
|
|
9926
9917
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
9927
9918
|
|
|
9928
9919
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9929
|
-
|
|
9930
9920
|
- @copilotkit/react-core@1.8.11-next.0
|
|
9931
9921
|
- @copilotkit/runtime-client-gql@1.8.11-next.0
|
|
9932
9922
|
- @copilotkit/shared@1.8.11-next.0
|
|
@@ -10900,7 +10890,6 @@ CopilotKid Back-end SDK:
|
|
|
10900
10890
|
- 86fae3a: - feat(react-ui): add interfaces for full message customization
|
|
10901
10891
|
|
|
10902
10892
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
10903
|
-
|
|
10904
10893
|
- @copilotkit/react-core@1.5.12-next.0
|
|
10905
10894
|
- @copilotkit/runtime-client-gql@1.5.12-next.0
|
|
10906
10895
|
- @copilotkit/shared@1.5.12-next.0
|
|
@@ -11217,7 +11206,6 @@ CopilotKid Back-end SDK:
|
|
|
11217
11206
|
send() function despite the send button being correctly disabled. Added
|
|
11218
11207
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
11219
11208
|
validation between button and keyboard triggers.
|
|
11220
|
-
|
|
11221
11209
|
- Added validation check to Enter key handler
|
|
11222
11210
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
11223
11211
|
- Makes behavior consistent with disabled send button state
|
|
@@ -11243,13 +11231,11 @@ CopilotKid Back-end SDK:
|
|
|
11243
11231
|
send() function despite the send button being correctly disabled. Added
|
|
11244
11232
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
11245
11233
|
validation between button and keyboard triggers.
|
|
11246
|
-
|
|
11247
11234
|
- Added validation check to Enter key handler
|
|
11248
11235
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
11249
11236
|
- Makes behavior consistent with disabled send button state
|
|
11250
11237
|
|
|
11251
11238
|
Resolves #1129
|
|
11252
|
-
|
|
11253
11239
|
- @copilotkit/react-core@1.4.8-next.0
|
|
11254
11240
|
- @copilotkit/runtime-client-gql@1.4.8-next.0
|
|
11255
11241
|
- @copilotkit/shared@1.4.8-next.0
|
|
@@ -11388,7 +11374,6 @@ CopilotKid Back-end SDK:
|
|
|
11388
11374
|
- e16d95e: New prerelease
|
|
11389
11375
|
- 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
|
|
11390
11376
|
- CopilotKit Core:
|
|
11391
|
-
|
|
11392
11377
|
- Improved error messages and overall logs
|
|
11393
11378
|
- `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
|
|
11394
11379
|
- Improved scrolling behavior. It is now possible to scroll up during LLM response generation
|
|
@@ -11396,7 +11381,6 @@ CopilotKid Back-end SDK:
|
|
|
11396
11381
|
- Updated interfaces for better developer ergonomics
|
|
11397
11382
|
|
|
11398
11383
|
CoAgents:
|
|
11399
|
-
|
|
11400
11384
|
- Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
|
|
11401
11385
|
- Support for LangGraph Platform in Remote Endpoints
|
|
11402
11386
|
- LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
|
|
@@ -11404,7 +11388,6 @@ CopilotKid Back-end SDK:
|
|
|
11404
11388
|
- Enhanced state management and message handling
|
|
11405
11389
|
|
|
11406
11390
|
CopilotKid Back-end SDK:
|
|
11407
|
-
|
|
11408
11391
|
- Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
|
|
11409
11392
|
|
|
11410
11393
|
- 8d0144f: bump
|
|
@@ -11807,7 +11790,6 @@ CopilotKid Back-end SDK:
|
|
|
11807
11790
|
### Patch Changes
|
|
11808
11791
|
|
|
11809
11792
|
- inject minified css in bundle
|
|
11810
|
-
|
|
11811
11793
|
- removes the need to import `styles.css` manually
|
|
11812
11794
|
- empty `styles.css` included in the build for backwards compatibility
|
|
11813
11795
|
- uses tsup's `injectStyles` with `postcss` to bundle and minify the CSS, then inject it as a style tag
|
|
@@ -11972,7 +11954,6 @@ CopilotKid Back-end SDK:
|
|
|
11972
11954
|
### Major Changes
|
|
11973
11955
|
|
|
11974
11956
|
- b6a4b6eb: V1.0 Release Candidate
|
|
11975
|
-
|
|
11976
11957
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
11977
11958
|
- Support for Copilot Cloud
|
|
11978
11959
|
- Generative UI
|
|
@@ -11980,7 +11961,6 @@ CopilotKid Back-end SDK:
|
|
|
11980
11961
|
- OpenAI assistant API streaming
|
|
11981
11962
|
|
|
11982
11963
|
- V1.0 Release
|
|
11983
|
-
|
|
11984
11964
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
11985
11965
|
- Support for Copilot Cloud
|
|
11986
11966
|
- Generative UI
|
|
@@ -12024,7 +12004,6 @@ CopilotKid Back-end SDK:
|
|
|
12024
12004
|
### Major Changes
|
|
12025
12005
|
|
|
12026
12006
|
- V1.0 Release Candidate
|
|
12027
|
-
|
|
12028
12007
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
12029
12008
|
- Support for Copilot Cloud
|
|
12030
12009
|
- Generative UI
|
|
@@ -13331,14 +13310,12 @@ CopilotKid Back-end SDK:
|
|
|
13331
13310
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
13332
13311
|
|
|
13333
13312
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
13334
|
-
|
|
13335
13313
|
- Generative UI
|
|
13336
13314
|
- Suggestions
|
|
13337
13315
|
- Agentic Generative UI
|
|
13338
13316
|
- Interrupts
|
|
13339
13317
|
|
|
13340
13318
|
In addition, a variety of QOL changes have been made.
|
|
13341
|
-
|
|
13342
13319
|
- New AG-UI based message types
|
|
13343
13320
|
- Inline code rendering is fixed
|
|
13344
13321
|
|
|
@@ -13348,7 +13325,6 @@ CopilotKid Back-end SDK:
|
|
|
13348
13325
|
|
|
13349
13326
|
- 967d0ab: - refactor(chat): separate useCopilotChat into internal implementation and public API
|
|
13350
13327
|
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
|
|
13351
|
-
|
|
13352
13328
|
- Added `renderError` prop to `CopilotChat` for inline error rendering.
|
|
13353
13329
|
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
|
|
13354
13330
|
- Updated `Modal` to handle observability hooks with public API key checks.
|
|
@@ -13358,19 +13334,15 @@ CopilotKid Back-end SDK:
|
|
|
13358
13334
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
13359
13335
|
|
|
13360
13336
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
13361
|
-
|
|
13362
13337
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
13363
13338
|
|
|
13364
13339
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
13365
|
-
|
|
13366
13340
|
- chore: address linting issues
|
|
13367
13341
|
|
|
13368
13342
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
13369
|
-
|
|
13370
13343
|
- chore: fixing branding and docs
|
|
13371
13344
|
|
|
13372
13345
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
13373
|
-
|
|
13374
13346
|
- chore: more docs fixing
|
|
13375
13347
|
|
|
13376
13348
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -13417,19 +13389,15 @@ CopilotKid Back-end SDK:
|
|
|
13417
13389
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
13418
13390
|
|
|
13419
13391
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
13420
|
-
|
|
13421
13392
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
13422
13393
|
|
|
13423
13394
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
13424
|
-
|
|
13425
13395
|
- chore: address linting issues
|
|
13426
13396
|
|
|
13427
13397
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
13428
|
-
|
|
13429
13398
|
- chore: fixing branding and docs
|
|
13430
13399
|
|
|
13431
13400
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
13432
|
-
|
|
13433
13401
|
- chore: more docs fixing
|
|
13434
13402
|
|
|
13435
13403
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -13444,7 +13412,6 @@ CopilotKid Back-end SDK:
|
|
|
13444
13412
|
### Patch Changes
|
|
13445
13413
|
|
|
13446
13414
|
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
|
|
13447
|
-
|
|
13448
13415
|
- Added `renderError` prop to `CopilotChat` for inline error rendering.
|
|
13449
13416
|
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
|
|
13450
13417
|
- Updated `Modal` to handle observability hooks with public API key checks.
|
|
@@ -13532,14 +13499,12 @@ CopilotKid Back-end SDK:
|
|
|
13532
13499
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
13533
13500
|
|
|
13534
13501
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
13535
|
-
|
|
13536
13502
|
- Generative UI
|
|
13537
13503
|
- Suggestions
|
|
13538
13504
|
- Agentic Generative UI
|
|
13539
13505
|
- Interrupts
|
|
13540
13506
|
|
|
13541
13507
|
In addition, a variety of QOL changes have been made.
|
|
13542
|
-
|
|
13543
13508
|
- New AG-UI based message types
|
|
13544
13509
|
- Inline code rendering is fixed
|
|
13545
13510
|
|
|
@@ -14121,7 +14086,6 @@ CopilotKid Back-end SDK:
|
|
|
14121
14086
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
14122
14087
|
|
|
14123
14088
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
14124
|
-
|
|
14125
14089
|
- @copilotkit/runtime-client-gql@1.8.11
|
|
14126
14090
|
- @copilotkit/react-core@1.8.11
|
|
14127
14091
|
- @copilotkit/shared@1.8.11
|
|
@@ -14141,7 +14105,6 @@ CopilotKid Back-end SDK:
|
|
|
14141
14105
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
14142
14106
|
|
|
14143
14107
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
14144
|
-
|
|
14145
14108
|
- @copilotkit/react-core@1.8.11-next.0
|
|
14146
14109
|
- @copilotkit/runtime-client-gql@1.8.11-next.0
|
|
14147
14110
|
- @copilotkit/shared@1.8.11-next.0
|
|
@@ -15115,7 +15078,6 @@ CopilotKid Back-end SDK:
|
|
|
15115
15078
|
- 86fae3a: - feat(react-ui): add interfaces for full message customization
|
|
15116
15079
|
|
|
15117
15080
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
15118
|
-
|
|
15119
15081
|
- @copilotkit/react-core@1.5.12-next.0
|
|
15120
15082
|
- @copilotkit/runtime-client-gql@1.5.12-next.0
|
|
15121
15083
|
- @copilotkit/shared@1.5.12-next.0
|
|
@@ -15432,7 +15394,6 @@ CopilotKid Back-end SDK:
|
|
|
15432
15394
|
send() function despite the send button being correctly disabled. Added
|
|
15433
15395
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
15434
15396
|
validation between button and keyboard triggers.
|
|
15435
|
-
|
|
15436
15397
|
- Added validation check to Enter key handler
|
|
15437
15398
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
15438
15399
|
- Makes behavior consistent with disabled send button state
|
|
@@ -15458,13 +15419,11 @@ CopilotKid Back-end SDK:
|
|
|
15458
15419
|
send() function despite the send button being correctly disabled. Added
|
|
15459
15420
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
15460
15421
|
validation between button and keyboard triggers.
|
|
15461
|
-
|
|
15462
15422
|
- Added validation check to Enter key handler
|
|
15463
15423
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
15464
15424
|
- Makes behavior consistent with disabled send button state
|
|
15465
15425
|
|
|
15466
15426
|
Resolves #1129
|
|
15467
|
-
|
|
15468
15427
|
- @copilotkit/react-core@1.4.8-next.0
|
|
15469
15428
|
- @copilotkit/runtime-client-gql@1.4.8-next.0
|
|
15470
15429
|
- @copilotkit/shared@1.4.8-next.0
|
|
@@ -15603,7 +15562,6 @@ CopilotKid Back-end SDK:
|
|
|
15603
15562
|
- e16d95e: New prerelease
|
|
15604
15563
|
- 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
|
|
15605
15564
|
- CopilotKit Core:
|
|
15606
|
-
|
|
15607
15565
|
- Improved error messages and overall logs
|
|
15608
15566
|
- `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
|
|
15609
15567
|
- Improved scrolling behavior. It is now possible to scroll up during LLM response generation
|
|
@@ -15611,7 +15569,6 @@ CopilotKid Back-end SDK:
|
|
|
15611
15569
|
- Updated interfaces for better developer ergonomics
|
|
15612
15570
|
|
|
15613
15571
|
CoAgents:
|
|
15614
|
-
|
|
15615
15572
|
- Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
|
|
15616
15573
|
- Support for LangGraph Platform in Remote Endpoints
|
|
15617
15574
|
- LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
|
|
@@ -15619,7 +15576,6 @@ CopilotKid Back-end SDK:
|
|
|
15619
15576
|
- Enhanced state management and message handling
|
|
15620
15577
|
|
|
15621
15578
|
CopilotKid Back-end SDK:
|
|
15622
|
-
|
|
15623
15579
|
- Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
|
|
15624
15580
|
|
|
15625
15581
|
- 8d0144f: bump
|
|
@@ -16022,7 +15978,6 @@ CopilotKid Back-end SDK:
|
|
|
16022
15978
|
### Patch Changes
|
|
16023
15979
|
|
|
16024
15980
|
- inject minified css in bundle
|
|
16025
|
-
|
|
16026
15981
|
- removes the need to import `styles.css` manually
|
|
16027
15982
|
- empty `styles.css` included in the build for backwards compatibility
|
|
16028
15983
|
- uses tsup's `injectStyles` with `postcss` to bundle and minify the CSS, then inject it as a style tag
|
|
@@ -16187,7 +16142,6 @@ CopilotKid Back-end SDK:
|
|
|
16187
16142
|
### Major Changes
|
|
16188
16143
|
|
|
16189
16144
|
- b6a4b6eb: V1.0 Release Candidate
|
|
16190
|
-
|
|
16191
16145
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
16192
16146
|
- Support for Copilot Cloud
|
|
16193
16147
|
- Generative UI
|
|
@@ -16195,7 +16149,6 @@ CopilotKid Back-end SDK:
|
|
|
16195
16149
|
- OpenAI assistant API streaming
|
|
16196
16150
|
|
|
16197
16151
|
- V1.0 Release
|
|
16198
|
-
|
|
16199
16152
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
16200
16153
|
- Support for Copilot Cloud
|
|
16201
16154
|
- Generative UI
|
|
@@ -16239,7 +16192,6 @@ CopilotKid Back-end SDK:
|
|
|
16239
16192
|
### Major Changes
|
|
16240
16193
|
|
|
16241
16194
|
- V1.0 Release Candidate
|
|
16242
|
-
|
|
16243
16195
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
16244
16196
|
- Support for Copilot Cloud
|
|
16245
16197
|
- Generative UI
|