@copilotkit/react-ui 1.50.1 → 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 +16 -109
- package/LICENSE +21 -0
- package/package.json +9 -6
- package/tsup.config.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
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
|
+
|
|
11
|
+
## 1.50.2-next.0
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- @copilotkit/runtime-client-gql@1.50.2-next.0
|
|
16
|
+
- @copilotkit/react-core@1.50.2-next.0
|
|
17
|
+
- @copilotkit/shared@1.50.2-next.0
|
|
18
|
+
|
|
3
19
|
## 1.50.1
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -402,7 +418,6 @@
|
|
|
402
418
|
- 0cc9ec2: - fix(react-ui): address hydration issue
|
|
403
419
|
|
|
404
420
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
405
|
-
|
|
406
421
|
- @copilotkit/react-core@1.10.6-next.0
|
|
407
422
|
- @copilotkit/runtime-client-gql@1.10.6-next.0
|
|
408
423
|
- @copilotkit/shared@1.10.6-next.0
|
|
@@ -670,14 +685,12 @@
|
|
|
670
685
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
671
686
|
|
|
672
687
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
673
|
-
|
|
674
688
|
- Generative UI
|
|
675
689
|
- Suggestions
|
|
676
690
|
- Agentic Generative UI
|
|
677
691
|
- Interrupts
|
|
678
692
|
|
|
679
693
|
In addition, a variety of QOL changes have been made.
|
|
680
|
-
|
|
681
694
|
- New AG-UI based message types
|
|
682
695
|
- Inline code rendering is fixed
|
|
683
696
|
|
|
@@ -687,7 +700,6 @@
|
|
|
687
700
|
|
|
688
701
|
- 967d0ab: - refactor(chat): separate useCopilotChat into internal implementation and public API
|
|
689
702
|
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
|
|
690
|
-
|
|
691
703
|
- Added `renderError` prop to `CopilotChat` for inline error rendering.
|
|
692
704
|
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
|
|
693
705
|
- Updated `Modal` to handle observability hooks with public API key checks.
|
|
@@ -697,19 +709,15 @@
|
|
|
697
709
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
698
710
|
|
|
699
711
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
700
|
-
|
|
701
712
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
702
713
|
|
|
703
714
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
704
|
-
|
|
705
715
|
- chore: address linting issues
|
|
706
716
|
|
|
707
717
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
708
|
-
|
|
709
718
|
- chore: fixing branding and docs
|
|
710
719
|
|
|
711
720
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
712
|
-
|
|
713
721
|
- chore: more docs fixing
|
|
714
722
|
|
|
715
723
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -756,19 +764,15 @@
|
|
|
756
764
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
757
765
|
|
|
758
766
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
759
|
-
|
|
760
767
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
761
768
|
|
|
762
769
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
763
|
-
|
|
764
770
|
- chore: address linting issues
|
|
765
771
|
|
|
766
772
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
767
|
-
|
|
768
773
|
- chore: fixing branding and docs
|
|
769
774
|
|
|
770
775
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
771
|
-
|
|
772
776
|
- chore: more docs fixing
|
|
773
777
|
|
|
774
778
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -783,7 +787,6 @@
|
|
|
783
787
|
### Patch Changes
|
|
784
788
|
|
|
785
789
|
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
|
|
786
|
-
|
|
787
790
|
- Added `renderError` prop to `CopilotChat` for inline error rendering.
|
|
788
791
|
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
|
|
789
792
|
- Updated `Modal` to handle observability hooks with public API key checks.
|
|
@@ -871,14 +874,12 @@
|
|
|
871
874
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
872
875
|
|
|
873
876
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
874
|
-
|
|
875
877
|
- Generative UI
|
|
876
878
|
- Suggestions
|
|
877
879
|
- Agentic Generative UI
|
|
878
880
|
- Interrupts
|
|
879
881
|
|
|
880
882
|
In addition, a variety of QOL changes have been made.
|
|
881
|
-
|
|
882
883
|
- New AG-UI based message types
|
|
883
884
|
- Inline code rendering is fixed
|
|
884
885
|
|
|
@@ -1460,7 +1461,6 @@
|
|
|
1460
1461
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
1461
1462
|
|
|
1462
1463
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
1463
|
-
|
|
1464
1464
|
- @copilotkit/runtime-client-gql@1.8.11
|
|
1465
1465
|
- @copilotkit/react-core@1.8.11
|
|
1466
1466
|
- @copilotkit/shared@1.8.11
|
|
@@ -1480,7 +1480,6 @@
|
|
|
1480
1480
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
1481
1481
|
|
|
1482
1482
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
1483
|
-
|
|
1484
1483
|
- @copilotkit/react-core@1.8.11-next.0
|
|
1485
1484
|
- @copilotkit/runtime-client-gql@1.8.11-next.0
|
|
1486
1485
|
- @copilotkit/shared@1.8.11-next.0
|
|
@@ -2454,7 +2453,6 @@
|
|
|
2454
2453
|
- 86fae3a: - feat(react-ui): add interfaces for full message customization
|
|
2455
2454
|
|
|
2456
2455
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
2457
|
-
|
|
2458
2456
|
- @copilotkit/react-core@1.5.12-next.0
|
|
2459
2457
|
- @copilotkit/runtime-client-gql@1.5.12-next.0
|
|
2460
2458
|
- @copilotkit/shared@1.5.12-next.0
|
|
@@ -2771,7 +2769,6 @@
|
|
|
2771
2769
|
send() function despite the send button being correctly disabled. Added
|
|
2772
2770
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
2773
2771
|
validation between button and keyboard triggers.
|
|
2774
|
-
|
|
2775
2772
|
- Added validation check to Enter key handler
|
|
2776
2773
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
2777
2774
|
- Makes behavior consistent with disabled send button state
|
|
@@ -2797,13 +2794,11 @@
|
|
|
2797
2794
|
send() function despite the send button being correctly disabled. Added
|
|
2798
2795
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
2799
2796
|
validation between button and keyboard triggers.
|
|
2800
|
-
|
|
2801
2797
|
- Added validation check to Enter key handler
|
|
2802
2798
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
2803
2799
|
- Makes behavior consistent with disabled send button state
|
|
2804
2800
|
|
|
2805
2801
|
Resolves #1129
|
|
2806
|
-
|
|
2807
2802
|
- @copilotkit/react-core@1.4.8-next.0
|
|
2808
2803
|
- @copilotkit/runtime-client-gql@1.4.8-next.0
|
|
2809
2804
|
- @copilotkit/shared@1.4.8-next.0
|
|
@@ -2942,7 +2937,6 @@
|
|
|
2942
2937
|
- e16d95e: New prerelease
|
|
2943
2938
|
- 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
|
|
2944
2939
|
- CopilotKit Core:
|
|
2945
|
-
|
|
2946
2940
|
- Improved error messages and overall logs
|
|
2947
2941
|
- `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
|
|
2948
2942
|
- Improved scrolling behavior. It is now possible to scroll up during LLM response generation
|
|
@@ -2950,7 +2944,6 @@
|
|
|
2950
2944
|
- Updated interfaces for better developer ergonomics
|
|
2951
2945
|
|
|
2952
2946
|
CoAgents:
|
|
2953
|
-
|
|
2954
2947
|
- Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
|
|
2955
2948
|
- Support for LangGraph Platform in Remote Endpoints
|
|
2956
2949
|
- LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
|
|
@@ -2958,7 +2951,6 @@
|
|
|
2958
2951
|
- Enhanced state management and message handling
|
|
2959
2952
|
|
|
2960
2953
|
CopilotKid Back-end SDK:
|
|
2961
|
-
|
|
2962
2954
|
- Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
|
|
2963
2955
|
|
|
2964
2956
|
- 8d0144f: bump
|
|
@@ -3361,7 +3353,6 @@ CopilotKid Back-end SDK:
|
|
|
3361
3353
|
### Patch Changes
|
|
3362
3354
|
|
|
3363
3355
|
- inject minified css in bundle
|
|
3364
|
-
|
|
3365
3356
|
- removes the need to import `styles.css` manually
|
|
3366
3357
|
- empty `styles.css` included in the build for backwards compatibility
|
|
3367
3358
|
- uses tsup's `injectStyles` with `postcss` to bundle and minify the CSS, then inject it as a style tag
|
|
@@ -3526,7 +3517,6 @@ CopilotKid Back-end SDK:
|
|
|
3526
3517
|
### Major Changes
|
|
3527
3518
|
|
|
3528
3519
|
- b6a4b6eb: V1.0 Release Candidate
|
|
3529
|
-
|
|
3530
3520
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
3531
3521
|
- Support for Copilot Cloud
|
|
3532
3522
|
- Generative UI
|
|
@@ -3534,7 +3524,6 @@ CopilotKid Back-end SDK:
|
|
|
3534
3524
|
- OpenAI assistant API streaming
|
|
3535
3525
|
|
|
3536
3526
|
- V1.0 Release
|
|
3537
|
-
|
|
3538
3527
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
3539
3528
|
- Support for Copilot Cloud
|
|
3540
3529
|
- Generative UI
|
|
@@ -3578,7 +3567,6 @@ CopilotKid Back-end SDK:
|
|
|
3578
3567
|
### Major Changes
|
|
3579
3568
|
|
|
3580
3569
|
- V1.0 Release Candidate
|
|
3581
|
-
|
|
3582
3570
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
3583
3571
|
- Support for Copilot Cloud
|
|
3584
3572
|
- Generative UI
|
|
@@ -4885,14 +4873,12 @@ CopilotKid Back-end SDK:
|
|
|
4885
4873
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
4886
4874
|
|
|
4887
4875
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
4888
|
-
|
|
4889
4876
|
- Generative UI
|
|
4890
4877
|
- Suggestions
|
|
4891
4878
|
- Agentic Generative UI
|
|
4892
4879
|
- Interrupts
|
|
4893
4880
|
|
|
4894
4881
|
In addition, a variety of QOL changes have been made.
|
|
4895
|
-
|
|
4896
4882
|
- New AG-UI based message types
|
|
4897
4883
|
- Inline code rendering is fixed
|
|
4898
4884
|
|
|
@@ -4902,7 +4888,6 @@ CopilotKid Back-end SDK:
|
|
|
4902
4888
|
|
|
4903
4889
|
- 967d0ab: - refactor(chat): separate useCopilotChat into internal implementation and public API
|
|
4904
4890
|
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
|
|
4905
|
-
|
|
4906
4891
|
- Added `renderError` prop to `CopilotChat` for inline error rendering.
|
|
4907
4892
|
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
|
|
4908
4893
|
- Updated `Modal` to handle observability hooks with public API key checks.
|
|
@@ -4912,19 +4897,15 @@ CopilotKid Back-end SDK:
|
|
|
4912
4897
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
4913
4898
|
|
|
4914
4899
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
4915
|
-
|
|
4916
4900
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
4917
4901
|
|
|
4918
4902
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
4919
|
-
|
|
4920
4903
|
- chore: address linting issues
|
|
4921
4904
|
|
|
4922
4905
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
4923
|
-
|
|
4924
4906
|
- chore: fixing branding and docs
|
|
4925
4907
|
|
|
4926
4908
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
4927
|
-
|
|
4928
4909
|
- chore: more docs fixing
|
|
4929
4910
|
|
|
4930
4911
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -4971,19 +4952,15 @@ CopilotKid Back-end SDK:
|
|
|
4971
4952
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
4972
4953
|
|
|
4973
4954
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
4974
|
-
|
|
4975
4955
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
4976
4956
|
|
|
4977
4957
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
4978
|
-
|
|
4979
4958
|
- chore: address linting issues
|
|
4980
4959
|
|
|
4981
4960
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
4982
|
-
|
|
4983
4961
|
- chore: fixing branding and docs
|
|
4984
4962
|
|
|
4985
4963
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
4986
|
-
|
|
4987
4964
|
- chore: more docs fixing
|
|
4988
4965
|
|
|
4989
4966
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -4998,7 +4975,6 @@ CopilotKid Back-end SDK:
|
|
|
4998
4975
|
### Patch Changes
|
|
4999
4976
|
|
|
5000
4977
|
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
|
|
5001
|
-
|
|
5002
4978
|
- Added `renderError` prop to `CopilotChat` for inline error rendering.
|
|
5003
4979
|
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
|
|
5004
4980
|
- Updated `Modal` to handle observability hooks with public API key checks.
|
|
@@ -5086,14 +5062,12 @@ CopilotKid Back-end SDK:
|
|
|
5086
5062
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
5087
5063
|
|
|
5088
5064
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
5089
|
-
|
|
5090
5065
|
- Generative UI
|
|
5091
5066
|
- Suggestions
|
|
5092
5067
|
- Agentic Generative UI
|
|
5093
5068
|
- Interrupts
|
|
5094
5069
|
|
|
5095
5070
|
In addition, a variety of QOL changes have been made.
|
|
5096
|
-
|
|
5097
5071
|
- New AG-UI based message types
|
|
5098
5072
|
- Inline code rendering is fixed
|
|
5099
5073
|
|
|
@@ -5675,7 +5649,6 @@ CopilotKid Back-end SDK:
|
|
|
5675
5649
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
5676
5650
|
|
|
5677
5651
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
5678
|
-
|
|
5679
5652
|
- @copilotkit/runtime-client-gql@1.8.11
|
|
5680
5653
|
- @copilotkit/react-core@1.8.11
|
|
5681
5654
|
- @copilotkit/shared@1.8.11
|
|
@@ -5695,7 +5668,6 @@ CopilotKid Back-end SDK:
|
|
|
5695
5668
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
5696
5669
|
|
|
5697
5670
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
5698
|
-
|
|
5699
5671
|
- @copilotkit/react-core@1.8.11-next.0
|
|
5700
5672
|
- @copilotkit/runtime-client-gql@1.8.11-next.0
|
|
5701
5673
|
- @copilotkit/shared@1.8.11-next.0
|
|
@@ -6669,7 +6641,6 @@ CopilotKid Back-end SDK:
|
|
|
6669
6641
|
- 86fae3a: - feat(react-ui): add interfaces for full message customization
|
|
6670
6642
|
|
|
6671
6643
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
6672
|
-
|
|
6673
6644
|
- @copilotkit/react-core@1.5.12-next.0
|
|
6674
6645
|
- @copilotkit/runtime-client-gql@1.5.12-next.0
|
|
6675
6646
|
- @copilotkit/shared@1.5.12-next.0
|
|
@@ -6986,7 +6957,6 @@ CopilotKid Back-end SDK:
|
|
|
6986
6957
|
send() function despite the send button being correctly disabled. Added
|
|
6987
6958
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
6988
6959
|
validation between button and keyboard triggers.
|
|
6989
|
-
|
|
6990
6960
|
- Added validation check to Enter key handler
|
|
6991
6961
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
6992
6962
|
- Makes behavior consistent with disabled send button state
|
|
@@ -7012,13 +6982,11 @@ CopilotKid Back-end SDK:
|
|
|
7012
6982
|
send() function despite the send button being correctly disabled. Added
|
|
7013
6983
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
7014
6984
|
validation between button and keyboard triggers.
|
|
7015
|
-
|
|
7016
6985
|
- Added validation check to Enter key handler
|
|
7017
6986
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
7018
6987
|
- Makes behavior consistent with disabled send button state
|
|
7019
6988
|
|
|
7020
6989
|
Resolves #1129
|
|
7021
|
-
|
|
7022
6990
|
- @copilotkit/react-core@1.4.8-next.0
|
|
7023
6991
|
- @copilotkit/runtime-client-gql@1.4.8-next.0
|
|
7024
6992
|
- @copilotkit/shared@1.4.8-next.0
|
|
@@ -7157,7 +7125,6 @@ CopilotKid Back-end SDK:
|
|
|
7157
7125
|
- e16d95e: New prerelease
|
|
7158
7126
|
- 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
|
|
7159
7127
|
- CopilotKit Core:
|
|
7160
|
-
|
|
7161
7128
|
- Improved error messages and overall logs
|
|
7162
7129
|
- `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
|
|
7163
7130
|
- Improved scrolling behavior. It is now possible to scroll up during LLM response generation
|
|
@@ -7165,7 +7132,6 @@ CopilotKid Back-end SDK:
|
|
|
7165
7132
|
- Updated interfaces for better developer ergonomics
|
|
7166
7133
|
|
|
7167
7134
|
CoAgents:
|
|
7168
|
-
|
|
7169
7135
|
- Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
|
|
7170
7136
|
- Support for LangGraph Platform in Remote Endpoints
|
|
7171
7137
|
- LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
|
|
@@ -7173,7 +7139,6 @@ CopilotKid Back-end SDK:
|
|
|
7173
7139
|
- Enhanced state management and message handling
|
|
7174
7140
|
|
|
7175
7141
|
CopilotKid Back-end SDK:
|
|
7176
|
-
|
|
7177
7142
|
- Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
|
|
7178
7143
|
|
|
7179
7144
|
- 8d0144f: bump
|
|
@@ -7576,7 +7541,6 @@ CopilotKid Back-end SDK:
|
|
|
7576
7541
|
### Patch Changes
|
|
7577
7542
|
|
|
7578
7543
|
- inject minified css in bundle
|
|
7579
|
-
|
|
7580
7544
|
- removes the need to import `styles.css` manually
|
|
7581
7545
|
- empty `styles.css` included in the build for backwards compatibility
|
|
7582
7546
|
- uses tsup's `injectStyles` with `postcss` to bundle and minify the CSS, then inject it as a style tag
|
|
@@ -7741,7 +7705,6 @@ CopilotKid Back-end SDK:
|
|
|
7741
7705
|
### Major Changes
|
|
7742
7706
|
|
|
7743
7707
|
- b6a4b6eb: V1.0 Release Candidate
|
|
7744
|
-
|
|
7745
7708
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
7746
7709
|
- Support for Copilot Cloud
|
|
7747
7710
|
- Generative UI
|
|
@@ -7749,7 +7712,6 @@ CopilotKid Back-end SDK:
|
|
|
7749
7712
|
- OpenAI assistant API streaming
|
|
7750
7713
|
|
|
7751
7714
|
- V1.0 Release
|
|
7752
|
-
|
|
7753
7715
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
7754
7716
|
- Support for Copilot Cloud
|
|
7755
7717
|
- Generative UI
|
|
@@ -7793,7 +7755,6 @@ CopilotKid Back-end SDK:
|
|
|
7793
7755
|
### Major Changes
|
|
7794
7756
|
|
|
7795
7757
|
- V1.0 Release Candidate
|
|
7796
|
-
|
|
7797
7758
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
7798
7759
|
- Support for Copilot Cloud
|
|
7799
7760
|
- Generative UI
|
|
@@ -9108,14 +9069,12 @@ CopilotKid Back-end SDK:
|
|
|
9108
9069
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
9109
9070
|
|
|
9110
9071
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
9111
|
-
|
|
9112
9072
|
- Generative UI
|
|
9113
9073
|
- Suggestions
|
|
9114
9074
|
- Agentic Generative UI
|
|
9115
9075
|
- Interrupts
|
|
9116
9076
|
|
|
9117
9077
|
In addition, a variety of QOL changes have been made.
|
|
9118
|
-
|
|
9119
9078
|
- New AG-UI based message types
|
|
9120
9079
|
- Inline code rendering is fixed
|
|
9121
9080
|
|
|
@@ -9125,7 +9084,6 @@ CopilotKid Back-end SDK:
|
|
|
9125
9084
|
|
|
9126
9085
|
- 967d0ab: - refactor(chat): separate useCopilotChat into internal implementation and public API
|
|
9127
9086
|
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
|
|
9128
|
-
|
|
9129
9087
|
- Added `renderError` prop to `CopilotChat` for inline error rendering.
|
|
9130
9088
|
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
|
|
9131
9089
|
- Updated `Modal` to handle observability hooks with public API key checks.
|
|
@@ -9135,19 +9093,15 @@ CopilotKid Back-end SDK:
|
|
|
9135
9093
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
9136
9094
|
|
|
9137
9095
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9138
|
-
|
|
9139
9096
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
9140
9097
|
|
|
9141
9098
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9142
|
-
|
|
9143
9099
|
- chore: address linting issues
|
|
9144
9100
|
|
|
9145
9101
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9146
|
-
|
|
9147
9102
|
- chore: fixing branding and docs
|
|
9148
9103
|
|
|
9149
9104
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9150
|
-
|
|
9151
9105
|
- chore: more docs fixing
|
|
9152
9106
|
|
|
9153
9107
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -9194,19 +9148,15 @@ CopilotKid Back-end SDK:
|
|
|
9194
9148
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
9195
9149
|
|
|
9196
9150
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9197
|
-
|
|
9198
9151
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
9199
9152
|
|
|
9200
9153
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9201
|
-
|
|
9202
9154
|
- chore: address linting issues
|
|
9203
9155
|
|
|
9204
9156
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9205
|
-
|
|
9206
9157
|
- chore: fixing branding and docs
|
|
9207
9158
|
|
|
9208
9159
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9209
|
-
|
|
9210
9160
|
- chore: more docs fixing
|
|
9211
9161
|
|
|
9212
9162
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -9221,7 +9171,6 @@ CopilotKid Back-end SDK:
|
|
|
9221
9171
|
### Patch Changes
|
|
9222
9172
|
|
|
9223
9173
|
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
|
|
9224
|
-
|
|
9225
9174
|
- Added `renderError` prop to `CopilotChat` for inline error rendering.
|
|
9226
9175
|
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
|
|
9227
9176
|
- Updated `Modal` to handle observability hooks with public API key checks.
|
|
@@ -9309,14 +9258,12 @@ CopilotKid Back-end SDK:
|
|
|
9309
9258
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
9310
9259
|
|
|
9311
9260
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
9312
|
-
|
|
9313
9261
|
- Generative UI
|
|
9314
9262
|
- Suggestions
|
|
9315
9263
|
- Agentic Generative UI
|
|
9316
9264
|
- Interrupts
|
|
9317
9265
|
|
|
9318
9266
|
In addition, a variety of QOL changes have been made.
|
|
9319
|
-
|
|
9320
9267
|
- New AG-UI based message types
|
|
9321
9268
|
- Inline code rendering is fixed
|
|
9322
9269
|
|
|
@@ -9898,7 +9845,6 @@ CopilotKid Back-end SDK:
|
|
|
9898
9845
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
9899
9846
|
|
|
9900
9847
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9901
|
-
|
|
9902
9848
|
- @copilotkit/runtime-client-gql@1.8.11
|
|
9903
9849
|
- @copilotkit/react-core@1.8.11
|
|
9904
9850
|
- @copilotkit/shared@1.8.11
|
|
@@ -9918,7 +9864,6 @@ CopilotKid Back-end SDK:
|
|
|
9918
9864
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
9919
9865
|
|
|
9920
9866
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9921
|
-
|
|
9922
9867
|
- @copilotkit/react-core@1.8.11-next.0
|
|
9923
9868
|
- @copilotkit/runtime-client-gql@1.8.11-next.0
|
|
9924
9869
|
- @copilotkit/shared@1.8.11-next.0
|
|
@@ -10892,7 +10837,6 @@ CopilotKid Back-end SDK:
|
|
|
10892
10837
|
- 86fae3a: - feat(react-ui): add interfaces for full message customization
|
|
10893
10838
|
|
|
10894
10839
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
10895
|
-
|
|
10896
10840
|
- @copilotkit/react-core@1.5.12-next.0
|
|
10897
10841
|
- @copilotkit/runtime-client-gql@1.5.12-next.0
|
|
10898
10842
|
- @copilotkit/shared@1.5.12-next.0
|
|
@@ -11209,7 +11153,6 @@ CopilotKid Back-end SDK:
|
|
|
11209
11153
|
send() function despite the send button being correctly disabled. Added
|
|
11210
11154
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
11211
11155
|
validation between button and keyboard triggers.
|
|
11212
|
-
|
|
11213
11156
|
- Added validation check to Enter key handler
|
|
11214
11157
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
11215
11158
|
- Makes behavior consistent with disabled send button state
|
|
@@ -11235,13 +11178,11 @@ CopilotKid Back-end SDK:
|
|
|
11235
11178
|
send() function despite the send button being correctly disabled. Added
|
|
11236
11179
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
11237
11180
|
validation between button and keyboard triggers.
|
|
11238
|
-
|
|
11239
11181
|
- Added validation check to Enter key handler
|
|
11240
11182
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
11241
11183
|
- Makes behavior consistent with disabled send button state
|
|
11242
11184
|
|
|
11243
11185
|
Resolves #1129
|
|
11244
|
-
|
|
11245
11186
|
- @copilotkit/react-core@1.4.8-next.0
|
|
11246
11187
|
- @copilotkit/runtime-client-gql@1.4.8-next.0
|
|
11247
11188
|
- @copilotkit/shared@1.4.8-next.0
|
|
@@ -11380,7 +11321,6 @@ CopilotKid Back-end SDK:
|
|
|
11380
11321
|
- e16d95e: New prerelease
|
|
11381
11322
|
- 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
|
|
11382
11323
|
- CopilotKit Core:
|
|
11383
|
-
|
|
11384
11324
|
- Improved error messages and overall logs
|
|
11385
11325
|
- `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
|
|
11386
11326
|
- Improved scrolling behavior. It is now possible to scroll up during LLM response generation
|
|
@@ -11388,7 +11328,6 @@ CopilotKid Back-end SDK:
|
|
|
11388
11328
|
- Updated interfaces for better developer ergonomics
|
|
11389
11329
|
|
|
11390
11330
|
CoAgents:
|
|
11391
|
-
|
|
11392
11331
|
- Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
|
|
11393
11332
|
- Support for LangGraph Platform in Remote Endpoints
|
|
11394
11333
|
- LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
|
|
@@ -11396,7 +11335,6 @@ CopilotKid Back-end SDK:
|
|
|
11396
11335
|
- Enhanced state management and message handling
|
|
11397
11336
|
|
|
11398
11337
|
CopilotKid Back-end SDK:
|
|
11399
|
-
|
|
11400
11338
|
- Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
|
|
11401
11339
|
|
|
11402
11340
|
- 8d0144f: bump
|
|
@@ -11799,7 +11737,6 @@ CopilotKid Back-end SDK:
|
|
|
11799
11737
|
### Patch Changes
|
|
11800
11738
|
|
|
11801
11739
|
- inject minified css in bundle
|
|
11802
|
-
|
|
11803
11740
|
- removes the need to import `styles.css` manually
|
|
11804
11741
|
- empty `styles.css` included in the build for backwards compatibility
|
|
11805
11742
|
- uses tsup's `injectStyles` with `postcss` to bundle and minify the CSS, then inject it as a style tag
|
|
@@ -11964,7 +11901,6 @@ CopilotKid Back-end SDK:
|
|
|
11964
11901
|
### Major Changes
|
|
11965
11902
|
|
|
11966
11903
|
- b6a4b6eb: V1.0 Release Candidate
|
|
11967
|
-
|
|
11968
11904
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
11969
11905
|
- Support for Copilot Cloud
|
|
11970
11906
|
- Generative UI
|
|
@@ -11972,7 +11908,6 @@ CopilotKid Back-end SDK:
|
|
|
11972
11908
|
- OpenAI assistant API streaming
|
|
11973
11909
|
|
|
11974
11910
|
- V1.0 Release
|
|
11975
|
-
|
|
11976
11911
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
11977
11912
|
- Support for Copilot Cloud
|
|
11978
11913
|
- Generative UI
|
|
@@ -12016,7 +11951,6 @@ CopilotKid Back-end SDK:
|
|
|
12016
11951
|
### Major Changes
|
|
12017
11952
|
|
|
12018
11953
|
- V1.0 Release Candidate
|
|
12019
|
-
|
|
12020
11954
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
12021
11955
|
- Support for Copilot Cloud
|
|
12022
11956
|
- Generative UI
|
|
@@ -13323,14 +13257,12 @@ CopilotKid Back-end SDK:
|
|
|
13323
13257
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
13324
13258
|
|
|
13325
13259
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
13326
|
-
|
|
13327
13260
|
- Generative UI
|
|
13328
13261
|
- Suggestions
|
|
13329
13262
|
- Agentic Generative UI
|
|
13330
13263
|
- Interrupts
|
|
13331
13264
|
|
|
13332
13265
|
In addition, a variety of QOL changes have been made.
|
|
13333
|
-
|
|
13334
13266
|
- New AG-UI based message types
|
|
13335
13267
|
- Inline code rendering is fixed
|
|
13336
13268
|
|
|
@@ -13340,7 +13272,6 @@ CopilotKid Back-end SDK:
|
|
|
13340
13272
|
|
|
13341
13273
|
- 967d0ab: - refactor(chat): separate useCopilotChat into internal implementation and public API
|
|
13342
13274
|
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
|
|
13343
|
-
|
|
13344
13275
|
- Added `renderError` prop to `CopilotChat` for inline error rendering.
|
|
13345
13276
|
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
|
|
13346
13277
|
- Updated `Modal` to handle observability hooks with public API key checks.
|
|
@@ -13350,19 +13281,15 @@ CopilotKid Back-end SDK:
|
|
|
13350
13281
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
13351
13282
|
|
|
13352
13283
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
13353
|
-
|
|
13354
13284
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
13355
13285
|
|
|
13356
13286
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
13357
|
-
|
|
13358
13287
|
- chore: address linting issues
|
|
13359
13288
|
|
|
13360
13289
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
13361
|
-
|
|
13362
13290
|
- chore: fixing branding and docs
|
|
13363
13291
|
|
|
13364
13292
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
13365
|
-
|
|
13366
13293
|
- chore: more docs fixing
|
|
13367
13294
|
|
|
13368
13295
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -13409,19 +13336,15 @@ CopilotKid Back-end SDK:
|
|
|
13409
13336
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
13410
13337
|
|
|
13411
13338
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
13412
|
-
|
|
13413
13339
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
13414
13340
|
|
|
13415
13341
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
13416
|
-
|
|
13417
13342
|
- chore: address linting issues
|
|
13418
13343
|
|
|
13419
13344
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
13420
|
-
|
|
13421
13345
|
- chore: fixing branding and docs
|
|
13422
13346
|
|
|
13423
13347
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
13424
|
-
|
|
13425
13348
|
- chore: more docs fixing
|
|
13426
13349
|
|
|
13427
13350
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -13436,7 +13359,6 @@ CopilotKid Back-end SDK:
|
|
|
13436
13359
|
### Patch Changes
|
|
13437
13360
|
|
|
13438
13361
|
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
|
|
13439
|
-
|
|
13440
13362
|
- Added `renderError` prop to `CopilotChat` for inline error rendering.
|
|
13441
13363
|
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
|
|
13442
13364
|
- Updated `Modal` to handle observability hooks with public API key checks.
|
|
@@ -13524,14 +13446,12 @@ CopilotKid Back-end SDK:
|
|
|
13524
13446
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
13525
13447
|
|
|
13526
13448
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
13527
|
-
|
|
13528
13449
|
- Generative UI
|
|
13529
13450
|
- Suggestions
|
|
13530
13451
|
- Agentic Generative UI
|
|
13531
13452
|
- Interrupts
|
|
13532
13453
|
|
|
13533
13454
|
In addition, a variety of QOL changes have been made.
|
|
13534
|
-
|
|
13535
13455
|
- New AG-UI based message types
|
|
13536
13456
|
- Inline code rendering is fixed
|
|
13537
13457
|
|
|
@@ -14113,7 +14033,6 @@ CopilotKid Back-end SDK:
|
|
|
14113
14033
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
14114
14034
|
|
|
14115
14035
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
14116
|
-
|
|
14117
14036
|
- @copilotkit/runtime-client-gql@1.8.11
|
|
14118
14037
|
- @copilotkit/react-core@1.8.11
|
|
14119
14038
|
- @copilotkit/shared@1.8.11
|
|
@@ -14133,7 +14052,6 @@ CopilotKid Back-end SDK:
|
|
|
14133
14052
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
14134
14053
|
|
|
14135
14054
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
14136
|
-
|
|
14137
14055
|
- @copilotkit/react-core@1.8.11-next.0
|
|
14138
14056
|
- @copilotkit/runtime-client-gql@1.8.11-next.0
|
|
14139
14057
|
- @copilotkit/shared@1.8.11-next.0
|
|
@@ -15107,7 +15025,6 @@ CopilotKid Back-end SDK:
|
|
|
15107
15025
|
- 86fae3a: - feat(react-ui): add interfaces for full message customization
|
|
15108
15026
|
|
|
15109
15027
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
15110
|
-
|
|
15111
15028
|
- @copilotkit/react-core@1.5.12-next.0
|
|
15112
15029
|
- @copilotkit/runtime-client-gql@1.5.12-next.0
|
|
15113
15030
|
- @copilotkit/shared@1.5.12-next.0
|
|
@@ -15424,7 +15341,6 @@ CopilotKid Back-end SDK:
|
|
|
15424
15341
|
send() function despite the send button being correctly disabled. Added
|
|
15425
15342
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
15426
15343
|
validation between button and keyboard triggers.
|
|
15427
|
-
|
|
15428
15344
|
- Added validation check to Enter key handler
|
|
15429
15345
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
15430
15346
|
- Makes behavior consistent with disabled send button state
|
|
@@ -15450,13 +15366,11 @@ CopilotKid Back-end SDK:
|
|
|
15450
15366
|
send() function despite the send button being correctly disabled. Added
|
|
15451
15367
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
15452
15368
|
validation between button and keyboard triggers.
|
|
15453
|
-
|
|
15454
15369
|
- Added validation check to Enter key handler
|
|
15455
15370
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
15456
15371
|
- Makes behavior consistent with disabled send button state
|
|
15457
15372
|
|
|
15458
15373
|
Resolves #1129
|
|
15459
|
-
|
|
15460
15374
|
- @copilotkit/react-core@1.4.8-next.0
|
|
15461
15375
|
- @copilotkit/runtime-client-gql@1.4.8-next.0
|
|
15462
15376
|
- @copilotkit/shared@1.4.8-next.0
|
|
@@ -15595,7 +15509,6 @@ CopilotKid Back-end SDK:
|
|
|
15595
15509
|
- e16d95e: New prerelease
|
|
15596
15510
|
- 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
|
|
15597
15511
|
- CopilotKit Core:
|
|
15598
|
-
|
|
15599
15512
|
- Improved error messages and overall logs
|
|
15600
15513
|
- `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
|
|
15601
15514
|
- Improved scrolling behavior. It is now possible to scroll up during LLM response generation
|
|
@@ -15603,7 +15516,6 @@ CopilotKid Back-end SDK:
|
|
|
15603
15516
|
- Updated interfaces for better developer ergonomics
|
|
15604
15517
|
|
|
15605
15518
|
CoAgents:
|
|
15606
|
-
|
|
15607
15519
|
- Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
|
|
15608
15520
|
- Support for LangGraph Platform in Remote Endpoints
|
|
15609
15521
|
- LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
|
|
@@ -15611,7 +15523,6 @@ CopilotKid Back-end SDK:
|
|
|
15611
15523
|
- Enhanced state management and message handling
|
|
15612
15524
|
|
|
15613
15525
|
CopilotKid Back-end SDK:
|
|
15614
|
-
|
|
15615
15526
|
- Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
|
|
15616
15527
|
|
|
15617
15528
|
- 8d0144f: bump
|
|
@@ -16014,7 +15925,6 @@ CopilotKid Back-end SDK:
|
|
|
16014
15925
|
### Patch Changes
|
|
16015
15926
|
|
|
16016
15927
|
- inject minified css in bundle
|
|
16017
|
-
|
|
16018
15928
|
- removes the need to import `styles.css` manually
|
|
16019
15929
|
- empty `styles.css` included in the build for backwards compatibility
|
|
16020
15930
|
- uses tsup's `injectStyles` with `postcss` to bundle and minify the CSS, then inject it as a style tag
|
|
@@ -16179,7 +16089,6 @@ CopilotKid Back-end SDK:
|
|
|
16179
16089
|
### Major Changes
|
|
16180
16090
|
|
|
16181
16091
|
- b6a4b6eb: V1.0 Release Candidate
|
|
16182
|
-
|
|
16183
16092
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
16184
16093
|
- Support for Copilot Cloud
|
|
16185
16094
|
- Generative UI
|
|
@@ -16187,7 +16096,6 @@ CopilotKid Back-end SDK:
|
|
|
16187
16096
|
- OpenAI assistant API streaming
|
|
16188
16097
|
|
|
16189
16098
|
- V1.0 Release
|
|
16190
|
-
|
|
16191
16099
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
16192
16100
|
- Support for Copilot Cloud
|
|
16193
16101
|
- Generative UI
|
|
@@ -16231,7 +16139,6 @@ CopilotKid Back-end SDK:
|
|
|
16231
16139
|
### Major Changes
|
|
16232
16140
|
|
|
16233
16141
|
- V1.0 Release Candidate
|
|
16234
|
-
|
|
16235
16142
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
16236
16143
|
- Support for Copilot Cloud
|
|
16237
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.1",
|
|
56
|
-
"@copilotkit/runtime-client-gql": "1.50.1",
|
|
57
|
-
"@copilotkit/shared": "1.50.1"
|
|
60
|
+
"remark-math": "^6.0.0"
|
|
58
61
|
},
|
|
59
62
|
"keywords": [
|
|
60
63
|
"copilotkit",
|
package/tsup.config.ts
CHANGED