@copilotkit/react-ui 0.0.0-max-runner-auth-20251229210625 → 0.0.0-max-changeset-20260109043537

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