@copilotkit/react-ui 1.50.2-next.0 → 1.51.0-next.2
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 -109
- package/LICENSE +21 -0
- package/package.json +9 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
+
## 1.51.0-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @copilotkit/react-core@1.51.0-next.2
|
|
8
|
+
- @copilotkit/runtime-client-gql@1.51.0-next.2
|
|
9
|
+
- @copilotkit/shared@1.51.0-next.2
|
|
10
|
+
|
|
11
|
+
## 1.51.0-next.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- @copilotkit/react-core@1.51.0-next.1
|
|
16
|
+
- @copilotkit/runtime-client-gql@1.51.0-next.1
|
|
17
|
+
- @copilotkit/shared@1.51.0-next.1
|
|
18
|
+
|
|
3
19
|
## 1.50.2-next.0
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -410,7 +426,6 @@
|
|
|
410
426
|
- 0cc9ec2: - fix(react-ui): address hydration issue
|
|
411
427
|
|
|
412
428
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
413
|
-
|
|
414
429
|
- @copilotkit/react-core@1.10.6-next.0
|
|
415
430
|
- @copilotkit/runtime-client-gql@1.10.6-next.0
|
|
416
431
|
- @copilotkit/shared@1.10.6-next.0
|
|
@@ -678,14 +693,12 @@
|
|
|
678
693
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
679
694
|
|
|
680
695
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
681
|
-
|
|
682
696
|
- Generative UI
|
|
683
697
|
- Suggestions
|
|
684
698
|
- Agentic Generative UI
|
|
685
699
|
- Interrupts
|
|
686
700
|
|
|
687
701
|
In addition, a variety of QOL changes have been made.
|
|
688
|
-
|
|
689
702
|
- New AG-UI based message types
|
|
690
703
|
- Inline code rendering is fixed
|
|
691
704
|
|
|
@@ -695,7 +708,6 @@
|
|
|
695
708
|
|
|
696
709
|
- 967d0ab: - refactor(chat): separate useCopilotChat into internal implementation and public API
|
|
697
710
|
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
|
|
698
|
-
|
|
699
711
|
- Added `renderError` prop to `CopilotChat` for inline error rendering.
|
|
700
712
|
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
|
|
701
713
|
- Updated `Modal` to handle observability hooks with public API key checks.
|
|
@@ -705,19 +717,15 @@
|
|
|
705
717
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
706
718
|
|
|
707
719
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
708
|
-
|
|
709
720
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
710
721
|
|
|
711
722
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
712
|
-
|
|
713
723
|
- chore: address linting issues
|
|
714
724
|
|
|
715
725
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
716
|
-
|
|
717
726
|
- chore: fixing branding and docs
|
|
718
727
|
|
|
719
728
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
720
|
-
|
|
721
729
|
- chore: more docs fixing
|
|
722
730
|
|
|
723
731
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -764,19 +772,15 @@
|
|
|
764
772
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
765
773
|
|
|
766
774
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
767
|
-
|
|
768
775
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
769
776
|
|
|
770
777
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
771
|
-
|
|
772
778
|
- chore: address linting issues
|
|
773
779
|
|
|
774
780
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
775
|
-
|
|
776
781
|
- chore: fixing branding and docs
|
|
777
782
|
|
|
778
783
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
779
|
-
|
|
780
784
|
- chore: more docs fixing
|
|
781
785
|
|
|
782
786
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -791,7 +795,6 @@
|
|
|
791
795
|
### Patch Changes
|
|
792
796
|
|
|
793
797
|
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
|
|
794
|
-
|
|
795
798
|
- Added `renderError` prop to `CopilotChat` for inline error rendering.
|
|
796
799
|
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
|
|
797
800
|
- Updated `Modal` to handle observability hooks with public API key checks.
|
|
@@ -879,14 +882,12 @@
|
|
|
879
882
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
880
883
|
|
|
881
884
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
882
|
-
|
|
883
885
|
- Generative UI
|
|
884
886
|
- Suggestions
|
|
885
887
|
- Agentic Generative UI
|
|
886
888
|
- Interrupts
|
|
887
889
|
|
|
888
890
|
In addition, a variety of QOL changes have been made.
|
|
889
|
-
|
|
890
891
|
- New AG-UI based message types
|
|
891
892
|
- Inline code rendering is fixed
|
|
892
893
|
|
|
@@ -1468,7 +1469,6 @@
|
|
|
1468
1469
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
1469
1470
|
|
|
1470
1471
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
1471
|
-
|
|
1472
1472
|
- @copilotkit/runtime-client-gql@1.8.11
|
|
1473
1473
|
- @copilotkit/react-core@1.8.11
|
|
1474
1474
|
- @copilotkit/shared@1.8.11
|
|
@@ -1488,7 +1488,6 @@
|
|
|
1488
1488
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
1489
1489
|
|
|
1490
1490
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
1491
|
-
|
|
1492
1491
|
- @copilotkit/react-core@1.8.11-next.0
|
|
1493
1492
|
- @copilotkit/runtime-client-gql@1.8.11-next.0
|
|
1494
1493
|
- @copilotkit/shared@1.8.11-next.0
|
|
@@ -2462,7 +2461,6 @@
|
|
|
2462
2461
|
- 86fae3a: - feat(react-ui): add interfaces for full message customization
|
|
2463
2462
|
|
|
2464
2463
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
2465
|
-
|
|
2466
2464
|
- @copilotkit/react-core@1.5.12-next.0
|
|
2467
2465
|
- @copilotkit/runtime-client-gql@1.5.12-next.0
|
|
2468
2466
|
- @copilotkit/shared@1.5.12-next.0
|
|
@@ -2779,7 +2777,6 @@
|
|
|
2779
2777
|
send() function despite the send button being correctly disabled. Added
|
|
2780
2778
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
2781
2779
|
validation between button and keyboard triggers.
|
|
2782
|
-
|
|
2783
2780
|
- Added validation check to Enter key handler
|
|
2784
2781
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
2785
2782
|
- Makes behavior consistent with disabled send button state
|
|
@@ -2805,13 +2802,11 @@
|
|
|
2805
2802
|
send() function despite the send button being correctly disabled. Added
|
|
2806
2803
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
2807
2804
|
validation between button and keyboard triggers.
|
|
2808
|
-
|
|
2809
2805
|
- Added validation check to Enter key handler
|
|
2810
2806
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
2811
2807
|
- Makes behavior consistent with disabled send button state
|
|
2812
2808
|
|
|
2813
2809
|
Resolves #1129
|
|
2814
|
-
|
|
2815
2810
|
- @copilotkit/react-core@1.4.8-next.0
|
|
2816
2811
|
- @copilotkit/runtime-client-gql@1.4.8-next.0
|
|
2817
2812
|
- @copilotkit/shared@1.4.8-next.0
|
|
@@ -2950,7 +2945,6 @@
|
|
|
2950
2945
|
- e16d95e: New prerelease
|
|
2951
2946
|
- 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
|
|
2952
2947
|
- CopilotKit Core:
|
|
2953
|
-
|
|
2954
2948
|
- Improved error messages and overall logs
|
|
2955
2949
|
- `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
|
|
2956
2950
|
- Improved scrolling behavior. It is now possible to scroll up during LLM response generation
|
|
@@ -2958,7 +2952,6 @@
|
|
|
2958
2952
|
- Updated interfaces for better developer ergonomics
|
|
2959
2953
|
|
|
2960
2954
|
CoAgents:
|
|
2961
|
-
|
|
2962
2955
|
- Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
|
|
2963
2956
|
- Support for LangGraph Platform in Remote Endpoints
|
|
2964
2957
|
- LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
|
|
@@ -2966,7 +2959,6 @@
|
|
|
2966
2959
|
- Enhanced state management and message handling
|
|
2967
2960
|
|
|
2968
2961
|
CopilotKid Back-end SDK:
|
|
2969
|
-
|
|
2970
2962
|
- Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
|
|
2971
2963
|
|
|
2972
2964
|
- 8d0144f: bump
|
|
@@ -3369,7 +3361,6 @@ CopilotKid Back-end SDK:
|
|
|
3369
3361
|
### Patch Changes
|
|
3370
3362
|
|
|
3371
3363
|
- inject minified css in bundle
|
|
3372
|
-
|
|
3373
3364
|
- removes the need to import `styles.css` manually
|
|
3374
3365
|
- empty `styles.css` included in the build for backwards compatibility
|
|
3375
3366
|
- uses tsup's `injectStyles` with `postcss` to bundle and minify the CSS, then inject it as a style tag
|
|
@@ -3534,7 +3525,6 @@ CopilotKid Back-end SDK:
|
|
|
3534
3525
|
### Major Changes
|
|
3535
3526
|
|
|
3536
3527
|
- b6a4b6eb: V1.0 Release Candidate
|
|
3537
|
-
|
|
3538
3528
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
3539
3529
|
- Support for Copilot Cloud
|
|
3540
3530
|
- Generative UI
|
|
@@ -3542,7 +3532,6 @@ CopilotKid Back-end SDK:
|
|
|
3542
3532
|
- OpenAI assistant API streaming
|
|
3543
3533
|
|
|
3544
3534
|
- V1.0 Release
|
|
3545
|
-
|
|
3546
3535
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
3547
3536
|
- Support for Copilot Cloud
|
|
3548
3537
|
- Generative UI
|
|
@@ -3586,7 +3575,6 @@ CopilotKid Back-end SDK:
|
|
|
3586
3575
|
### Major Changes
|
|
3587
3576
|
|
|
3588
3577
|
- V1.0 Release Candidate
|
|
3589
|
-
|
|
3590
3578
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
3591
3579
|
- Support for Copilot Cloud
|
|
3592
3580
|
- Generative UI
|
|
@@ -4893,14 +4881,12 @@ CopilotKid Back-end SDK:
|
|
|
4893
4881
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
4894
4882
|
|
|
4895
4883
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
4896
|
-
|
|
4897
4884
|
- Generative UI
|
|
4898
4885
|
- Suggestions
|
|
4899
4886
|
- Agentic Generative UI
|
|
4900
4887
|
- Interrupts
|
|
4901
4888
|
|
|
4902
4889
|
In addition, a variety of QOL changes have been made.
|
|
4903
|
-
|
|
4904
4890
|
- New AG-UI based message types
|
|
4905
4891
|
- Inline code rendering is fixed
|
|
4906
4892
|
|
|
@@ -4910,7 +4896,6 @@ CopilotKid Back-end SDK:
|
|
|
4910
4896
|
|
|
4911
4897
|
- 967d0ab: - refactor(chat): separate useCopilotChat into internal implementation and public API
|
|
4912
4898
|
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
|
|
4913
|
-
|
|
4914
4899
|
- Added `renderError` prop to `CopilotChat` for inline error rendering.
|
|
4915
4900
|
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
|
|
4916
4901
|
- Updated `Modal` to handle observability hooks with public API key checks.
|
|
@@ -4920,19 +4905,15 @@ CopilotKid Back-end SDK:
|
|
|
4920
4905
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
4921
4906
|
|
|
4922
4907
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
4923
|
-
|
|
4924
4908
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
4925
4909
|
|
|
4926
4910
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
4927
|
-
|
|
4928
4911
|
- chore: address linting issues
|
|
4929
4912
|
|
|
4930
4913
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
4931
|
-
|
|
4932
4914
|
- chore: fixing branding and docs
|
|
4933
4915
|
|
|
4934
4916
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
4935
|
-
|
|
4936
4917
|
- chore: more docs fixing
|
|
4937
4918
|
|
|
4938
4919
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -4979,19 +4960,15 @@ CopilotKid Back-end SDK:
|
|
|
4979
4960
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
4980
4961
|
|
|
4981
4962
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
4982
|
-
|
|
4983
4963
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
4984
4964
|
|
|
4985
4965
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
4986
|
-
|
|
4987
4966
|
- chore: address linting issues
|
|
4988
4967
|
|
|
4989
4968
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
4990
|
-
|
|
4991
4969
|
- chore: fixing branding and docs
|
|
4992
4970
|
|
|
4993
4971
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
4994
|
-
|
|
4995
4972
|
- chore: more docs fixing
|
|
4996
4973
|
|
|
4997
4974
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -5006,7 +4983,6 @@ CopilotKid Back-end SDK:
|
|
|
5006
4983
|
### Patch Changes
|
|
5007
4984
|
|
|
5008
4985
|
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
|
|
5009
|
-
|
|
5010
4986
|
- Added `renderError` prop to `CopilotChat` for inline error rendering.
|
|
5011
4987
|
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
|
|
5012
4988
|
- Updated `Modal` to handle observability hooks with public API key checks.
|
|
@@ -5094,14 +5070,12 @@ CopilotKid Back-end SDK:
|
|
|
5094
5070
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
5095
5071
|
|
|
5096
5072
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
5097
|
-
|
|
5098
5073
|
- Generative UI
|
|
5099
5074
|
- Suggestions
|
|
5100
5075
|
- Agentic Generative UI
|
|
5101
5076
|
- Interrupts
|
|
5102
5077
|
|
|
5103
5078
|
In addition, a variety of QOL changes have been made.
|
|
5104
|
-
|
|
5105
5079
|
- New AG-UI based message types
|
|
5106
5080
|
- Inline code rendering is fixed
|
|
5107
5081
|
|
|
@@ -5683,7 +5657,6 @@ CopilotKid Back-end SDK:
|
|
|
5683
5657
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
5684
5658
|
|
|
5685
5659
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
5686
|
-
|
|
5687
5660
|
- @copilotkit/runtime-client-gql@1.8.11
|
|
5688
5661
|
- @copilotkit/react-core@1.8.11
|
|
5689
5662
|
- @copilotkit/shared@1.8.11
|
|
@@ -5703,7 +5676,6 @@ CopilotKid Back-end SDK:
|
|
|
5703
5676
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
5704
5677
|
|
|
5705
5678
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
5706
|
-
|
|
5707
5679
|
- @copilotkit/react-core@1.8.11-next.0
|
|
5708
5680
|
- @copilotkit/runtime-client-gql@1.8.11-next.0
|
|
5709
5681
|
- @copilotkit/shared@1.8.11-next.0
|
|
@@ -6677,7 +6649,6 @@ CopilotKid Back-end SDK:
|
|
|
6677
6649
|
- 86fae3a: - feat(react-ui): add interfaces for full message customization
|
|
6678
6650
|
|
|
6679
6651
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
6680
|
-
|
|
6681
6652
|
- @copilotkit/react-core@1.5.12-next.0
|
|
6682
6653
|
- @copilotkit/runtime-client-gql@1.5.12-next.0
|
|
6683
6654
|
- @copilotkit/shared@1.5.12-next.0
|
|
@@ -6994,7 +6965,6 @@ CopilotKid Back-end SDK:
|
|
|
6994
6965
|
send() function despite the send button being correctly disabled. Added
|
|
6995
6966
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
6996
6967
|
validation between button and keyboard triggers.
|
|
6997
|
-
|
|
6998
6968
|
- Added validation check to Enter key handler
|
|
6999
6969
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
7000
6970
|
- Makes behavior consistent with disabled send button state
|
|
@@ -7020,13 +6990,11 @@ CopilotKid Back-end SDK:
|
|
|
7020
6990
|
send() function despite the send button being correctly disabled. Added
|
|
7021
6991
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
7022
6992
|
validation between button and keyboard triggers.
|
|
7023
|
-
|
|
7024
6993
|
- Added validation check to Enter key handler
|
|
7025
6994
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
7026
6995
|
- Makes behavior consistent with disabled send button state
|
|
7027
6996
|
|
|
7028
6997
|
Resolves #1129
|
|
7029
|
-
|
|
7030
6998
|
- @copilotkit/react-core@1.4.8-next.0
|
|
7031
6999
|
- @copilotkit/runtime-client-gql@1.4.8-next.0
|
|
7032
7000
|
- @copilotkit/shared@1.4.8-next.0
|
|
@@ -7165,7 +7133,6 @@ CopilotKid Back-end SDK:
|
|
|
7165
7133
|
- e16d95e: New prerelease
|
|
7166
7134
|
- 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
|
|
7167
7135
|
- CopilotKit Core:
|
|
7168
|
-
|
|
7169
7136
|
- Improved error messages and overall logs
|
|
7170
7137
|
- `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
|
|
7171
7138
|
- Improved scrolling behavior. It is now possible to scroll up during LLM response generation
|
|
@@ -7173,7 +7140,6 @@ CopilotKid Back-end SDK:
|
|
|
7173
7140
|
- Updated interfaces for better developer ergonomics
|
|
7174
7141
|
|
|
7175
7142
|
CoAgents:
|
|
7176
|
-
|
|
7177
7143
|
- Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
|
|
7178
7144
|
- Support for LangGraph Platform in Remote Endpoints
|
|
7179
7145
|
- LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
|
|
@@ -7181,7 +7147,6 @@ CopilotKid Back-end SDK:
|
|
|
7181
7147
|
- Enhanced state management and message handling
|
|
7182
7148
|
|
|
7183
7149
|
CopilotKid Back-end SDK:
|
|
7184
|
-
|
|
7185
7150
|
- Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
|
|
7186
7151
|
|
|
7187
7152
|
- 8d0144f: bump
|
|
@@ -7584,7 +7549,6 @@ CopilotKid Back-end SDK:
|
|
|
7584
7549
|
### Patch Changes
|
|
7585
7550
|
|
|
7586
7551
|
- inject minified css in bundle
|
|
7587
|
-
|
|
7588
7552
|
- removes the need to import `styles.css` manually
|
|
7589
7553
|
- empty `styles.css` included in the build for backwards compatibility
|
|
7590
7554
|
- uses tsup's `injectStyles` with `postcss` to bundle and minify the CSS, then inject it as a style tag
|
|
@@ -7749,7 +7713,6 @@ CopilotKid Back-end SDK:
|
|
|
7749
7713
|
### Major Changes
|
|
7750
7714
|
|
|
7751
7715
|
- b6a4b6eb: V1.0 Release Candidate
|
|
7752
|
-
|
|
7753
7716
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
7754
7717
|
- Support for Copilot Cloud
|
|
7755
7718
|
- Generative UI
|
|
@@ -7757,7 +7720,6 @@ CopilotKid Back-end SDK:
|
|
|
7757
7720
|
- OpenAI assistant API streaming
|
|
7758
7721
|
|
|
7759
7722
|
- V1.0 Release
|
|
7760
|
-
|
|
7761
7723
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
7762
7724
|
- Support for Copilot Cloud
|
|
7763
7725
|
- Generative UI
|
|
@@ -7801,7 +7763,6 @@ CopilotKid Back-end SDK:
|
|
|
7801
7763
|
### Major Changes
|
|
7802
7764
|
|
|
7803
7765
|
- V1.0 Release Candidate
|
|
7804
|
-
|
|
7805
7766
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
7806
7767
|
- Support for Copilot Cloud
|
|
7807
7768
|
- Generative UI
|
|
@@ -9116,14 +9077,12 @@ CopilotKid Back-end SDK:
|
|
|
9116
9077
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
9117
9078
|
|
|
9118
9079
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
9119
|
-
|
|
9120
9080
|
- Generative UI
|
|
9121
9081
|
- Suggestions
|
|
9122
9082
|
- Agentic Generative UI
|
|
9123
9083
|
- Interrupts
|
|
9124
9084
|
|
|
9125
9085
|
In addition, a variety of QOL changes have been made.
|
|
9126
|
-
|
|
9127
9086
|
- New AG-UI based message types
|
|
9128
9087
|
- Inline code rendering is fixed
|
|
9129
9088
|
|
|
@@ -9133,7 +9092,6 @@ CopilotKid Back-end SDK:
|
|
|
9133
9092
|
|
|
9134
9093
|
- 967d0ab: - refactor(chat): separate useCopilotChat into internal implementation and public API
|
|
9135
9094
|
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
|
|
9136
|
-
|
|
9137
9095
|
- Added `renderError` prop to `CopilotChat` for inline error rendering.
|
|
9138
9096
|
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
|
|
9139
9097
|
- Updated `Modal` to handle observability hooks with public API key checks.
|
|
@@ -9143,19 +9101,15 @@ CopilotKid Back-end SDK:
|
|
|
9143
9101
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
9144
9102
|
|
|
9145
9103
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9146
|
-
|
|
9147
9104
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
9148
9105
|
|
|
9149
9106
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9150
|
-
|
|
9151
9107
|
- chore: address linting issues
|
|
9152
9108
|
|
|
9153
9109
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9154
|
-
|
|
9155
9110
|
- chore: fixing branding and docs
|
|
9156
9111
|
|
|
9157
9112
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9158
|
-
|
|
9159
9113
|
- chore: more docs fixing
|
|
9160
9114
|
|
|
9161
9115
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -9202,19 +9156,15 @@ CopilotKid Back-end SDK:
|
|
|
9202
9156
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
9203
9157
|
|
|
9204
9158
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9205
|
-
|
|
9206
9159
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
9207
9160
|
|
|
9208
9161
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9209
|
-
|
|
9210
9162
|
- chore: address linting issues
|
|
9211
9163
|
|
|
9212
9164
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9213
|
-
|
|
9214
9165
|
- chore: fixing branding and docs
|
|
9215
9166
|
|
|
9216
9167
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9217
|
-
|
|
9218
9168
|
- chore: more docs fixing
|
|
9219
9169
|
|
|
9220
9170
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -9229,7 +9179,6 @@ CopilotKid Back-end SDK:
|
|
|
9229
9179
|
### Patch Changes
|
|
9230
9180
|
|
|
9231
9181
|
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
|
|
9232
|
-
|
|
9233
9182
|
- Added `renderError` prop to `CopilotChat` for inline error rendering.
|
|
9234
9183
|
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
|
|
9235
9184
|
- Updated `Modal` to handle observability hooks with public API key checks.
|
|
@@ -9317,14 +9266,12 @@ CopilotKid Back-end SDK:
|
|
|
9317
9266
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
9318
9267
|
|
|
9319
9268
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
9320
|
-
|
|
9321
9269
|
- Generative UI
|
|
9322
9270
|
- Suggestions
|
|
9323
9271
|
- Agentic Generative UI
|
|
9324
9272
|
- Interrupts
|
|
9325
9273
|
|
|
9326
9274
|
In addition, a variety of QOL changes have been made.
|
|
9327
|
-
|
|
9328
9275
|
- New AG-UI based message types
|
|
9329
9276
|
- Inline code rendering is fixed
|
|
9330
9277
|
|
|
@@ -9906,7 +9853,6 @@ CopilotKid Back-end SDK:
|
|
|
9906
9853
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
9907
9854
|
|
|
9908
9855
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9909
|
-
|
|
9910
9856
|
- @copilotkit/runtime-client-gql@1.8.11
|
|
9911
9857
|
- @copilotkit/react-core@1.8.11
|
|
9912
9858
|
- @copilotkit/shared@1.8.11
|
|
@@ -9926,7 +9872,6 @@ CopilotKid Back-end SDK:
|
|
|
9926
9872
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
9927
9873
|
|
|
9928
9874
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9929
|
-
|
|
9930
9875
|
- @copilotkit/react-core@1.8.11-next.0
|
|
9931
9876
|
- @copilotkit/runtime-client-gql@1.8.11-next.0
|
|
9932
9877
|
- @copilotkit/shared@1.8.11-next.0
|
|
@@ -10900,7 +10845,6 @@ CopilotKid Back-end SDK:
|
|
|
10900
10845
|
- 86fae3a: - feat(react-ui): add interfaces for full message customization
|
|
10901
10846
|
|
|
10902
10847
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
10903
|
-
|
|
10904
10848
|
- @copilotkit/react-core@1.5.12-next.0
|
|
10905
10849
|
- @copilotkit/runtime-client-gql@1.5.12-next.0
|
|
10906
10850
|
- @copilotkit/shared@1.5.12-next.0
|
|
@@ -11217,7 +11161,6 @@ CopilotKid Back-end SDK:
|
|
|
11217
11161
|
send() function despite the send button being correctly disabled. Added
|
|
11218
11162
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
11219
11163
|
validation between button and keyboard triggers.
|
|
11220
|
-
|
|
11221
11164
|
- Added validation check to Enter key handler
|
|
11222
11165
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
11223
11166
|
- Makes behavior consistent with disabled send button state
|
|
@@ -11243,13 +11186,11 @@ CopilotKid Back-end SDK:
|
|
|
11243
11186
|
send() function despite the send button being correctly disabled. Added
|
|
11244
11187
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
11245
11188
|
validation between button and keyboard triggers.
|
|
11246
|
-
|
|
11247
11189
|
- Added validation check to Enter key handler
|
|
11248
11190
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
11249
11191
|
- Makes behavior consistent with disabled send button state
|
|
11250
11192
|
|
|
11251
11193
|
Resolves #1129
|
|
11252
|
-
|
|
11253
11194
|
- @copilotkit/react-core@1.4.8-next.0
|
|
11254
11195
|
- @copilotkit/runtime-client-gql@1.4.8-next.0
|
|
11255
11196
|
- @copilotkit/shared@1.4.8-next.0
|
|
@@ -11388,7 +11329,6 @@ CopilotKid Back-end SDK:
|
|
|
11388
11329
|
- e16d95e: New prerelease
|
|
11389
11330
|
- 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
|
|
11390
11331
|
- CopilotKit Core:
|
|
11391
|
-
|
|
11392
11332
|
- Improved error messages and overall logs
|
|
11393
11333
|
- `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
|
|
11394
11334
|
- Improved scrolling behavior. It is now possible to scroll up during LLM response generation
|
|
@@ -11396,7 +11336,6 @@ CopilotKid Back-end SDK:
|
|
|
11396
11336
|
- Updated interfaces for better developer ergonomics
|
|
11397
11337
|
|
|
11398
11338
|
CoAgents:
|
|
11399
|
-
|
|
11400
11339
|
- Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
|
|
11401
11340
|
- Support for LangGraph Platform in Remote Endpoints
|
|
11402
11341
|
- LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
|
|
@@ -11404,7 +11343,6 @@ CopilotKid Back-end SDK:
|
|
|
11404
11343
|
- Enhanced state management and message handling
|
|
11405
11344
|
|
|
11406
11345
|
CopilotKid Back-end SDK:
|
|
11407
|
-
|
|
11408
11346
|
- Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
|
|
11409
11347
|
|
|
11410
11348
|
- 8d0144f: bump
|
|
@@ -11807,7 +11745,6 @@ CopilotKid Back-end SDK:
|
|
|
11807
11745
|
### Patch Changes
|
|
11808
11746
|
|
|
11809
11747
|
- inject minified css in bundle
|
|
11810
|
-
|
|
11811
11748
|
- removes the need to import `styles.css` manually
|
|
11812
11749
|
- empty `styles.css` included in the build for backwards compatibility
|
|
11813
11750
|
- uses tsup's `injectStyles` with `postcss` to bundle and minify the CSS, then inject it as a style tag
|
|
@@ -11972,7 +11909,6 @@ CopilotKid Back-end SDK:
|
|
|
11972
11909
|
### Major Changes
|
|
11973
11910
|
|
|
11974
11911
|
- b6a4b6eb: V1.0 Release Candidate
|
|
11975
|
-
|
|
11976
11912
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
11977
11913
|
- Support for Copilot Cloud
|
|
11978
11914
|
- Generative UI
|
|
@@ -11980,7 +11916,6 @@ CopilotKid Back-end SDK:
|
|
|
11980
11916
|
- OpenAI assistant API streaming
|
|
11981
11917
|
|
|
11982
11918
|
- V1.0 Release
|
|
11983
|
-
|
|
11984
11919
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
11985
11920
|
- Support for Copilot Cloud
|
|
11986
11921
|
- Generative UI
|
|
@@ -12024,7 +11959,6 @@ CopilotKid Back-end SDK:
|
|
|
12024
11959
|
### Major Changes
|
|
12025
11960
|
|
|
12026
11961
|
- V1.0 Release Candidate
|
|
12027
|
-
|
|
12028
11962
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
12029
11963
|
- Support for Copilot Cloud
|
|
12030
11964
|
- Generative UI
|
|
@@ -13331,14 +13265,12 @@ CopilotKid Back-end SDK:
|
|
|
13331
13265
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
13332
13266
|
|
|
13333
13267
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
13334
|
-
|
|
13335
13268
|
- Generative UI
|
|
13336
13269
|
- Suggestions
|
|
13337
13270
|
- Agentic Generative UI
|
|
13338
13271
|
- Interrupts
|
|
13339
13272
|
|
|
13340
13273
|
In addition, a variety of QOL changes have been made.
|
|
13341
|
-
|
|
13342
13274
|
- New AG-UI based message types
|
|
13343
13275
|
- Inline code rendering is fixed
|
|
13344
13276
|
|
|
@@ -13348,7 +13280,6 @@ CopilotKid Back-end SDK:
|
|
|
13348
13280
|
|
|
13349
13281
|
- 967d0ab: - refactor(chat): separate useCopilotChat into internal implementation and public API
|
|
13350
13282
|
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
|
|
13351
|
-
|
|
13352
13283
|
- Added `renderError` prop to `CopilotChat` for inline error rendering.
|
|
13353
13284
|
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
|
|
13354
13285
|
- Updated `Modal` to handle observability hooks with public API key checks.
|
|
@@ -13358,19 +13289,15 @@ CopilotKid Back-end SDK:
|
|
|
13358
13289
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
13359
13290
|
|
|
13360
13291
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
13361
|
-
|
|
13362
13292
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
13363
13293
|
|
|
13364
13294
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
13365
|
-
|
|
13366
13295
|
- chore: address linting issues
|
|
13367
13296
|
|
|
13368
13297
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
13369
|
-
|
|
13370
13298
|
- chore: fixing branding and docs
|
|
13371
13299
|
|
|
13372
13300
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
13373
|
-
|
|
13374
13301
|
- chore: more docs fixing
|
|
13375
13302
|
|
|
13376
13303
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -13417,19 +13344,15 @@ CopilotKid Back-end SDK:
|
|
|
13417
13344
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
13418
13345
|
|
|
13419
13346
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
13420
|
-
|
|
13421
13347
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
13422
13348
|
|
|
13423
13349
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
13424
|
-
|
|
13425
13350
|
- chore: address linting issues
|
|
13426
13351
|
|
|
13427
13352
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
13428
|
-
|
|
13429
13353
|
- chore: fixing branding and docs
|
|
13430
13354
|
|
|
13431
13355
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
13432
|
-
|
|
13433
13356
|
- chore: more docs fixing
|
|
13434
13357
|
|
|
13435
13358
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -13444,7 +13367,6 @@ CopilotKid Back-end SDK:
|
|
|
13444
13367
|
### Patch Changes
|
|
13445
13368
|
|
|
13446
13369
|
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
|
|
13447
|
-
|
|
13448
13370
|
- Added `renderError` prop to `CopilotChat` for inline error rendering.
|
|
13449
13371
|
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
|
|
13450
13372
|
- Updated `Modal` to handle observability hooks with public API key checks.
|
|
@@ -13532,14 +13454,12 @@ CopilotKid Back-end SDK:
|
|
|
13532
13454
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
13533
13455
|
|
|
13534
13456
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
13535
|
-
|
|
13536
13457
|
- Generative UI
|
|
13537
13458
|
- Suggestions
|
|
13538
13459
|
- Agentic Generative UI
|
|
13539
13460
|
- Interrupts
|
|
13540
13461
|
|
|
13541
13462
|
In addition, a variety of QOL changes have been made.
|
|
13542
|
-
|
|
13543
13463
|
- New AG-UI based message types
|
|
13544
13464
|
- Inline code rendering is fixed
|
|
13545
13465
|
|
|
@@ -14121,7 +14041,6 @@ CopilotKid Back-end SDK:
|
|
|
14121
14041
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
14122
14042
|
|
|
14123
14043
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
14124
|
-
|
|
14125
14044
|
- @copilotkit/runtime-client-gql@1.8.11
|
|
14126
14045
|
- @copilotkit/react-core@1.8.11
|
|
14127
14046
|
- @copilotkit/shared@1.8.11
|
|
@@ -14141,7 +14060,6 @@ CopilotKid Back-end SDK:
|
|
|
14141
14060
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
14142
14061
|
|
|
14143
14062
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
14144
|
-
|
|
14145
14063
|
- @copilotkit/react-core@1.8.11-next.0
|
|
14146
14064
|
- @copilotkit/runtime-client-gql@1.8.11-next.0
|
|
14147
14065
|
- @copilotkit/shared@1.8.11-next.0
|
|
@@ -15115,7 +15033,6 @@ CopilotKid Back-end SDK:
|
|
|
15115
15033
|
- 86fae3a: - feat(react-ui): add interfaces for full message customization
|
|
15116
15034
|
|
|
15117
15035
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
15118
|
-
|
|
15119
15036
|
- @copilotkit/react-core@1.5.12-next.0
|
|
15120
15037
|
- @copilotkit/runtime-client-gql@1.5.12-next.0
|
|
15121
15038
|
- @copilotkit/shared@1.5.12-next.0
|
|
@@ -15432,7 +15349,6 @@ CopilotKid Back-end SDK:
|
|
|
15432
15349
|
send() function despite the send button being correctly disabled. Added
|
|
15433
15350
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
15434
15351
|
validation between button and keyboard triggers.
|
|
15435
|
-
|
|
15436
15352
|
- Added validation check to Enter key handler
|
|
15437
15353
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
15438
15354
|
- Makes behavior consistent with disabled send button state
|
|
@@ -15458,13 +15374,11 @@ CopilotKid Back-end SDK:
|
|
|
15458
15374
|
send() function despite the send button being correctly disabled. Added
|
|
15459
15375
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
15460
15376
|
validation between button and keyboard triggers.
|
|
15461
|
-
|
|
15462
15377
|
- Added validation check to Enter key handler
|
|
15463
15378
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
15464
15379
|
- Makes behavior consistent with disabled send button state
|
|
15465
15380
|
|
|
15466
15381
|
Resolves #1129
|
|
15467
|
-
|
|
15468
15382
|
- @copilotkit/react-core@1.4.8-next.0
|
|
15469
15383
|
- @copilotkit/runtime-client-gql@1.4.8-next.0
|
|
15470
15384
|
- @copilotkit/shared@1.4.8-next.0
|
|
@@ -15603,7 +15517,6 @@ CopilotKid Back-end SDK:
|
|
|
15603
15517
|
- e16d95e: New prerelease
|
|
15604
15518
|
- 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
|
|
15605
15519
|
- CopilotKit Core:
|
|
15606
|
-
|
|
15607
15520
|
- Improved error messages and overall logs
|
|
15608
15521
|
- `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
|
|
15609
15522
|
- Improved scrolling behavior. It is now possible to scroll up during LLM response generation
|
|
@@ -15611,7 +15524,6 @@ CopilotKid Back-end SDK:
|
|
|
15611
15524
|
- Updated interfaces for better developer ergonomics
|
|
15612
15525
|
|
|
15613
15526
|
CoAgents:
|
|
15614
|
-
|
|
15615
15527
|
- Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
|
|
15616
15528
|
- Support for LangGraph Platform in Remote Endpoints
|
|
15617
15529
|
- LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
|
|
@@ -15619,7 +15531,6 @@ CopilotKid Back-end SDK:
|
|
|
15619
15531
|
- Enhanced state management and message handling
|
|
15620
15532
|
|
|
15621
15533
|
CopilotKid Back-end SDK:
|
|
15622
|
-
|
|
15623
15534
|
- Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
|
|
15624
15535
|
|
|
15625
15536
|
- 8d0144f: bump
|
|
@@ -16022,7 +15933,6 @@ CopilotKid Back-end SDK:
|
|
|
16022
15933
|
### Patch Changes
|
|
16023
15934
|
|
|
16024
15935
|
- inject minified css in bundle
|
|
16025
|
-
|
|
16026
15936
|
- removes the need to import `styles.css` manually
|
|
16027
15937
|
- empty `styles.css` included in the build for backwards compatibility
|
|
16028
15938
|
- uses tsup's `injectStyles` with `postcss` to bundle and minify the CSS, then inject it as a style tag
|
|
@@ -16187,7 +16097,6 @@ CopilotKid Back-end SDK:
|
|
|
16187
16097
|
### Major Changes
|
|
16188
16098
|
|
|
16189
16099
|
- b6a4b6eb: V1.0 Release Candidate
|
|
16190
|
-
|
|
16191
16100
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
16192
16101
|
- Support for Copilot Cloud
|
|
16193
16102
|
- Generative UI
|
|
@@ -16195,7 +16104,6 @@ CopilotKid Back-end SDK:
|
|
|
16195
16104
|
- OpenAI assistant API streaming
|
|
16196
16105
|
|
|
16197
16106
|
- V1.0 Release
|
|
16198
|
-
|
|
16199
16107
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
16200
16108
|
- Support for Copilot Cloud
|
|
16201
16109
|
- Generative UI
|
|
@@ -16239,7 +16147,6 @@ CopilotKid Back-end SDK:
|
|
|
16239
16147
|
### Major Changes
|
|
16240
16148
|
|
|
16241
16149
|
- V1.0 Release Candidate
|
|
16242
|
-
|
|
16243
16150
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
16244
16151
|
- Support for Copilot Cloud
|
|
16245
16152
|
- 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.
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
|
-
"version": "1.
|
|
12
|
+
"version": "1.51.0-next.2",
|
|
13
13
|
"sideEffects": [
|
|
14
14
|
"**/*.css"
|
|
15
15
|
],
|
|
@@ -27,7 +27,10 @@
|
|
|
27
27
|
"types": "./dist/index.d.ts",
|
|
28
28
|
"license": "MIT",
|
|
29
29
|
"peerDependencies": {
|
|
30
|
-
"react": "^18 || ^19 || ^19.0.0-rc"
|
|
30
|
+
"react": "^18 || ^19 || ^19.0.0-rc",
|
|
31
|
+
"@copilotkit/react-core": "1.51.0-next.2",
|
|
32
|
+
"@copilotkit/runtime-client-gql": "1.51.0-next.2",
|
|
33
|
+
"@copilotkit/shared": "1.51.0-next.2"
|
|
31
34
|
},
|
|
32
35
|
"devDependencies": {
|
|
33
36
|
"@types/jest": "^29.5.4",
|
|
@@ -41,6 +44,9 @@
|
|
|
41
44
|
"ts-jest": "^29.1.1",
|
|
42
45
|
"tsup": "^6.7.0",
|
|
43
46
|
"typescript": "^5.2.3",
|
|
47
|
+
"@copilotkit/react-core": "1.51.0-next.2",
|
|
48
|
+
"@copilotkit/runtime-client-gql": "1.51.0-next.2",
|
|
49
|
+
"@copilotkit/shared": "1.51.0-next.2",
|
|
44
50
|
"eslint-config-custom": "1.4.6",
|
|
45
51
|
"tailwind-config": "1.4.6",
|
|
46
52
|
"tsconfig": "1.4.6"
|
|
@@ -51,10 +57,7 @@
|
|
|
51
57
|
"react-syntax-highlighter": "^15.6.1",
|
|
52
58
|
"rehype-raw": "^7.0.0",
|
|
53
59
|
"remark-gfm": "^4.0.1",
|
|
54
|
-
"remark-math": "^6.0.0"
|
|
55
|
-
"@copilotkit/react-core": "1.50.2-next.0",
|
|
56
|
-
"@copilotkit/runtime-client-gql": "1.50.2-next.0",
|
|
57
|
-
"@copilotkit/shared": "1.50.2-next.0"
|
|
60
|
+
"remark-math": "^6.0.0"
|
|
58
61
|
},
|
|
59
62
|
"keywords": [
|
|
60
63
|
"copilotkit",
|