@copilotkit/react-ui 1.50.2-next.0 → 1.51.0-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -109
- package/LICENSE +21 -0
- package/package.json +9 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
+
## 1.51.0-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @copilotkit/react-core@1.51.0-next.1
|
|
8
|
+
- @copilotkit/runtime-client-gql@1.51.0-next.1
|
|
9
|
+
- @copilotkit/shared@1.51.0-next.1
|
|
10
|
+
|
|
3
11
|
## 1.50.2-next.0
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -410,7 +418,6 @@
|
|
|
410
418
|
- 0cc9ec2: - fix(react-ui): address hydration issue
|
|
411
419
|
|
|
412
420
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
413
|
-
|
|
414
421
|
- @copilotkit/react-core@1.10.6-next.0
|
|
415
422
|
- @copilotkit/runtime-client-gql@1.10.6-next.0
|
|
416
423
|
- @copilotkit/shared@1.10.6-next.0
|
|
@@ -678,14 +685,12 @@
|
|
|
678
685
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
679
686
|
|
|
680
687
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
681
|
-
|
|
682
688
|
- Generative UI
|
|
683
689
|
- Suggestions
|
|
684
690
|
- Agentic Generative UI
|
|
685
691
|
- Interrupts
|
|
686
692
|
|
|
687
693
|
In addition, a variety of QOL changes have been made.
|
|
688
|
-
|
|
689
694
|
- New AG-UI based message types
|
|
690
695
|
- Inline code rendering is fixed
|
|
691
696
|
|
|
@@ -695,7 +700,6 @@
|
|
|
695
700
|
|
|
696
701
|
- 967d0ab: - refactor(chat): separate useCopilotChat into internal implementation and public API
|
|
697
702
|
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
|
|
698
|
-
|
|
699
703
|
- Added `renderError` prop to `CopilotChat` for inline error rendering.
|
|
700
704
|
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
|
|
701
705
|
- Updated `Modal` to handle observability hooks with public API key checks.
|
|
@@ -705,19 +709,15 @@
|
|
|
705
709
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
706
710
|
|
|
707
711
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
708
|
-
|
|
709
712
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
710
713
|
|
|
711
714
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
712
|
-
|
|
713
715
|
- chore: address linting issues
|
|
714
716
|
|
|
715
717
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
716
|
-
|
|
717
718
|
- chore: fixing branding and docs
|
|
718
719
|
|
|
719
720
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
720
|
-
|
|
721
721
|
- chore: more docs fixing
|
|
722
722
|
|
|
723
723
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -764,19 +764,15 @@
|
|
|
764
764
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
765
765
|
|
|
766
766
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
767
|
-
|
|
768
767
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
769
768
|
|
|
770
769
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
771
|
-
|
|
772
770
|
- chore: address linting issues
|
|
773
771
|
|
|
774
772
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
775
|
-
|
|
776
773
|
- chore: fixing branding and docs
|
|
777
774
|
|
|
778
775
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
779
|
-
|
|
780
776
|
- chore: more docs fixing
|
|
781
777
|
|
|
782
778
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -791,7 +787,6 @@
|
|
|
791
787
|
### Patch Changes
|
|
792
788
|
|
|
793
789
|
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
|
|
794
|
-
|
|
795
790
|
- Added `renderError` prop to `CopilotChat` for inline error rendering.
|
|
796
791
|
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
|
|
797
792
|
- Updated `Modal` to handle observability hooks with public API key checks.
|
|
@@ -879,14 +874,12 @@
|
|
|
879
874
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
880
875
|
|
|
881
876
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
882
|
-
|
|
883
877
|
- Generative UI
|
|
884
878
|
- Suggestions
|
|
885
879
|
- Agentic Generative UI
|
|
886
880
|
- Interrupts
|
|
887
881
|
|
|
888
882
|
In addition, a variety of QOL changes have been made.
|
|
889
|
-
|
|
890
883
|
- New AG-UI based message types
|
|
891
884
|
- Inline code rendering is fixed
|
|
892
885
|
|
|
@@ -1468,7 +1461,6 @@
|
|
|
1468
1461
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
1469
1462
|
|
|
1470
1463
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
1471
|
-
|
|
1472
1464
|
- @copilotkit/runtime-client-gql@1.8.11
|
|
1473
1465
|
- @copilotkit/react-core@1.8.11
|
|
1474
1466
|
- @copilotkit/shared@1.8.11
|
|
@@ -1488,7 +1480,6 @@
|
|
|
1488
1480
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
1489
1481
|
|
|
1490
1482
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
1491
|
-
|
|
1492
1483
|
- @copilotkit/react-core@1.8.11-next.0
|
|
1493
1484
|
- @copilotkit/runtime-client-gql@1.8.11-next.0
|
|
1494
1485
|
- @copilotkit/shared@1.8.11-next.0
|
|
@@ -2462,7 +2453,6 @@
|
|
|
2462
2453
|
- 86fae3a: - feat(react-ui): add interfaces for full message customization
|
|
2463
2454
|
|
|
2464
2455
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
2465
|
-
|
|
2466
2456
|
- @copilotkit/react-core@1.5.12-next.0
|
|
2467
2457
|
- @copilotkit/runtime-client-gql@1.5.12-next.0
|
|
2468
2458
|
- @copilotkit/shared@1.5.12-next.0
|
|
@@ -2779,7 +2769,6 @@
|
|
|
2779
2769
|
send() function despite the send button being correctly disabled. Added
|
|
2780
2770
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
2781
2771
|
validation between button and keyboard triggers.
|
|
2782
|
-
|
|
2783
2772
|
- Added validation check to Enter key handler
|
|
2784
2773
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
2785
2774
|
- Makes behavior consistent with disabled send button state
|
|
@@ -2805,13 +2794,11 @@
|
|
|
2805
2794
|
send() function despite the send button being correctly disabled. Added
|
|
2806
2795
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
2807
2796
|
validation between button and keyboard triggers.
|
|
2808
|
-
|
|
2809
2797
|
- Added validation check to Enter key handler
|
|
2810
2798
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
2811
2799
|
- Makes behavior consistent with disabled send button state
|
|
2812
2800
|
|
|
2813
2801
|
Resolves #1129
|
|
2814
|
-
|
|
2815
2802
|
- @copilotkit/react-core@1.4.8-next.0
|
|
2816
2803
|
- @copilotkit/runtime-client-gql@1.4.8-next.0
|
|
2817
2804
|
- @copilotkit/shared@1.4.8-next.0
|
|
@@ -2950,7 +2937,6 @@
|
|
|
2950
2937
|
- e16d95e: New prerelease
|
|
2951
2938
|
- 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
|
|
2952
2939
|
- CopilotKit Core:
|
|
2953
|
-
|
|
2954
2940
|
- Improved error messages and overall logs
|
|
2955
2941
|
- `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
|
|
2956
2942
|
- Improved scrolling behavior. It is now possible to scroll up during LLM response generation
|
|
@@ -2958,7 +2944,6 @@
|
|
|
2958
2944
|
- Updated interfaces for better developer ergonomics
|
|
2959
2945
|
|
|
2960
2946
|
CoAgents:
|
|
2961
|
-
|
|
2962
2947
|
- Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
|
|
2963
2948
|
- Support for LangGraph Platform in Remote Endpoints
|
|
2964
2949
|
- LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
|
|
@@ -2966,7 +2951,6 @@
|
|
|
2966
2951
|
- Enhanced state management and message handling
|
|
2967
2952
|
|
|
2968
2953
|
CopilotKid Back-end SDK:
|
|
2969
|
-
|
|
2970
2954
|
- Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
|
|
2971
2955
|
|
|
2972
2956
|
- 8d0144f: bump
|
|
@@ -3369,7 +3353,6 @@ CopilotKid Back-end SDK:
|
|
|
3369
3353
|
### Patch Changes
|
|
3370
3354
|
|
|
3371
3355
|
- inject minified css in bundle
|
|
3372
|
-
|
|
3373
3356
|
- removes the need to import `styles.css` manually
|
|
3374
3357
|
- empty `styles.css` included in the build for backwards compatibility
|
|
3375
3358
|
- uses tsup's `injectStyles` with `postcss` to bundle and minify the CSS, then inject it as a style tag
|
|
@@ -3534,7 +3517,6 @@ CopilotKid Back-end SDK:
|
|
|
3534
3517
|
### Major Changes
|
|
3535
3518
|
|
|
3536
3519
|
- b6a4b6eb: V1.0 Release Candidate
|
|
3537
|
-
|
|
3538
3520
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
3539
3521
|
- Support for Copilot Cloud
|
|
3540
3522
|
- Generative UI
|
|
@@ -3542,7 +3524,6 @@ CopilotKid Back-end SDK:
|
|
|
3542
3524
|
- OpenAI assistant API streaming
|
|
3543
3525
|
|
|
3544
3526
|
- V1.0 Release
|
|
3545
|
-
|
|
3546
3527
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
3547
3528
|
- Support for Copilot Cloud
|
|
3548
3529
|
- Generative UI
|
|
@@ -3586,7 +3567,6 @@ CopilotKid Back-end SDK:
|
|
|
3586
3567
|
### Major Changes
|
|
3587
3568
|
|
|
3588
3569
|
- V1.0 Release Candidate
|
|
3589
|
-
|
|
3590
3570
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
3591
3571
|
- Support for Copilot Cloud
|
|
3592
3572
|
- Generative UI
|
|
@@ -4893,14 +4873,12 @@ CopilotKid Back-end SDK:
|
|
|
4893
4873
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
4894
4874
|
|
|
4895
4875
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
4896
|
-
|
|
4897
4876
|
- Generative UI
|
|
4898
4877
|
- Suggestions
|
|
4899
4878
|
- Agentic Generative UI
|
|
4900
4879
|
- Interrupts
|
|
4901
4880
|
|
|
4902
4881
|
In addition, a variety of QOL changes have been made.
|
|
4903
|
-
|
|
4904
4882
|
- New AG-UI based message types
|
|
4905
4883
|
- Inline code rendering is fixed
|
|
4906
4884
|
|
|
@@ -4910,7 +4888,6 @@ CopilotKid Back-end SDK:
|
|
|
4910
4888
|
|
|
4911
4889
|
- 967d0ab: - refactor(chat): separate useCopilotChat into internal implementation and public API
|
|
4912
4890
|
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
|
|
4913
|
-
|
|
4914
4891
|
- Added `renderError` prop to `CopilotChat` for inline error rendering.
|
|
4915
4892
|
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
|
|
4916
4893
|
- Updated `Modal` to handle observability hooks with public API key checks.
|
|
@@ -4920,19 +4897,15 @@ CopilotKid Back-end SDK:
|
|
|
4920
4897
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
4921
4898
|
|
|
4922
4899
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
4923
|
-
|
|
4924
4900
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
4925
4901
|
|
|
4926
4902
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
4927
|
-
|
|
4928
4903
|
- chore: address linting issues
|
|
4929
4904
|
|
|
4930
4905
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
4931
|
-
|
|
4932
4906
|
- chore: fixing branding and docs
|
|
4933
4907
|
|
|
4934
4908
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
4935
|
-
|
|
4936
4909
|
- chore: more docs fixing
|
|
4937
4910
|
|
|
4938
4911
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -4979,19 +4952,15 @@ CopilotKid Back-end SDK:
|
|
|
4979
4952
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
4980
4953
|
|
|
4981
4954
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
4982
|
-
|
|
4983
4955
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
4984
4956
|
|
|
4985
4957
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
4986
|
-
|
|
4987
4958
|
- chore: address linting issues
|
|
4988
4959
|
|
|
4989
4960
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
4990
|
-
|
|
4991
4961
|
- chore: fixing branding and docs
|
|
4992
4962
|
|
|
4993
4963
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
4994
|
-
|
|
4995
4964
|
- chore: more docs fixing
|
|
4996
4965
|
|
|
4997
4966
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -5006,7 +4975,6 @@ CopilotKid Back-end SDK:
|
|
|
5006
4975
|
### Patch Changes
|
|
5007
4976
|
|
|
5008
4977
|
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
|
|
5009
|
-
|
|
5010
4978
|
- Added `renderError` prop to `CopilotChat` for inline error rendering.
|
|
5011
4979
|
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
|
|
5012
4980
|
- Updated `Modal` to handle observability hooks with public API key checks.
|
|
@@ -5094,14 +5062,12 @@ CopilotKid Back-end SDK:
|
|
|
5094
5062
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
5095
5063
|
|
|
5096
5064
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
5097
|
-
|
|
5098
5065
|
- Generative UI
|
|
5099
5066
|
- Suggestions
|
|
5100
5067
|
- Agentic Generative UI
|
|
5101
5068
|
- Interrupts
|
|
5102
5069
|
|
|
5103
5070
|
In addition, a variety of QOL changes have been made.
|
|
5104
|
-
|
|
5105
5071
|
- New AG-UI based message types
|
|
5106
5072
|
- Inline code rendering is fixed
|
|
5107
5073
|
|
|
@@ -5683,7 +5649,6 @@ CopilotKid Back-end SDK:
|
|
|
5683
5649
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
5684
5650
|
|
|
5685
5651
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
5686
|
-
|
|
5687
5652
|
- @copilotkit/runtime-client-gql@1.8.11
|
|
5688
5653
|
- @copilotkit/react-core@1.8.11
|
|
5689
5654
|
- @copilotkit/shared@1.8.11
|
|
@@ -5703,7 +5668,6 @@ CopilotKid Back-end SDK:
|
|
|
5703
5668
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
5704
5669
|
|
|
5705
5670
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
5706
|
-
|
|
5707
5671
|
- @copilotkit/react-core@1.8.11-next.0
|
|
5708
5672
|
- @copilotkit/runtime-client-gql@1.8.11-next.0
|
|
5709
5673
|
- @copilotkit/shared@1.8.11-next.0
|
|
@@ -6677,7 +6641,6 @@ CopilotKid Back-end SDK:
|
|
|
6677
6641
|
- 86fae3a: - feat(react-ui): add interfaces for full message customization
|
|
6678
6642
|
|
|
6679
6643
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
6680
|
-
|
|
6681
6644
|
- @copilotkit/react-core@1.5.12-next.0
|
|
6682
6645
|
- @copilotkit/runtime-client-gql@1.5.12-next.0
|
|
6683
6646
|
- @copilotkit/shared@1.5.12-next.0
|
|
@@ -6994,7 +6957,6 @@ CopilotKid Back-end SDK:
|
|
|
6994
6957
|
send() function despite the send button being correctly disabled. Added
|
|
6995
6958
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
6996
6959
|
validation between button and keyboard triggers.
|
|
6997
|
-
|
|
6998
6960
|
- Added validation check to Enter key handler
|
|
6999
6961
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
7000
6962
|
- Makes behavior consistent with disabled send button state
|
|
@@ -7020,13 +6982,11 @@ CopilotKid Back-end SDK:
|
|
|
7020
6982
|
send() function despite the send button being correctly disabled. Added
|
|
7021
6983
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
7022
6984
|
validation between button and keyboard triggers.
|
|
7023
|
-
|
|
7024
6985
|
- Added validation check to Enter key handler
|
|
7025
6986
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
7026
6987
|
- Makes behavior consistent with disabled send button state
|
|
7027
6988
|
|
|
7028
6989
|
Resolves #1129
|
|
7029
|
-
|
|
7030
6990
|
- @copilotkit/react-core@1.4.8-next.0
|
|
7031
6991
|
- @copilotkit/runtime-client-gql@1.4.8-next.0
|
|
7032
6992
|
- @copilotkit/shared@1.4.8-next.0
|
|
@@ -7165,7 +7125,6 @@ CopilotKid Back-end SDK:
|
|
|
7165
7125
|
- e16d95e: New prerelease
|
|
7166
7126
|
- 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
|
|
7167
7127
|
- CopilotKit Core:
|
|
7168
|
-
|
|
7169
7128
|
- Improved error messages and overall logs
|
|
7170
7129
|
- `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
|
|
7171
7130
|
- Improved scrolling behavior. It is now possible to scroll up during LLM response generation
|
|
@@ -7173,7 +7132,6 @@ CopilotKid Back-end SDK:
|
|
|
7173
7132
|
- Updated interfaces for better developer ergonomics
|
|
7174
7133
|
|
|
7175
7134
|
CoAgents:
|
|
7176
|
-
|
|
7177
7135
|
- Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
|
|
7178
7136
|
- Support for LangGraph Platform in Remote Endpoints
|
|
7179
7137
|
- LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
|
|
@@ -7181,7 +7139,6 @@ CopilotKid Back-end SDK:
|
|
|
7181
7139
|
- Enhanced state management and message handling
|
|
7182
7140
|
|
|
7183
7141
|
CopilotKid Back-end SDK:
|
|
7184
|
-
|
|
7185
7142
|
- Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
|
|
7186
7143
|
|
|
7187
7144
|
- 8d0144f: bump
|
|
@@ -7584,7 +7541,6 @@ CopilotKid Back-end SDK:
|
|
|
7584
7541
|
### Patch Changes
|
|
7585
7542
|
|
|
7586
7543
|
- inject minified css in bundle
|
|
7587
|
-
|
|
7588
7544
|
- removes the need to import `styles.css` manually
|
|
7589
7545
|
- empty `styles.css` included in the build for backwards compatibility
|
|
7590
7546
|
- uses tsup's `injectStyles` with `postcss` to bundle and minify the CSS, then inject it as a style tag
|
|
@@ -7749,7 +7705,6 @@ CopilotKid Back-end SDK:
|
|
|
7749
7705
|
### Major Changes
|
|
7750
7706
|
|
|
7751
7707
|
- b6a4b6eb: V1.0 Release Candidate
|
|
7752
|
-
|
|
7753
7708
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
7754
7709
|
- Support for Copilot Cloud
|
|
7755
7710
|
- Generative UI
|
|
@@ -7757,7 +7712,6 @@ CopilotKid Back-end SDK:
|
|
|
7757
7712
|
- OpenAI assistant API streaming
|
|
7758
7713
|
|
|
7759
7714
|
- V1.0 Release
|
|
7760
|
-
|
|
7761
7715
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
7762
7716
|
- Support for Copilot Cloud
|
|
7763
7717
|
- Generative UI
|
|
@@ -7801,7 +7755,6 @@ CopilotKid Back-end SDK:
|
|
|
7801
7755
|
### Major Changes
|
|
7802
7756
|
|
|
7803
7757
|
- V1.0 Release Candidate
|
|
7804
|
-
|
|
7805
7758
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
7806
7759
|
- Support for Copilot Cloud
|
|
7807
7760
|
- Generative UI
|
|
@@ -9116,14 +9069,12 @@ CopilotKid Back-end SDK:
|
|
|
9116
9069
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
9117
9070
|
|
|
9118
9071
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
9119
|
-
|
|
9120
9072
|
- Generative UI
|
|
9121
9073
|
- Suggestions
|
|
9122
9074
|
- Agentic Generative UI
|
|
9123
9075
|
- Interrupts
|
|
9124
9076
|
|
|
9125
9077
|
In addition, a variety of QOL changes have been made.
|
|
9126
|
-
|
|
9127
9078
|
- New AG-UI based message types
|
|
9128
9079
|
- Inline code rendering is fixed
|
|
9129
9080
|
|
|
@@ -9133,7 +9084,6 @@ CopilotKid Back-end SDK:
|
|
|
9133
9084
|
|
|
9134
9085
|
- 967d0ab: - refactor(chat): separate useCopilotChat into internal implementation and public API
|
|
9135
9086
|
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
|
|
9136
|
-
|
|
9137
9087
|
- Added `renderError` prop to `CopilotChat` for inline error rendering.
|
|
9138
9088
|
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
|
|
9139
9089
|
- Updated `Modal` to handle observability hooks with public API key checks.
|
|
@@ -9143,19 +9093,15 @@ CopilotKid Back-end SDK:
|
|
|
9143
9093
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
9144
9094
|
|
|
9145
9095
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9146
|
-
|
|
9147
9096
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
9148
9097
|
|
|
9149
9098
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9150
|
-
|
|
9151
9099
|
- chore: address linting issues
|
|
9152
9100
|
|
|
9153
9101
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9154
|
-
|
|
9155
9102
|
- chore: fixing branding and docs
|
|
9156
9103
|
|
|
9157
9104
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9158
|
-
|
|
9159
9105
|
- chore: more docs fixing
|
|
9160
9106
|
|
|
9161
9107
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -9202,19 +9148,15 @@ CopilotKid Back-end SDK:
|
|
|
9202
9148
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
9203
9149
|
|
|
9204
9150
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9205
|
-
|
|
9206
9151
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
9207
9152
|
|
|
9208
9153
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9209
|
-
|
|
9210
9154
|
- chore: address linting issues
|
|
9211
9155
|
|
|
9212
9156
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9213
|
-
|
|
9214
9157
|
- chore: fixing branding and docs
|
|
9215
9158
|
|
|
9216
9159
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9217
|
-
|
|
9218
9160
|
- chore: more docs fixing
|
|
9219
9161
|
|
|
9220
9162
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -9229,7 +9171,6 @@ CopilotKid Back-end SDK:
|
|
|
9229
9171
|
### Patch Changes
|
|
9230
9172
|
|
|
9231
9173
|
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
|
|
9232
|
-
|
|
9233
9174
|
- Added `renderError` prop to `CopilotChat` for inline error rendering.
|
|
9234
9175
|
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
|
|
9235
9176
|
- Updated `Modal` to handle observability hooks with public API key checks.
|
|
@@ -9317,14 +9258,12 @@ CopilotKid Back-end SDK:
|
|
|
9317
9258
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
9318
9259
|
|
|
9319
9260
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
9320
|
-
|
|
9321
9261
|
- Generative UI
|
|
9322
9262
|
- Suggestions
|
|
9323
9263
|
- Agentic Generative UI
|
|
9324
9264
|
- Interrupts
|
|
9325
9265
|
|
|
9326
9266
|
In addition, a variety of QOL changes have been made.
|
|
9327
|
-
|
|
9328
9267
|
- New AG-UI based message types
|
|
9329
9268
|
- Inline code rendering is fixed
|
|
9330
9269
|
|
|
@@ -9906,7 +9845,6 @@ CopilotKid Back-end SDK:
|
|
|
9906
9845
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
9907
9846
|
|
|
9908
9847
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9909
|
-
|
|
9910
9848
|
- @copilotkit/runtime-client-gql@1.8.11
|
|
9911
9849
|
- @copilotkit/react-core@1.8.11
|
|
9912
9850
|
- @copilotkit/shared@1.8.11
|
|
@@ -9926,7 +9864,6 @@ CopilotKid Back-end SDK:
|
|
|
9926
9864
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
9927
9865
|
|
|
9928
9866
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9929
|
-
|
|
9930
9867
|
- @copilotkit/react-core@1.8.11-next.0
|
|
9931
9868
|
- @copilotkit/runtime-client-gql@1.8.11-next.0
|
|
9932
9869
|
- @copilotkit/shared@1.8.11-next.0
|
|
@@ -10900,7 +10837,6 @@ CopilotKid Back-end SDK:
|
|
|
10900
10837
|
- 86fae3a: - feat(react-ui): add interfaces for full message customization
|
|
10901
10838
|
|
|
10902
10839
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
10903
|
-
|
|
10904
10840
|
- @copilotkit/react-core@1.5.12-next.0
|
|
10905
10841
|
- @copilotkit/runtime-client-gql@1.5.12-next.0
|
|
10906
10842
|
- @copilotkit/shared@1.5.12-next.0
|
|
@@ -11217,7 +11153,6 @@ CopilotKid Back-end SDK:
|
|
|
11217
11153
|
send() function despite the send button being correctly disabled. Added
|
|
11218
11154
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
11219
11155
|
validation between button and keyboard triggers.
|
|
11220
|
-
|
|
11221
11156
|
- Added validation check to Enter key handler
|
|
11222
11157
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
11223
11158
|
- Makes behavior consistent with disabled send button state
|
|
@@ -11243,13 +11178,11 @@ CopilotKid Back-end SDK:
|
|
|
11243
11178
|
send() function despite the send button being correctly disabled. Added
|
|
11244
11179
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
11245
11180
|
validation between button and keyboard triggers.
|
|
11246
|
-
|
|
11247
11181
|
- Added validation check to Enter key handler
|
|
11248
11182
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
11249
11183
|
- Makes behavior consistent with disabled send button state
|
|
11250
11184
|
|
|
11251
11185
|
Resolves #1129
|
|
11252
|
-
|
|
11253
11186
|
- @copilotkit/react-core@1.4.8-next.0
|
|
11254
11187
|
- @copilotkit/runtime-client-gql@1.4.8-next.0
|
|
11255
11188
|
- @copilotkit/shared@1.4.8-next.0
|
|
@@ -11388,7 +11321,6 @@ CopilotKid Back-end SDK:
|
|
|
11388
11321
|
- e16d95e: New prerelease
|
|
11389
11322
|
- 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
|
|
11390
11323
|
- CopilotKit Core:
|
|
11391
|
-
|
|
11392
11324
|
- Improved error messages and overall logs
|
|
11393
11325
|
- `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
|
|
11394
11326
|
- Improved scrolling behavior. It is now possible to scroll up during LLM response generation
|
|
@@ -11396,7 +11328,6 @@ CopilotKid Back-end SDK:
|
|
|
11396
11328
|
- Updated interfaces for better developer ergonomics
|
|
11397
11329
|
|
|
11398
11330
|
CoAgents:
|
|
11399
|
-
|
|
11400
11331
|
- Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
|
|
11401
11332
|
- Support for LangGraph Platform in Remote Endpoints
|
|
11402
11333
|
- LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
|
|
@@ -11404,7 +11335,6 @@ CopilotKid Back-end SDK:
|
|
|
11404
11335
|
- Enhanced state management and message handling
|
|
11405
11336
|
|
|
11406
11337
|
CopilotKid Back-end SDK:
|
|
11407
|
-
|
|
11408
11338
|
- Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
|
|
11409
11339
|
|
|
11410
11340
|
- 8d0144f: bump
|
|
@@ -11807,7 +11737,6 @@ CopilotKid Back-end SDK:
|
|
|
11807
11737
|
### Patch Changes
|
|
11808
11738
|
|
|
11809
11739
|
- inject minified css in bundle
|
|
11810
|
-
|
|
11811
11740
|
- removes the need to import `styles.css` manually
|
|
11812
11741
|
- empty `styles.css` included in the build for backwards compatibility
|
|
11813
11742
|
- uses tsup's `injectStyles` with `postcss` to bundle and minify the CSS, then inject it as a style tag
|
|
@@ -11972,7 +11901,6 @@ CopilotKid Back-end SDK:
|
|
|
11972
11901
|
### Major Changes
|
|
11973
11902
|
|
|
11974
11903
|
- b6a4b6eb: V1.0 Release Candidate
|
|
11975
|
-
|
|
11976
11904
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
11977
11905
|
- Support for Copilot Cloud
|
|
11978
11906
|
- Generative UI
|
|
@@ -11980,7 +11908,6 @@ CopilotKid Back-end SDK:
|
|
|
11980
11908
|
- OpenAI assistant API streaming
|
|
11981
11909
|
|
|
11982
11910
|
- V1.0 Release
|
|
11983
|
-
|
|
11984
11911
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
11985
11912
|
- Support for Copilot Cloud
|
|
11986
11913
|
- Generative UI
|
|
@@ -12024,7 +11951,6 @@ CopilotKid Back-end SDK:
|
|
|
12024
11951
|
### Major Changes
|
|
12025
11952
|
|
|
12026
11953
|
- V1.0 Release Candidate
|
|
12027
|
-
|
|
12028
11954
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
12029
11955
|
- Support for Copilot Cloud
|
|
12030
11956
|
- Generative UI
|
|
@@ -13331,14 +13257,12 @@ CopilotKid Back-end SDK:
|
|
|
13331
13257
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
13332
13258
|
|
|
13333
13259
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
13334
|
-
|
|
13335
13260
|
- Generative UI
|
|
13336
13261
|
- Suggestions
|
|
13337
13262
|
- Agentic Generative UI
|
|
13338
13263
|
- Interrupts
|
|
13339
13264
|
|
|
13340
13265
|
In addition, a variety of QOL changes have been made.
|
|
13341
|
-
|
|
13342
13266
|
- New AG-UI based message types
|
|
13343
13267
|
- Inline code rendering is fixed
|
|
13344
13268
|
|
|
@@ -13348,7 +13272,6 @@ CopilotKid Back-end SDK:
|
|
|
13348
13272
|
|
|
13349
13273
|
- 967d0ab: - refactor(chat): separate useCopilotChat into internal implementation and public API
|
|
13350
13274
|
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
|
|
13351
|
-
|
|
13352
13275
|
- Added `renderError` prop to `CopilotChat` for inline error rendering.
|
|
13353
13276
|
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
|
|
13354
13277
|
- Updated `Modal` to handle observability hooks with public API key checks.
|
|
@@ -13358,19 +13281,15 @@ CopilotKid Back-end SDK:
|
|
|
13358
13281
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
13359
13282
|
|
|
13360
13283
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
13361
|
-
|
|
13362
13284
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
13363
13285
|
|
|
13364
13286
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
13365
|
-
|
|
13366
13287
|
- chore: address linting issues
|
|
13367
13288
|
|
|
13368
13289
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
13369
|
-
|
|
13370
13290
|
- chore: fixing branding and docs
|
|
13371
13291
|
|
|
13372
13292
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
13373
|
-
|
|
13374
13293
|
- chore: more docs fixing
|
|
13375
13294
|
|
|
13376
13295
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -13417,19 +13336,15 @@ CopilotKid Back-end SDK:
|
|
|
13417
13336
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
13418
13337
|
|
|
13419
13338
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
13420
|
-
|
|
13421
13339
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
13422
13340
|
|
|
13423
13341
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
13424
|
-
|
|
13425
13342
|
- chore: address linting issues
|
|
13426
13343
|
|
|
13427
13344
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
13428
|
-
|
|
13429
13345
|
- chore: fixing branding and docs
|
|
13430
13346
|
|
|
13431
13347
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
13432
|
-
|
|
13433
13348
|
- chore: more docs fixing
|
|
13434
13349
|
|
|
13435
13350
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -13444,7 +13359,6 @@ CopilotKid Back-end SDK:
|
|
|
13444
13359
|
### Patch Changes
|
|
13445
13360
|
|
|
13446
13361
|
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
|
|
13447
|
-
|
|
13448
13362
|
- Added `renderError` prop to `CopilotChat` for inline error rendering.
|
|
13449
13363
|
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
|
|
13450
13364
|
- Updated `Modal` to handle observability hooks with public API key checks.
|
|
@@ -13532,14 +13446,12 @@ CopilotKid Back-end SDK:
|
|
|
13532
13446
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
13533
13447
|
|
|
13534
13448
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
13535
|
-
|
|
13536
13449
|
- Generative UI
|
|
13537
13450
|
- Suggestions
|
|
13538
13451
|
- Agentic Generative UI
|
|
13539
13452
|
- Interrupts
|
|
13540
13453
|
|
|
13541
13454
|
In addition, a variety of QOL changes have been made.
|
|
13542
|
-
|
|
13543
13455
|
- New AG-UI based message types
|
|
13544
13456
|
- Inline code rendering is fixed
|
|
13545
13457
|
|
|
@@ -14121,7 +14033,6 @@ CopilotKid Back-end SDK:
|
|
|
14121
14033
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
14122
14034
|
|
|
14123
14035
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
14124
|
-
|
|
14125
14036
|
- @copilotkit/runtime-client-gql@1.8.11
|
|
14126
14037
|
- @copilotkit/react-core@1.8.11
|
|
14127
14038
|
- @copilotkit/shared@1.8.11
|
|
@@ -14141,7 +14052,6 @@ CopilotKid Back-end SDK:
|
|
|
14141
14052
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
14142
14053
|
|
|
14143
14054
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
14144
|
-
|
|
14145
14055
|
- @copilotkit/react-core@1.8.11-next.0
|
|
14146
14056
|
- @copilotkit/runtime-client-gql@1.8.11-next.0
|
|
14147
14057
|
- @copilotkit/shared@1.8.11-next.0
|
|
@@ -15115,7 +15025,6 @@ CopilotKid Back-end SDK:
|
|
|
15115
15025
|
- 86fae3a: - feat(react-ui): add interfaces for full message customization
|
|
15116
15026
|
|
|
15117
15027
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
15118
|
-
|
|
15119
15028
|
- @copilotkit/react-core@1.5.12-next.0
|
|
15120
15029
|
- @copilotkit/runtime-client-gql@1.5.12-next.0
|
|
15121
15030
|
- @copilotkit/shared@1.5.12-next.0
|
|
@@ -15432,7 +15341,6 @@ CopilotKid Back-end SDK:
|
|
|
15432
15341
|
send() function despite the send button being correctly disabled. Added
|
|
15433
15342
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
15434
15343
|
validation between button and keyboard triggers.
|
|
15435
|
-
|
|
15436
15344
|
- Added validation check to Enter key handler
|
|
15437
15345
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
15438
15346
|
- Makes behavior consistent with disabled send button state
|
|
@@ -15458,13 +15366,11 @@ CopilotKid Back-end SDK:
|
|
|
15458
15366
|
send() function despite the send button being correctly disabled. Added
|
|
15459
15367
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
15460
15368
|
validation between button and keyboard triggers.
|
|
15461
|
-
|
|
15462
15369
|
- Added validation check to Enter key handler
|
|
15463
15370
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
15464
15371
|
- Makes behavior consistent with disabled send button state
|
|
15465
15372
|
|
|
15466
15373
|
Resolves #1129
|
|
15467
|
-
|
|
15468
15374
|
- @copilotkit/react-core@1.4.8-next.0
|
|
15469
15375
|
- @copilotkit/runtime-client-gql@1.4.8-next.0
|
|
15470
15376
|
- @copilotkit/shared@1.4.8-next.0
|
|
@@ -15603,7 +15509,6 @@ CopilotKid Back-end SDK:
|
|
|
15603
15509
|
- e16d95e: New prerelease
|
|
15604
15510
|
- 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
|
|
15605
15511
|
- CopilotKit Core:
|
|
15606
|
-
|
|
15607
15512
|
- Improved error messages and overall logs
|
|
15608
15513
|
- `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
|
|
15609
15514
|
- Improved scrolling behavior. It is now possible to scroll up during LLM response generation
|
|
@@ -15611,7 +15516,6 @@ CopilotKid Back-end SDK:
|
|
|
15611
15516
|
- Updated interfaces for better developer ergonomics
|
|
15612
15517
|
|
|
15613
15518
|
CoAgents:
|
|
15614
|
-
|
|
15615
15519
|
- Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
|
|
15616
15520
|
- Support for LangGraph Platform in Remote Endpoints
|
|
15617
15521
|
- LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
|
|
@@ -15619,7 +15523,6 @@ CopilotKid Back-end SDK:
|
|
|
15619
15523
|
- Enhanced state management and message handling
|
|
15620
15524
|
|
|
15621
15525
|
CopilotKid Back-end SDK:
|
|
15622
|
-
|
|
15623
15526
|
- Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
|
|
15624
15527
|
|
|
15625
15528
|
- 8d0144f: bump
|
|
@@ -16022,7 +15925,6 @@ CopilotKid Back-end SDK:
|
|
|
16022
15925
|
### Patch Changes
|
|
16023
15926
|
|
|
16024
15927
|
- inject minified css in bundle
|
|
16025
|
-
|
|
16026
15928
|
- removes the need to import `styles.css` manually
|
|
16027
15929
|
- empty `styles.css` included in the build for backwards compatibility
|
|
16028
15930
|
- uses tsup's `injectStyles` with `postcss` to bundle and minify the CSS, then inject it as a style tag
|
|
@@ -16187,7 +16089,6 @@ CopilotKid Back-end SDK:
|
|
|
16187
16089
|
### Major Changes
|
|
16188
16090
|
|
|
16189
16091
|
- b6a4b6eb: V1.0 Release Candidate
|
|
16190
|
-
|
|
16191
16092
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
16192
16093
|
- Support for Copilot Cloud
|
|
16193
16094
|
- Generative UI
|
|
@@ -16195,7 +16096,6 @@ CopilotKid Back-end SDK:
|
|
|
16195
16096
|
- OpenAI assistant API streaming
|
|
16196
16097
|
|
|
16197
16098
|
- V1.0 Release
|
|
16198
|
-
|
|
16199
16099
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
16200
16100
|
- Support for Copilot Cloud
|
|
16201
16101
|
- Generative UI
|
|
@@ -16239,7 +16139,6 @@ CopilotKid Back-end SDK:
|
|
|
16239
16139
|
### Major Changes
|
|
16240
16140
|
|
|
16241
16141
|
- V1.0 Release Candidate
|
|
16242
|
-
|
|
16243
16142
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
16244
16143
|
- Support for Copilot Cloud
|
|
16245
16144
|
- 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.1",
|
|
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.1",
|
|
32
|
+
"@copilotkit/runtime-client-gql": "1.51.0-next.1",
|
|
33
|
+
"@copilotkit/shared": "1.51.0-next.1"
|
|
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.1",
|
|
48
|
+
"@copilotkit/runtime-client-gql": "1.51.0-next.1",
|
|
49
|
+
"@copilotkit/shared": "1.51.0-next.1",
|
|
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",
|