@copilotkit/react-core 1.50.2-next.0 → 1.51.0-next.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +9 -26
  2. package/LICENSE +21 -0
  3. package/package.json +12 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # ui
2
2
 
3
+ ## 1.51.0-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @copilotkit/runtime-client-gql@1.51.0-next.1
8
+ - @copilotkit/shared@1.51.0-next.1
9
+ - @copilotkitnext/core@1.51.0-next.1
10
+ - @copilotkitnext/react@1.51.0-next.1
11
+
3
12
  ## 1.50.2-next.0
4
13
 
5
14
  ### Patch Changes
@@ -612,14 +621,12 @@
612
621
  agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
613
622
 
614
623
  As such, the following features have been updated to be completely functional with Headless UI.
615
-
616
624
  - Generative UI
617
625
  - Suggestions
618
626
  - Agentic Generative UI
619
627
  - Interrupts
620
628
 
621
629
  In addition, a variety of QOL changes have been made.
622
-
623
630
  - New AG-UI based message types
624
631
  - Inline code rendering is fixed
625
632
 
@@ -631,19 +638,15 @@
631
638
  - 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
632
639
 
633
640
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
634
-
635
641
  - fix: more fixes addressing breaking changes in new Headless UI
636
642
 
637
643
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
638
-
639
644
  - chore: address linting issues
640
645
 
641
646
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
642
-
643
647
  - chore: fixing branding and docs
644
648
 
645
649
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
646
-
647
650
  - chore: more docs fixing
648
651
 
649
652
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
@@ -685,19 +688,15 @@
685
688
  - 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
686
689
 
687
690
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
688
-
689
691
  - fix: more fixes addressing breaking changes in new Headless UI
690
692
 
691
693
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
692
-
693
694
  - chore: address linting issues
694
695
 
695
696
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
696
-
697
697
  - chore: fixing branding and docs
698
698
 
699
699
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
700
-
701
700
  - chore: more docs fixing
702
701
 
703
702
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
@@ -782,14 +781,12 @@
782
781
  agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
783
782
 
784
783
  As such, the following features have been updated to be completely functional with Headless UI.
785
-
786
784
  - Generative UI
787
785
  - Suggestions
788
786
  - Agentic Generative UI
789
787
  - Interrupts
790
788
 
791
789
  In addition, a variety of QOL changes have been made.
792
-
793
790
  - New AG-UI based message types
794
791
  - Inline code rendering is fixed
795
792
 
@@ -855,7 +852,6 @@
855
852
  - 3f8c575: - fix: use time travel for regeneration of messages
856
853
  - fix: use a better cutoff for regeneration request
857
854
  - fac89c2: - refactor: rename onTrace to onError throughout codebase
858
-
859
855
  - Rename CopilotTraceEvent to CopilotErrorEvent and CopilotTraceHandler to CopilotErrorHandler
860
856
 
861
857
  - e1de032: - fix: synchronously execute renderAndWaitForResponse
@@ -948,7 +944,6 @@
948
944
  works with any combination of action given much more freedom when asking for user input.
949
945
 
950
946
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
951
-
952
947
  - @copilotkit/runtime-client-gql@1.9.2-next.20
953
948
  - @copilotkit/shared@1.9.2-next.20
954
949
 
@@ -964,7 +959,6 @@
964
959
  ### Patch Changes
965
960
 
966
961
  - fac89c2: - refactor: rename onTrace to onError throughout codebase
967
-
968
962
  - Rename CopilotTraceEvent to CopilotErrorEvent and CopilotTraceHandler to CopilotErrorHandler
969
963
 
970
964
  - Updated dependencies [fac89c2]
@@ -1461,11 +1455,9 @@
1461
1455
  - c0d3261: - full AWP support
1462
1456
 
1463
1457
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
1464
-
1465
1458
  - refactor: address linter issues with the new pages
1466
1459
 
1467
1460
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
1468
-
1469
1461
  - Merge branch 'mme/acp' into mme/mastra
1470
1462
  - add sse example
1471
1463
  - Create small-turkeys-agree.md
@@ -1491,11 +1483,9 @@
1491
1483
  - c0d3261: - full AWP support
1492
1484
 
1493
1485
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
1494
-
1495
1486
  - refactor: address linter issues with the new pages
1496
1487
 
1497
1488
  Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
1498
-
1499
1489
  - Merge branch 'mme/acp' into mme/mastra
1500
1490
  - add sse example
1501
1491
  - Create small-turkeys-agree.md
@@ -2610,7 +2600,6 @@
2610
2600
  - e16d95e: New prerelease
2611
2601
  - 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
2612
2602
  - CopilotKit Core:
2613
-
2614
2603
  - Improved error messages and overall logs
2615
2604
  - `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
2616
2605
  - Improved scrolling behavior. It is now possible to scroll up during LLM response generation
@@ -2618,7 +2607,6 @@
2618
2607
  - Updated interfaces for better developer ergonomics
2619
2608
 
2620
2609
  CoAgents:
2621
-
2622
2610
  - Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
2623
2611
  - Support for LangGraph Platform in Remote Endpoints
2624
2612
  - LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
@@ -2626,7 +2614,6 @@
2626
2614
  - Enhanced state management and message handling
2627
2615
 
2628
2616
  CopilotKid Back-end SDK:
2629
-
2630
2617
  - Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
2631
2618
 
2632
2619
  - 8d0144f: bump
@@ -3001,7 +2988,6 @@ CopilotKid Back-end SDK:
3001
2988
  ### Patch Changes
3002
2989
 
3003
2990
  - inject minified css in bundle
3004
-
3005
2991
  - removes the need to import `styles.css` manually
3006
2992
  - empty `styles.css` included in the build for backwards compatibility
3007
2993
  - uses tsup's `injectStyles` with `postcss` to bundle and minify the CSS, then inject it as a style tag
@@ -3152,7 +3138,6 @@ CopilotKid Back-end SDK:
3152
3138
  ### Major Changes
3153
3139
 
3154
3140
  - b6a4b6eb: V1.0 Release Candidate
3155
-
3156
3141
  - A robust new protocol between the frontend and the Copilot Runtime
3157
3142
  - Support for Copilot Cloud
3158
3143
  - Generative UI
@@ -3160,7 +3145,6 @@ CopilotKid Back-end SDK:
3160
3145
  - OpenAI assistant API streaming
3161
3146
 
3162
3147
  - V1.0 Release
3163
-
3164
3148
  - A robust new protocol between the frontend and the Copilot Runtime
3165
3149
  - Support for Copilot Cloud
3166
3150
  - Generative UI
@@ -3201,7 +3185,6 @@ CopilotKid Back-end SDK:
3201
3185
  ### Major Changes
3202
3186
 
3203
3187
  - V1.0 Release Candidate
3204
-
3205
3188
  - A robust new protocol between the frontend and the Copilot Runtime
3206
3189
  - Support for Copilot Cloud
3207
3190
  - 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.50.2-next.0",
12
+ "version": "1.51.0-next.1",
13
13
  "sideEffects": [
14
14
  "**/*.css"
15
15
  ],
@@ -31,9 +31,14 @@
31
31
  "types": "./dist/index.d.ts",
32
32
  "license": "MIT",
33
33
  "peerDependencies": {
34
+ "@ag-ui/client": "^0.0.42",
34
35
  "react": "^18 || ^19 || ^19.0.0-rc",
35
36
  "react-dom": "^18 || ^19 || ^19.0.0-rc",
36
- "zod": ">=3.0.0"
37
+ "zod": ">=3.0.0",
38
+ "@copilotkit/runtime-client-gql": "1.51.0-next.1",
39
+ "@copilotkit/shared": "1.51.0-next.1",
40
+ "@copilotkitnext/core": "1.51.0-next.1",
41
+ "@copilotkitnext/react": "1.51.0-next.1"
37
42
  },
38
43
  "devDependencies": {
39
44
  "@testing-library/react": "^16.3.0",
@@ -51,18 +56,17 @@
51
56
  "tsup": "^6.7.0",
52
57
  "typescript": "^5.2.3",
53
58
  "zod": ">=3.0.0",
59
+ "@copilotkit/runtime-client-gql": "1.51.0-next.1",
60
+ "@copilotkit/shared": "1.51.0-next.1",
61
+ "@copilotkitnext/core": "1.51.0-next.1",
62
+ "@copilotkitnext/react": "1.51.0-next.1",
54
63
  "eslint-config-custom": "1.4.6",
55
64
  "tsconfig": "1.4.6"
56
65
  },
57
66
  "dependencies": {
58
- "@ag-ui/client": "^0.0.42",
59
- "@copilotkitnext/core": "0.0.33",
60
- "@copilotkitnext/react": "0.0.33",
61
67
  "@scarf/scarf": "^1.3.0",
62
68
  "react-markdown": "^8.0.7",
63
- "untruncate-json": "^0.0.1",
64
- "@copilotkit/runtime-client-gql": "1.50.2-next.0",
65
- "@copilotkit/shared": "1.50.2-next.0"
69
+ "untruncate-json": "^0.0.1"
66
70
  },
67
71
  "keywords": [
68
72
  "copilotkit",