@copilotkit/react-core 1.50.2-next.0 → 1.51.0-next.2
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 +18 -26
- package/LICENSE +21 -0
- package/package.json +12 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
+
## 1.51.0-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @copilotkit/runtime-client-gql@1.51.0-next.2
|
|
8
|
+
- @copilotkit/shared@1.51.0-next.2
|
|
9
|
+
- @copilotkitnext/core@1.51.0-next.2
|
|
10
|
+
- @copilotkitnext/react@1.51.0-next.2
|
|
11
|
+
|
|
12
|
+
## 1.51.0-next.1
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- @copilotkit/runtime-client-gql@1.51.0-next.1
|
|
17
|
+
- @copilotkit/shared@1.51.0-next.1
|
|
18
|
+
- @copilotkitnext/core@1.51.0-next.1
|
|
19
|
+
- @copilotkitnext/react@1.51.0-next.1
|
|
20
|
+
|
|
3
21
|
## 1.50.2-next.0
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -612,14 +630,12 @@
|
|
|
612
630
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
613
631
|
|
|
614
632
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
615
|
-
|
|
616
633
|
- Generative UI
|
|
617
634
|
- Suggestions
|
|
618
635
|
- Agentic Generative UI
|
|
619
636
|
- Interrupts
|
|
620
637
|
|
|
621
638
|
In addition, a variety of QOL changes have been made.
|
|
622
|
-
|
|
623
639
|
- New AG-UI based message types
|
|
624
640
|
- Inline code rendering is fixed
|
|
625
641
|
|
|
@@ -631,19 +647,15 @@
|
|
|
631
647
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
632
648
|
|
|
633
649
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
634
|
-
|
|
635
650
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
636
651
|
|
|
637
652
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
638
|
-
|
|
639
653
|
- chore: address linting issues
|
|
640
654
|
|
|
641
655
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
642
|
-
|
|
643
656
|
- chore: fixing branding and docs
|
|
644
657
|
|
|
645
658
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
646
|
-
|
|
647
659
|
- chore: more docs fixing
|
|
648
660
|
|
|
649
661
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -685,19 +697,15 @@
|
|
|
685
697
|
- 6d1de58: - fix: address issues that would cause headless UI breaking changes in the next release
|
|
686
698
|
|
|
687
699
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
688
|
-
|
|
689
700
|
- fix: more fixes addressing breaking changes in new Headless UI
|
|
690
701
|
|
|
691
702
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
692
|
-
|
|
693
703
|
- chore: address linting issues
|
|
694
704
|
|
|
695
705
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
696
|
-
|
|
697
706
|
- chore: fixing branding and docs
|
|
698
707
|
|
|
699
708
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
700
|
-
|
|
701
709
|
- chore: more docs fixing
|
|
702
710
|
|
|
703
711
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
@@ -782,14 +790,12 @@
|
|
|
782
790
|
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
|
|
783
791
|
|
|
784
792
|
As such, the following features have been updated to be completely functional with Headless UI.
|
|
785
|
-
|
|
786
793
|
- Generative UI
|
|
787
794
|
- Suggestions
|
|
788
795
|
- Agentic Generative UI
|
|
789
796
|
- Interrupts
|
|
790
797
|
|
|
791
798
|
In addition, a variety of QOL changes have been made.
|
|
792
|
-
|
|
793
799
|
- New AG-UI based message types
|
|
794
800
|
- Inline code rendering is fixed
|
|
795
801
|
|
|
@@ -855,7 +861,6 @@
|
|
|
855
861
|
- 3f8c575: - fix: use time travel for regeneration of messages
|
|
856
862
|
- fix: use a better cutoff for regeneration request
|
|
857
863
|
- fac89c2: - refactor: rename onTrace to onError throughout codebase
|
|
858
|
-
|
|
859
864
|
- Rename CopilotTraceEvent to CopilotErrorEvent and CopilotTraceHandler to CopilotErrorHandler
|
|
860
865
|
|
|
861
866
|
- e1de032: - fix: synchronously execute renderAndWaitForResponse
|
|
@@ -948,7 +953,6 @@
|
|
|
948
953
|
works with any combination of action given much more freedom when asking for user input.
|
|
949
954
|
|
|
950
955
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
951
|
-
|
|
952
956
|
- @copilotkit/runtime-client-gql@1.9.2-next.20
|
|
953
957
|
- @copilotkit/shared@1.9.2-next.20
|
|
954
958
|
|
|
@@ -964,7 +968,6 @@
|
|
|
964
968
|
### Patch Changes
|
|
965
969
|
|
|
966
970
|
- fac89c2: - refactor: rename onTrace to onError throughout codebase
|
|
967
|
-
|
|
968
971
|
- Rename CopilotTraceEvent to CopilotErrorEvent and CopilotTraceHandler to CopilotErrorHandler
|
|
969
972
|
|
|
970
973
|
- Updated dependencies [fac89c2]
|
|
@@ -1461,11 +1464,9 @@
|
|
|
1461
1464
|
- c0d3261: - full AWP support
|
|
1462
1465
|
|
|
1463
1466
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
1464
|
-
|
|
1465
1467
|
- refactor: address linter issues with the new pages
|
|
1466
1468
|
|
|
1467
1469
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
1468
|
-
|
|
1469
1470
|
- Merge branch 'mme/acp' into mme/mastra
|
|
1470
1471
|
- add sse example
|
|
1471
1472
|
- Create small-turkeys-agree.md
|
|
@@ -1491,11 +1492,9 @@
|
|
|
1491
1492
|
- c0d3261: - full AWP support
|
|
1492
1493
|
|
|
1493
1494
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
1494
|
-
|
|
1495
1495
|
- refactor: address linter issues with the new pages
|
|
1496
1496
|
|
|
1497
1497
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
1498
|
-
|
|
1499
1498
|
- Merge branch 'mme/acp' into mme/mastra
|
|
1500
1499
|
- add sse example
|
|
1501
1500
|
- Create small-turkeys-agree.md
|
|
@@ -2610,7 +2609,6 @@
|
|
|
2610
2609
|
- e16d95e: New prerelease
|
|
2611
2610
|
- 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
|
|
2612
2611
|
- CopilotKit Core:
|
|
2613
|
-
|
|
2614
2612
|
- Improved error messages and overall logs
|
|
2615
2613
|
- `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
|
|
2616
2614
|
- Improved scrolling behavior. It is now possible to scroll up during LLM response generation
|
|
@@ -2618,7 +2616,6 @@
|
|
|
2618
2616
|
- Updated interfaces for better developer ergonomics
|
|
2619
2617
|
|
|
2620
2618
|
CoAgents:
|
|
2621
|
-
|
|
2622
2619
|
- Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
|
|
2623
2620
|
- Support for LangGraph Platform in Remote Endpoints
|
|
2624
2621
|
- LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
|
|
@@ -2626,7 +2623,6 @@
|
|
|
2626
2623
|
- Enhanced state management and message handling
|
|
2627
2624
|
|
|
2628
2625
|
CopilotKid Back-end SDK:
|
|
2629
|
-
|
|
2630
2626
|
- Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
|
|
2631
2627
|
|
|
2632
2628
|
- 8d0144f: bump
|
|
@@ -3001,7 +2997,6 @@ CopilotKid Back-end SDK:
|
|
|
3001
2997
|
### Patch Changes
|
|
3002
2998
|
|
|
3003
2999
|
- inject minified css in bundle
|
|
3004
|
-
|
|
3005
3000
|
- removes the need to import `styles.css` manually
|
|
3006
3001
|
- empty `styles.css` included in the build for backwards compatibility
|
|
3007
3002
|
- uses tsup's `injectStyles` with `postcss` to bundle and minify the CSS, then inject it as a style tag
|
|
@@ -3152,7 +3147,6 @@ CopilotKid Back-end SDK:
|
|
|
3152
3147
|
### Major Changes
|
|
3153
3148
|
|
|
3154
3149
|
- b6a4b6eb: V1.0 Release Candidate
|
|
3155
|
-
|
|
3156
3150
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
3157
3151
|
- Support for Copilot Cloud
|
|
3158
3152
|
- Generative UI
|
|
@@ -3160,7 +3154,6 @@ CopilotKid Back-end SDK:
|
|
|
3160
3154
|
- OpenAI assistant API streaming
|
|
3161
3155
|
|
|
3162
3156
|
- V1.0 Release
|
|
3163
|
-
|
|
3164
3157
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
3165
3158
|
- Support for Copilot Cloud
|
|
3166
3159
|
- Generative UI
|
|
@@ -3201,7 +3194,6 @@ CopilotKid Back-end SDK:
|
|
|
3201
3194
|
### Major Changes
|
|
3202
3195
|
|
|
3203
3196
|
- V1.0 Release Candidate
|
|
3204
|
-
|
|
3205
3197
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
3206
3198
|
- Support for Copilot Cloud
|
|
3207
3199
|
- 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.2",
|
|
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.2",
|
|
39
|
+
"@copilotkit/shared": "1.51.0-next.2",
|
|
40
|
+
"@copilotkitnext/core": "1.51.0-next.2",
|
|
41
|
+
"@copilotkitnext/react": "1.51.0-next.2"
|
|
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.2",
|
|
60
|
+
"@copilotkit/shared": "1.51.0-next.2",
|
|
61
|
+
"@copilotkitnext/core": "1.51.0-next.2",
|
|
62
|
+
"@copilotkitnext/react": "1.51.0-next.2",
|
|
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",
|