@copilotkit/react-ui 0.0.0-max-runner-auth-20251229215815 → 0.0.0-max-changeset-20260109174803
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 +14 -115
- package/LICENSE +21 -0
- package/package.json +9 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,22 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
-
## 0.0.0-max-
|
|
3
|
+
## 0.0.0-max-changeset-20260109174803
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
- Updated dependencies [
|
|
9
|
-
- @copilotkit/
|
|
10
|
-
- @copilotkit/
|
|
11
|
-
- @copilotkit/shared@0.0.0-max-
|
|
7
|
+
- 9e8c5a7: Update versioning strategy
|
|
8
|
+
- Updated dependencies [9e8c5a7]
|
|
9
|
+
- @copilotkit/runtime-client-gql@0.0.0-max-changeset-20260109174803
|
|
10
|
+
- @copilotkit/react-core@0.0.0-max-changeset-20260109174803
|
|
11
|
+
- @copilotkit/shared@0.0.0-max-changeset-20260109174803
|
|
12
|
+
|
|
13
|
+
## 1.50.2-next.0
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- @copilotkit/runtime-client-gql@1.50.2-next.0
|
|
18
|
+
- @copilotkit/react-core@1.50.2-next.0
|
|
19
|
+
- @copilotkit/shared@1.50.2-next.0
|
|
12
20
|
|
|
13
21
|
## 1.50.1
|
|
14
22
|
|
|
@@ -412,7 +420,6 @@
|
|
|
412
420
|
- 0cc9ec2: - fix(react-ui): address hydration issue
|
|
413
421
|
|
|
414
422
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
415
|
-
|
|
416
423
|
- @copilotkit/react-core@1.10.6-next.0
|
|
417
424
|
- @copilotkit/runtime-client-gql@1.10.6-next.0
|
|
418
425
|
- @copilotkit/shared@1.10.6-next.0
|
|
@@ -680,14 +687,12 @@
|
|
|
680
687
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
681
688
|
|
|
682
689
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
683
|
-
|
|
684
690
|
- Generative UI
|
|
685
691
|
- Suggestions
|
|
686
692
|
- Agentic Generative UI
|
|
687
693
|
- Interrupts
|
|
688
694
|
|
|
689
695
|
In addition, a variety of QOL changes have been made.
|
|
690
|
-
|
|
691
696
|
- New AG-UI based message types
|
|
692
697
|
- Inline code rendering is fixed
|
|
693
698
|
|
|
@@ -697,7 +702,6 @@
|
|
|
697
702
|
|
|
698
703
|
- 967d0ab: - refactor(chat): separate useCopilotChat into internal implementation and public API
|
|
699
704
|
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
|
|
700
|
-
|
|
701
705
|
- Added `renderError` prop to `CopilotChat` for inline error rendering.
|
|
702
706
|
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
|
|
703
707
|
- Updated `Modal` to handle observability hooks with public API key checks.
|
|
@@ -707,19 +711,15 @@
|
|
|
707
711
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
708
712
|
|
|
709
713
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
710
|
-
|
|
711
714
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
712
715
|
|
|
713
716
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
714
|
-
|
|
715
717
|
- chore: address linting issues
|
|
716
718
|
|
|
717
719
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
718
|
-
|
|
719
720
|
- chore: fixing branding and docs
|
|
720
721
|
|
|
721
722
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
722
|
-
|
|
723
723
|
- chore: more docs fixing
|
|
724
724
|
|
|
725
725
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -766,19 +766,15 @@
|
|
|
766
766
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
767
767
|
|
|
768
768
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
769
|
-
|
|
770
769
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
771
770
|
|
|
772
771
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
773
|
-
|
|
774
772
|
- chore: address linting issues
|
|
775
773
|
|
|
776
774
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
777
|
-
|
|
778
775
|
- chore: fixing branding and docs
|
|
779
776
|
|
|
780
777
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
781
|
-
|
|
782
778
|
- chore: more docs fixing
|
|
783
779
|
|
|
784
780
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -793,7 +789,6 @@
|
|
|
793
789
|
### Patch Changes
|
|
794
790
|
|
|
795
791
|
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
|
|
796
|
-
|
|
797
792
|
- Added `renderError` prop to `CopilotChat` for inline error rendering.
|
|
798
793
|
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
|
|
799
794
|
- Updated `Modal` to handle observability hooks with public API key checks.
|
|
@@ -881,14 +876,12 @@
|
|
|
881
876
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
882
877
|
|
|
883
878
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
884
|
-
|
|
885
879
|
- Generative UI
|
|
886
880
|
- Suggestions
|
|
887
881
|
- Agentic Generative UI
|
|
888
882
|
- Interrupts
|
|
889
883
|
|
|
890
884
|
In addition, a variety of QOL changes have been made.
|
|
891
|
-
|
|
892
885
|
- New AG-UI based message types
|
|
893
886
|
- Inline code rendering is fixed
|
|
894
887
|
|
|
@@ -1470,7 +1463,6 @@
|
|
|
1470
1463
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
1471
1464
|
|
|
1472
1465
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
1473
|
-
|
|
1474
1466
|
- @copilotkit/runtime-client-gql@1.8.11
|
|
1475
1467
|
- @copilotkit/react-core@1.8.11
|
|
1476
1468
|
- @copilotkit/shared@1.8.11
|
|
@@ -1490,7 +1482,6 @@
|
|
|
1490
1482
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
1491
1483
|
|
|
1492
1484
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
1493
|
-
|
|
1494
1485
|
- @copilotkit/react-core@1.8.11-next.0
|
|
1495
1486
|
- @copilotkit/runtime-client-gql@1.8.11-next.0
|
|
1496
1487
|
- @copilotkit/shared@1.8.11-next.0
|
|
@@ -2464,7 +2455,6 @@
|
|
|
2464
2455
|
- 86fae3a: - feat(react-ui): add interfaces for full message customization
|
|
2465
2456
|
|
|
2466
2457
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
2467
|
-
|
|
2468
2458
|
- @copilotkit/react-core@1.5.12-next.0
|
|
2469
2459
|
- @copilotkit/runtime-client-gql@1.5.12-next.0
|
|
2470
2460
|
- @copilotkit/shared@1.5.12-next.0
|
|
@@ -2781,7 +2771,6 @@
|
|
|
2781
2771
|
send() function despite the send button being correctly disabled. Added
|
|
2782
2772
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
2783
2773
|
validation between button and keyboard triggers.
|
|
2784
|
-
|
|
2785
2774
|
- Added validation check to Enter key handler
|
|
2786
2775
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
2787
2776
|
- Makes behavior consistent with disabled send button state
|
|
@@ -2807,13 +2796,11 @@
|
|
|
2807
2796
|
send() function despite the send button being correctly disabled. Added
|
|
2808
2797
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
2809
2798
|
validation between button and keyboard triggers.
|
|
2810
|
-
|
|
2811
2799
|
- Added validation check to Enter key handler
|
|
2812
2800
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
2813
2801
|
- Makes behavior consistent with disabled send button state
|
|
2814
2802
|
|
|
2815
2803
|
Resolves #1129
|
|
2816
|
-
|
|
2817
2804
|
- @copilotkit/react-core@1.4.8-next.0
|
|
2818
2805
|
- @copilotkit/runtime-client-gql@1.4.8-next.0
|
|
2819
2806
|
- @copilotkit/shared@1.4.8-next.0
|
|
@@ -2952,7 +2939,6 @@
|
|
|
2952
2939
|
- e16d95e: New prerelease
|
|
2953
2940
|
- 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
|
|
2954
2941
|
- CopilotKit Core:
|
|
2955
|
-
|
|
2956
2942
|
- Improved error messages and overall logs
|
|
2957
2943
|
- `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
|
|
2958
2944
|
- Improved scrolling behavior. It is now possible to scroll up during LLM response generation
|
|
@@ -2960,7 +2946,6 @@
|
|
|
2960
2946
|
- Updated interfaces for better developer ergonomics
|
|
2961
2947
|
|
|
2962
2948
|
CoAgents:
|
|
2963
|
-
|
|
2964
2949
|
- Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
|
|
2965
2950
|
- Support for LangGraph Platform in Remote Endpoints
|
|
2966
2951
|
- LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
|
|
@@ -2968,7 +2953,6 @@
|
|
|
2968
2953
|
- Enhanced state management and message handling
|
|
2969
2954
|
|
|
2970
2955
|
CopilotKid Back-end SDK:
|
|
2971
|
-
|
|
2972
2956
|
- Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
|
|
2973
2957
|
|
|
2974
2958
|
- 8d0144f: bump
|
|
@@ -3371,7 +3355,6 @@ CopilotKid Back-end SDK:
|
|
|
3371
3355
|
### Patch Changes
|
|
3372
3356
|
|
|
3373
3357
|
- inject minified css in bundle
|
|
3374
|
-
|
|
3375
3358
|
- removes the need to import `styles.css` manually
|
|
3376
3359
|
- empty `styles.css` included in the build for backwards compatibility
|
|
3377
3360
|
- uses tsup's `injectStyles` with `postcss` to bundle and minify the CSS, then inject it as a style tag
|
|
@@ -3536,7 +3519,6 @@ CopilotKid Back-end SDK:
|
|
|
3536
3519
|
### Major Changes
|
|
3537
3520
|
|
|
3538
3521
|
- b6a4b6eb: V1.0 Release Candidate
|
|
3539
|
-
|
|
3540
3522
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
3541
3523
|
- Support for Copilot Cloud
|
|
3542
3524
|
- Generative UI
|
|
@@ -3544,7 +3526,6 @@ CopilotKid Back-end SDK:
|
|
|
3544
3526
|
- OpenAI assistant API streaming
|
|
3545
3527
|
|
|
3546
3528
|
- V1.0 Release
|
|
3547
|
-
|
|
3548
3529
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
3549
3530
|
- Support for Copilot Cloud
|
|
3550
3531
|
- Generative UI
|
|
@@ -3588,7 +3569,6 @@ CopilotKid Back-end SDK:
|
|
|
3588
3569
|
### Major Changes
|
|
3589
3570
|
|
|
3590
3571
|
- V1.0 Release Candidate
|
|
3591
|
-
|
|
3592
3572
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
3593
3573
|
- Support for Copilot Cloud
|
|
3594
3574
|
- Generative UI
|
|
@@ -4895,14 +4875,12 @@ CopilotKid Back-end SDK:
|
|
|
4895
4875
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
4896
4876
|
|
|
4897
4877
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
4898
|
-
|
|
4899
4878
|
- Generative UI
|
|
4900
4879
|
- Suggestions
|
|
4901
4880
|
- Agentic Generative UI
|
|
4902
4881
|
- Interrupts
|
|
4903
4882
|
|
|
4904
4883
|
In addition, a variety of QOL changes have been made.
|
|
4905
|
-
|
|
4906
4884
|
- New AG-UI based message types
|
|
4907
4885
|
- Inline code rendering is fixed
|
|
4908
4886
|
|
|
@@ -4912,7 +4890,6 @@ CopilotKid Back-end SDK:
|
|
|
4912
4890
|
|
|
4913
4891
|
- 967d0ab: - refactor(chat): separate useCopilotChat into internal implementation and public API
|
|
4914
4892
|
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
|
|
4915
|
-
|
|
4916
4893
|
- Added `renderError` prop to `CopilotChat` for inline error rendering.
|
|
4917
4894
|
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
|
|
4918
4895
|
- Updated `Modal` to handle observability hooks with public API key checks.
|
|
@@ -4922,19 +4899,15 @@ CopilotKid Back-end SDK:
|
|
|
4922
4899
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
4923
4900
|
|
|
4924
4901
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
4925
|
-
|
|
4926
4902
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
4927
4903
|
|
|
4928
4904
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
4929
|
-
|
|
4930
4905
|
- chore: address linting issues
|
|
4931
4906
|
|
|
4932
4907
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
4933
|
-
|
|
4934
4908
|
- chore: fixing branding and docs
|
|
4935
4909
|
|
|
4936
4910
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
4937
|
-
|
|
4938
4911
|
- chore: more docs fixing
|
|
4939
4912
|
|
|
4940
4913
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -4981,19 +4954,15 @@ CopilotKid Back-end SDK:
|
|
|
4981
4954
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
4982
4955
|
|
|
4983
4956
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
4984
|
-
|
|
4985
4957
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
4986
4958
|
|
|
4987
4959
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
4988
|
-
|
|
4989
4960
|
- chore: address linting issues
|
|
4990
4961
|
|
|
4991
4962
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
4992
|
-
|
|
4993
4963
|
- chore: fixing branding and docs
|
|
4994
4964
|
|
|
4995
4965
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
4996
|
-
|
|
4997
4966
|
- chore: more docs fixing
|
|
4998
4967
|
|
|
4999
4968
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -5008,7 +4977,6 @@ CopilotKid Back-end SDK:
|
|
|
5008
4977
|
### Patch Changes
|
|
5009
4978
|
|
|
5010
4979
|
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
|
|
5011
|
-
|
|
5012
4980
|
- Added `renderError` prop to `CopilotChat` for inline error rendering.
|
|
5013
4981
|
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
|
|
5014
4982
|
- Updated `Modal` to handle observability hooks with public API key checks.
|
|
@@ -5096,14 +5064,12 @@ CopilotKid Back-end SDK:
|
|
|
5096
5064
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
5097
5065
|
|
|
5098
5066
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
5099
|
-
|
|
5100
5067
|
- Generative UI
|
|
5101
5068
|
- Suggestions
|
|
5102
5069
|
- Agentic Generative UI
|
|
5103
5070
|
- Interrupts
|
|
5104
5071
|
|
|
5105
5072
|
In addition, a variety of QOL changes have been made.
|
|
5106
|
-
|
|
5107
5073
|
- New AG-UI based message types
|
|
5108
5074
|
- Inline code rendering is fixed
|
|
5109
5075
|
|
|
@@ -5685,7 +5651,6 @@ CopilotKid Back-end SDK:
|
|
|
5685
5651
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
5686
5652
|
|
|
5687
5653
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
5688
|
-
|
|
5689
5654
|
- @copilotkit/runtime-client-gql@1.8.11
|
|
5690
5655
|
- @copilotkit/react-core@1.8.11
|
|
5691
5656
|
- @copilotkit/shared@1.8.11
|
|
@@ -5705,7 +5670,6 @@ CopilotKid Back-end SDK:
|
|
|
5705
5670
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
5706
5671
|
|
|
5707
5672
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
5708
|
-
|
|
5709
5673
|
- @copilotkit/react-core@1.8.11-next.0
|
|
5710
5674
|
- @copilotkit/runtime-client-gql@1.8.11-next.0
|
|
5711
5675
|
- @copilotkit/shared@1.8.11-next.0
|
|
@@ -6679,7 +6643,6 @@ CopilotKid Back-end SDK:
|
|
|
6679
6643
|
- 86fae3a: - feat(react-ui): add interfaces for full message customization
|
|
6680
6644
|
|
|
6681
6645
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
6682
|
-
|
|
6683
6646
|
- @copilotkit/react-core@1.5.12-next.0
|
|
6684
6647
|
- @copilotkit/runtime-client-gql@1.5.12-next.0
|
|
6685
6648
|
- @copilotkit/shared@1.5.12-next.0
|
|
@@ -6996,7 +6959,6 @@ CopilotKid Back-end SDK:
|
|
|
6996
6959
|
send() function despite the send button being correctly disabled. Added
|
|
6997
6960
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
6998
6961
|
validation between button and keyboard triggers.
|
|
6999
|
-
|
|
7000
6962
|
- Added validation check to Enter key handler
|
|
7001
6963
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
7002
6964
|
- Makes behavior consistent with disabled send button state
|
|
@@ -7022,13 +6984,11 @@ CopilotKid Back-end SDK:
|
|
|
7022
6984
|
send() function despite the send button being correctly disabled. Added
|
|
7023
6985
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
7024
6986
|
validation between button and keyboard triggers.
|
|
7025
|
-
|
|
7026
6987
|
- Added validation check to Enter key handler
|
|
7027
6988
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
7028
6989
|
- Makes behavior consistent with disabled send button state
|
|
7029
6990
|
|
|
7030
6991
|
Resolves #1129
|
|
7031
|
-
|
|
7032
6992
|
- @copilotkit/react-core@1.4.8-next.0
|
|
7033
6993
|
- @copilotkit/runtime-client-gql@1.4.8-next.0
|
|
7034
6994
|
- @copilotkit/shared@1.4.8-next.0
|
|
@@ -7167,7 +7127,6 @@ CopilotKid Back-end SDK:
|
|
|
7167
7127
|
- e16d95e: New prerelease
|
|
7168
7128
|
- 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
|
|
7169
7129
|
- CopilotKit Core:
|
|
7170
|
-
|
|
7171
7130
|
- Improved error messages and overall logs
|
|
7172
7131
|
- `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
|
|
7173
7132
|
- Improved scrolling behavior. It is now possible to scroll up during LLM response generation
|
|
@@ -7175,7 +7134,6 @@ CopilotKid Back-end SDK:
|
|
|
7175
7134
|
- Updated interfaces for better developer ergonomics
|
|
7176
7135
|
|
|
7177
7136
|
CoAgents:
|
|
7178
|
-
|
|
7179
7137
|
- Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
|
|
7180
7138
|
- Support for LangGraph Platform in Remote Endpoints
|
|
7181
7139
|
- LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
|
|
@@ -7183,7 +7141,6 @@ CopilotKid Back-end SDK:
|
|
|
7183
7141
|
- Enhanced state management and message handling
|
|
7184
7142
|
|
|
7185
7143
|
CopilotKid Back-end SDK:
|
|
7186
|
-
|
|
7187
7144
|
- Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
|
|
7188
7145
|
|
|
7189
7146
|
- 8d0144f: bump
|
|
@@ -7586,7 +7543,6 @@ CopilotKid Back-end SDK:
|
|
|
7586
7543
|
### Patch Changes
|
|
7587
7544
|
|
|
7588
7545
|
- inject minified css in bundle
|
|
7589
|
-
|
|
7590
7546
|
- removes the need to import `styles.css` manually
|
|
7591
7547
|
- empty `styles.css` included in the build for backwards compatibility
|
|
7592
7548
|
- uses tsup's `injectStyles` with `postcss` to bundle and minify the CSS, then inject it as a style tag
|
|
@@ -7751,7 +7707,6 @@ CopilotKid Back-end SDK:
|
|
|
7751
7707
|
### Major Changes
|
|
7752
7708
|
|
|
7753
7709
|
- b6a4b6eb: V1.0 Release Candidate
|
|
7754
|
-
|
|
7755
7710
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
7756
7711
|
- Support for Copilot Cloud
|
|
7757
7712
|
- Generative UI
|
|
@@ -7759,7 +7714,6 @@ CopilotKid Back-end SDK:
|
|
|
7759
7714
|
- OpenAI assistant API streaming
|
|
7760
7715
|
|
|
7761
7716
|
- V1.0 Release
|
|
7762
|
-
|
|
7763
7717
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
7764
7718
|
- Support for Copilot Cloud
|
|
7765
7719
|
- Generative UI
|
|
@@ -7803,7 +7757,6 @@ CopilotKid Back-end SDK:
|
|
|
7803
7757
|
### Major Changes
|
|
7804
7758
|
|
|
7805
7759
|
- V1.0 Release Candidate
|
|
7806
|
-
|
|
7807
7760
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
7808
7761
|
- Support for Copilot Cloud
|
|
7809
7762
|
- Generative UI
|
|
@@ -9118,14 +9071,12 @@ CopilotKid Back-end SDK:
|
|
|
9118
9071
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
9119
9072
|
|
|
9120
9073
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
9121
|
-
|
|
9122
9074
|
- Generative UI
|
|
9123
9075
|
- Suggestions
|
|
9124
9076
|
- Agentic Generative UI
|
|
9125
9077
|
- Interrupts
|
|
9126
9078
|
|
|
9127
9079
|
In addition, a variety of QOL changes have been made.
|
|
9128
|
-
|
|
9129
9080
|
- New AG-UI based message types
|
|
9130
9081
|
- Inline code rendering is fixed
|
|
9131
9082
|
|
|
@@ -9135,7 +9086,6 @@ CopilotKid Back-end SDK:
|
|
|
9135
9086
|
|
|
9136
9087
|
- 967d0ab: - refactor(chat): separate useCopilotChat into internal implementation and public API
|
|
9137
9088
|
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
|
|
9138
|
-
|
|
9139
9089
|
- Added `renderError` prop to `CopilotChat` for inline error rendering.
|
|
9140
9090
|
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
|
|
9141
9091
|
- Updated `Modal` to handle observability hooks with public API key checks.
|
|
@@ -9145,19 +9095,15 @@ CopilotKid Back-end SDK:
|
|
|
9145
9095
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
9146
9096
|
|
|
9147
9097
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9148
|
-
|
|
9149
9098
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
9150
9099
|
|
|
9151
9100
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9152
|
-
|
|
9153
9101
|
- chore: address linting issues
|
|
9154
9102
|
|
|
9155
9103
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9156
|
-
|
|
9157
9104
|
- chore: fixing branding and docs
|
|
9158
9105
|
|
|
9159
9106
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9160
|
-
|
|
9161
9107
|
- chore: more docs fixing
|
|
9162
9108
|
|
|
9163
9109
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -9204,19 +9150,15 @@ CopilotKid Back-end SDK:
|
|
|
9204
9150
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
9205
9151
|
|
|
9206
9152
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9207
|
-
|
|
9208
9153
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
9209
9154
|
|
|
9210
9155
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9211
|
-
|
|
9212
9156
|
- chore: address linting issues
|
|
9213
9157
|
|
|
9214
9158
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9215
|
-
|
|
9216
9159
|
- chore: fixing branding and docs
|
|
9217
9160
|
|
|
9218
9161
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9219
|
-
|
|
9220
9162
|
- chore: more docs fixing
|
|
9221
9163
|
|
|
9222
9164
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -9231,7 +9173,6 @@ CopilotKid Back-end SDK:
|
|
|
9231
9173
|
### Patch Changes
|
|
9232
9174
|
|
|
9233
9175
|
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
|
|
9234
|
-
|
|
9235
9176
|
- Added `renderError` prop to `CopilotChat` for inline error rendering.
|
|
9236
9177
|
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
|
|
9237
9178
|
- Updated `Modal` to handle observability hooks with public API key checks.
|
|
@@ -9319,14 +9260,12 @@ CopilotKid Back-end SDK:
|
|
|
9319
9260
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
9320
9261
|
|
|
9321
9262
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
9322
|
-
|
|
9323
9263
|
- Generative UI
|
|
9324
9264
|
- Suggestions
|
|
9325
9265
|
- Agentic Generative UI
|
|
9326
9266
|
- Interrupts
|
|
9327
9267
|
|
|
9328
9268
|
In addition, a variety of QOL changes have been made.
|
|
9329
|
-
|
|
9330
9269
|
- New AG-UI based message types
|
|
9331
9270
|
- Inline code rendering is fixed
|
|
9332
9271
|
|
|
@@ -9908,7 +9847,6 @@ CopilotKid Back-end SDK:
|
|
|
9908
9847
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
9909
9848
|
|
|
9910
9849
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9911
|
-
|
|
9912
9850
|
- @copilotkit/runtime-client-gql@1.8.11
|
|
9913
9851
|
- @copilotkit/react-core@1.8.11
|
|
9914
9852
|
- @copilotkit/shared@1.8.11
|
|
@@ -9928,7 +9866,6 @@ CopilotKid Back-end SDK:
|
|
|
9928
9866
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
9929
9867
|
|
|
9930
9868
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
9931
|
-
|
|
9932
9869
|
- @copilotkit/react-core@1.8.11-next.0
|
|
9933
9870
|
- @copilotkit/runtime-client-gql@1.8.11-next.0
|
|
9934
9871
|
- @copilotkit/shared@1.8.11-next.0
|
|
@@ -10902,7 +10839,6 @@ CopilotKid Back-end SDK:
|
|
|
10902
10839
|
- 86fae3a: - feat(react-ui): add interfaces for full message customization
|
|
10903
10840
|
|
|
10904
10841
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
10905
|
-
|
|
10906
10842
|
- @copilotkit/react-core@1.5.12-next.0
|
|
10907
10843
|
- @copilotkit/runtime-client-gql@1.5.12-next.0
|
|
10908
10844
|
- @copilotkit/shared@1.5.12-next.0
|
|
@@ -11219,7 +11155,6 @@ CopilotKid Back-end SDK:
|
|
|
11219
11155
|
send() function despite the send button being correctly disabled. Added
|
|
11220
11156
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
11221
11157
|
validation between button and keyboard triggers.
|
|
11222
|
-
|
|
11223
11158
|
- Added validation check to Enter key handler
|
|
11224
11159
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
11225
11160
|
- Makes behavior consistent with disabled send button state
|
|
@@ -11245,13 +11180,11 @@ CopilotKid Back-end SDK:
|
|
|
11245
11180
|
send() function despite the send button being correctly disabled. Added
|
|
11246
11181
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
11247
11182
|
validation between button and keyboard triggers.
|
|
11248
|
-
|
|
11249
11183
|
- Added validation check to Enter key handler
|
|
11250
11184
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
11251
11185
|
- Makes behavior consistent with disabled send button state
|
|
11252
11186
|
|
|
11253
11187
|
Resolves #1129
|
|
11254
|
-
|
|
11255
11188
|
- @copilotkit/react-core@1.4.8-next.0
|
|
11256
11189
|
- @copilotkit/runtime-client-gql@1.4.8-next.0
|
|
11257
11190
|
- @copilotkit/shared@1.4.8-next.0
|
|
@@ -11390,7 +11323,6 @@ CopilotKid Back-end SDK:
|
|
|
11390
11323
|
- e16d95e: New prerelease
|
|
11391
11324
|
- 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
|
|
11392
11325
|
- CopilotKit Core:
|
|
11393
|
-
|
|
11394
11326
|
- Improved error messages and overall logs
|
|
11395
11327
|
- `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
|
|
11396
11328
|
- Improved scrolling behavior. It is now possible to scroll up during LLM response generation
|
|
@@ -11398,7 +11330,6 @@ CopilotKid Back-end SDK:
|
|
|
11398
11330
|
- Updated interfaces for better developer ergonomics
|
|
11399
11331
|
|
|
11400
11332
|
CoAgents:
|
|
11401
|
-
|
|
11402
11333
|
- Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
|
|
11403
11334
|
- Support for LangGraph Platform in Remote Endpoints
|
|
11404
11335
|
- LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
|
|
@@ -11406,7 +11337,6 @@ CopilotKid Back-end SDK:
|
|
|
11406
11337
|
- Enhanced state management and message handling
|
|
11407
11338
|
|
|
11408
11339
|
CopilotKid Back-end SDK:
|
|
11409
|
-
|
|
11410
11340
|
- Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
|
|
11411
11341
|
|
|
11412
11342
|
- 8d0144f: bump
|
|
@@ -11809,7 +11739,6 @@ CopilotKid Back-end SDK:
|
|
|
11809
11739
|
### Patch Changes
|
|
11810
11740
|
|
|
11811
11741
|
- inject minified css in bundle
|
|
11812
|
-
|
|
11813
11742
|
- removes the need to import `styles.css` manually
|
|
11814
11743
|
- empty `styles.css` included in the build for backwards compatibility
|
|
11815
11744
|
- uses tsup's `injectStyles` with `postcss` to bundle and minify the CSS, then inject it as a style tag
|
|
@@ -11974,7 +11903,6 @@ CopilotKid Back-end SDK:
|
|
|
11974
11903
|
### Major Changes
|
|
11975
11904
|
|
|
11976
11905
|
- b6a4b6eb: V1.0 Release Candidate
|
|
11977
|
-
|
|
11978
11906
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
11979
11907
|
- Support for Copilot Cloud
|
|
11980
11908
|
- Generative UI
|
|
@@ -11982,7 +11910,6 @@ CopilotKid Back-end SDK:
|
|
|
11982
11910
|
- OpenAI assistant API streaming
|
|
11983
11911
|
|
|
11984
11912
|
- V1.0 Release
|
|
11985
|
-
|
|
11986
11913
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
11987
11914
|
- Support for Copilot Cloud
|
|
11988
11915
|
- Generative UI
|
|
@@ -12026,7 +11953,6 @@ CopilotKid Back-end SDK:
|
|
|
12026
11953
|
### Major Changes
|
|
12027
11954
|
|
|
12028
11955
|
- V1.0 Release Candidate
|
|
12029
|
-
|
|
12030
11956
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
12031
11957
|
- Support for Copilot Cloud
|
|
12032
11958
|
- Generative UI
|
|
@@ -13333,14 +13259,12 @@ CopilotKid Back-end SDK:
|
|
|
13333
13259
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
13334
13260
|
|
|
13335
13261
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
13336
|
-
|
|
13337
13262
|
- Generative UI
|
|
13338
13263
|
- Suggestions
|
|
13339
13264
|
- Agentic Generative UI
|
|
13340
13265
|
- Interrupts
|
|
13341
13266
|
|
|
13342
13267
|
In addition, a variety of QOL changes have been made.
|
|
13343
|
-
|
|
13344
13268
|
- New AG-UI based message types
|
|
13345
13269
|
- Inline code rendering is fixed
|
|
13346
13270
|
|
|
@@ -13350,7 +13274,6 @@ CopilotKid Back-end SDK:
|
|
|
13350
13274
|
|
|
13351
13275
|
- 967d0ab: - refactor(chat): separate useCopilotChat into internal implementation and public API
|
|
13352
13276
|
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
|
|
13353
|
-
|
|
13354
13277
|
- Added `renderError` prop to `CopilotChat` for inline error rendering.
|
|
13355
13278
|
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
|
|
13356
13279
|
- Updated `Modal` to handle observability hooks with public API key checks.
|
|
@@ -13360,19 +13283,15 @@ CopilotKid Back-end SDK:
|
|
|
13360
13283
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
13361
13284
|
|
|
13362
13285
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
13363
|
-
|
|
13364
13286
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
13365
13287
|
|
|
13366
13288
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
13367
|
-
|
|
13368
13289
|
- chore: address linting issues
|
|
13369
13290
|
|
|
13370
13291
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
13371
|
-
|
|
13372
13292
|
- chore: fixing branding and docs
|
|
13373
13293
|
|
|
13374
13294
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
13375
|
-
|
|
13376
13295
|
- chore: more docs fixing
|
|
13377
13296
|
|
|
13378
13297
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -13419,19 +13338,15 @@ CopilotKid Back-end SDK:
|
|
|
13419
13338
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
13420
13339
|
|
|
13421
13340
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
13422
|
-
|
|
13423
13341
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
13424
13342
|
|
|
13425
13343
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
13426
|
-
|
|
13427
13344
|
- chore: address linting issues
|
|
13428
13345
|
|
|
13429
13346
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
13430
|
-
|
|
13431
13347
|
- chore: fixing branding and docs
|
|
13432
13348
|
|
|
13433
13349
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
13434
|
-
|
|
13435
13350
|
- chore: more docs fixing
|
|
13436
13351
|
|
|
13437
13352
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -13446,7 +13361,6 @@ CopilotKid Back-end SDK:
|
|
|
13446
13361
|
### Patch Changes
|
|
13447
13362
|
|
|
13448
13363
|
- 2354be4: - feat(chat): implement custom error handling in CopilotChat and Modal components
|
|
13449
|
-
|
|
13450
13364
|
- Added `renderError` prop to `CopilotChat` for inline error rendering.
|
|
13451
13365
|
- Introduced `triggerChatError` function to manage chat-specific errors and observability hooks.
|
|
13452
13366
|
- Updated `Modal` to handle observability hooks with public API key checks.
|
|
@@ -13534,14 +13448,12 @@ CopilotKid Back-end SDK:
|
|
|
13534
13448
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
13535
13449
|
|
|
13536
13450
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
13537
|
-
|
|
13538
13451
|
- Generative UI
|
|
13539
13452
|
- Suggestions
|
|
13540
13453
|
- Agentic Generative UI
|
|
13541
13454
|
- Interrupts
|
|
13542
13455
|
|
|
13543
13456
|
In addition, a variety of QOL changes have been made.
|
|
13544
|
-
|
|
13545
13457
|
- New AG-UI based message types
|
|
13546
13458
|
- Inline code rendering is fixed
|
|
13547
13459
|
|
|
@@ -14123,7 +14035,6 @@ CopilotKid Back-end SDK:
|
|
|
14123
14035
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
14124
14036
|
|
|
14125
14037
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
14126
|
-
|
|
14127
14038
|
- @copilotkit/runtime-client-gql@1.8.11
|
|
14128
14039
|
- @copilotkit/react-core@1.8.11
|
|
14129
14040
|
- @copilotkit/shared@1.8.11
|
|
@@ -14143,7 +14054,6 @@ CopilotKid Back-end SDK:
|
|
|
14143
14054
|
- b9dd397: - fix(react-ui): fix scrolling into view issue
|
|
14144
14055
|
|
|
14145
14056
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
14146
|
-
|
|
14147
14057
|
- @copilotkit/react-core@1.8.11-next.0
|
|
14148
14058
|
- @copilotkit/runtime-client-gql@1.8.11-next.0
|
|
14149
14059
|
- @copilotkit/shared@1.8.11-next.0
|
|
@@ -15117,7 +15027,6 @@ CopilotKid Back-end SDK:
|
|
|
15117
15027
|
- 86fae3a: - feat(react-ui): add interfaces for full message customization
|
|
15118
15028
|
|
|
15119
15029
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
15120
|
-
|
|
15121
15030
|
- @copilotkit/react-core@1.5.12-next.0
|
|
15122
15031
|
- @copilotkit/runtime-client-gql@1.5.12-next.0
|
|
15123
15032
|
- @copilotkit/shared@1.5.12-next.0
|
|
@@ -15434,7 +15343,6 @@ CopilotKid Back-end SDK:
|
|
|
15434
15343
|
send() function despite the send button being correctly disabled. Added
|
|
15435
15344
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
15436
15345
|
validation between button and keyboard triggers.
|
|
15437
|
-
|
|
15438
15346
|
- Added validation check to Enter key handler
|
|
15439
15347
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
15440
15348
|
- Makes behavior consistent with disabled send button state
|
|
@@ -15460,13 +15368,11 @@ CopilotKid Back-end SDK:
|
|
|
15460
15368
|
send() function despite the send button being correctly disabled. Added
|
|
15461
15369
|
the sendDisabled check to the onKeyDown handler to ensure consistent
|
|
15462
15370
|
validation between button and keyboard triggers.
|
|
15463
|
-
|
|
15464
15371
|
- Added validation check to Enter key handler
|
|
15465
15372
|
- Ensures empty messages can't be sent via keyboard shortcut
|
|
15466
15373
|
- Makes behavior consistent with disabled send button state
|
|
15467
15374
|
|
|
15468
15375
|
Resolves #1129
|
|
15469
|
-
|
|
15470
15376
|
- @copilotkit/react-core@1.4.8-next.0
|
|
15471
15377
|
- @copilotkit/runtime-client-gql@1.4.8-next.0
|
|
15472
15378
|
- @copilotkit/shared@1.4.8-next.0
|
|
@@ -15605,7 +15511,6 @@ CopilotKid Back-end SDK:
|
|
|
15605
15511
|
- e16d95e: New prerelease
|
|
15606
15512
|
- 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
|
|
15607
15513
|
- CopilotKit Core:
|
|
15608
|
-
|
|
15609
15514
|
- Improved error messages and overall logs
|
|
15610
15515
|
- `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
|
|
15611
15516
|
- Improved scrolling behavior. It is now possible to scroll up during LLM response generation
|
|
@@ -15613,7 +15518,6 @@ CopilotKid Back-end SDK:
|
|
|
15613
15518
|
- Updated interfaces for better developer ergonomics
|
|
15614
15519
|
|
|
15615
15520
|
CoAgents:
|
|
15616
|
-
|
|
15617
15521
|
- Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
|
|
15618
15522
|
- Support for LangGraph Platform in Remote Endpoints
|
|
15619
15523
|
- LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
|
|
@@ -15621,7 +15525,6 @@ CopilotKid Back-end SDK:
|
|
|
15621
15525
|
- Enhanced state management and message handling
|
|
15622
15526
|
|
|
15623
15527
|
CopilotKid Back-end SDK:
|
|
15624
|
-
|
|
15625
15528
|
- Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
|
|
15626
15529
|
|
|
15627
15530
|
- 8d0144f: bump
|
|
@@ -16024,7 +15927,6 @@ CopilotKid Back-end SDK:
|
|
|
16024
15927
|
### Patch Changes
|
|
16025
15928
|
|
|
16026
15929
|
- inject minified css in bundle
|
|
16027
|
-
|
|
16028
15930
|
- removes the need to import `styles.css` manually
|
|
16029
15931
|
- empty `styles.css` included in the build for backwards compatibility
|
|
16030
15932
|
- uses tsup's `injectStyles` with `postcss` to bundle and minify the CSS, then inject it as a style tag
|
|
@@ -16189,7 +16091,6 @@ CopilotKid Back-end SDK:
|
|
|
16189
16091
|
### Major Changes
|
|
16190
16092
|
|
|
16191
16093
|
- b6a4b6eb: V1.0 Release Candidate
|
|
16192
|
-
|
|
16193
16094
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
16194
16095
|
- Support for Copilot Cloud
|
|
16195
16096
|
- Generative UI
|
|
@@ -16197,7 +16098,6 @@ CopilotKid Back-end SDK:
|
|
|
16197
16098
|
- OpenAI assistant API streaming
|
|
16198
16099
|
|
|
16199
16100
|
- V1.0 Release
|
|
16200
|
-
|
|
16201
16101
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
16202
16102
|
- Support for Copilot Cloud
|
|
16203
16103
|
- Generative UI
|
|
@@ -16241,7 +16141,6 @@ CopilotKid Back-end SDK:
|
|
|
16241
16141
|
### Major Changes
|
|
16242
16142
|
|
|
16243
16143
|
- V1.0 Release Candidate
|
|
16244
|
-
|
|
16245
16144
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
16246
16145
|
- Support for Copilot Cloud
|
|
16247
16146
|
- 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": "0.0.0-max-
|
|
12
|
+
"version": "0.0.0-max-changeset-20260109174803",
|
|
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": "0.0.0-max-changeset-20260109174803",
|
|
32
|
+
"@copilotkit/runtime-client-gql": "0.0.0-max-changeset-20260109174803",
|
|
33
|
+
"@copilotkit/shared": "0.0.0-max-changeset-20260109174803"
|
|
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": "0.0.0-max-changeset-20260109174803",
|
|
48
|
+
"@copilotkit/runtime-client-gql": "0.0.0-max-changeset-20260109174803",
|
|
49
|
+
"@copilotkit/shared": "0.0.0-max-changeset-20260109174803",
|
|
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": "0.0.0-max-runner-auth-20251229215815",
|
|
56
|
-
"@copilotkit/runtime-client-gql": "0.0.0-max-runner-auth-20251229215815",
|
|
57
|
-
"@copilotkit/shared": "0.0.0-max-runner-auth-20251229215815"
|
|
60
|
+
"remark-math": "^6.0.0"
|
|
58
61
|
},
|
|
59
62
|
"keywords": [
|
|
60
63
|
"copilotkit",
|