@copilotkit/react-ui 1.2.2-feat-runtime-remote-actions.1 → 1.2.2-mme-coagents-final.0

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 (2) hide show
  1. package/CHANGELOG.md +8 -20
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,42 +1,30 @@
1
1
  # ui
2
2
 
3
- ## 1.2.2-feat-runtime-remote-actions.1
3
+ ## 1.2.2-mme-coagents-final.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Fix useCoAgent start/stop bug
8
- - Updated dependencies
9
- - @copilotkit/runtime-client-gql@1.2.2-feat-runtime-remote-actions.1
10
- - @copilotkit/react-core@1.2.2-feat-runtime-remote-actions.1
11
- - @copilotkit/shared@1.2.2-feat-runtime-remote-actions.1
12
-
13
- ## 1.2.2-feat-runtime-remote-actions.0
14
-
15
- ### Patch Changes
16
-
17
- - Prerelease
18
- - 0d54450: Include agent state
19
- - 8d32e22: Show agent state in the chat window
20
7
  - 5b63f55: stream intermediate state
21
8
  - b6fd3d8: Better message grouping
9
+ - Final pre
22
10
  - 89420c6: Rename hooks and bugfixes
23
11
  - b6e8824: useCoAgent/useCoAgentAction
24
12
  - 91c35b9: useAgentState
25
13
  - 00be203: Remote actions preview
26
14
  - fb15f72: Reduce request size by skipping intermediate state
27
- - Updated dependencies
28
- - Updated dependencies [0d54450]
29
- - Updated dependencies [8d32e22]
15
+ - 8ecc3e4: Fix useCoAgent start/stop bug
30
16
  - Updated dependencies [5b63f55]
31
17
  - Updated dependencies [b6fd3d8]
18
+ - Updated dependencies
32
19
  - Updated dependencies [89420c6]
33
20
  - Updated dependencies [b6e8824]
34
21
  - Updated dependencies [91c35b9]
35
22
  - Updated dependencies [00be203]
36
23
  - Updated dependencies [fb15f72]
37
- - @copilotkit/runtime-client-gql@1.2.2-feat-runtime-remote-actions.0
38
- - @copilotkit/react-core@1.2.2-feat-runtime-remote-actions.0
39
- - @copilotkit/shared@1.2.2-feat-runtime-remote-actions.0
24
+ - Updated dependencies [8ecc3e4]
25
+ - @copilotkit/runtime-client-gql@1.2.2-mme-coagents-final.0
26
+ - @copilotkit/react-core@1.2.2-mme-coagents-final.0
27
+ - @copilotkit/shared@1.2.2-mme-coagents-final.0
40
28
 
41
29
  ## 1.2.1
42
30
 
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "version": "1.2.2-feat-runtime-remote-actions.1",
12
+ "version": "1.2.2-mme-coagents-final.0",
13
13
  "sideEffects": [
14
14
  "**/*.css"
15
15
  ],
@@ -48,9 +48,9 @@
48
48
  "ts-jest": "^29.1.1",
49
49
  "tsup-async-inject-style": "0.0.2",
50
50
  "typescript": "^5.5.4",
51
- "eslint-config-custom": "1.2.2-feat-runtime-remote-actions.1",
52
- "tailwind-config": "1.2.2-feat-runtime-remote-actions.1",
53
- "tsconfig": "1.2.2-feat-runtime-remote-actions.1"
51
+ "eslint-config-custom": "1.2.2-mme-coagents-final.0",
52
+ "tailwind-config": "1.2.2-mme-coagents-final.0",
53
+ "tsconfig": "1.2.2-mme-coagents-final.0"
54
54
  },
55
55
  "dependencies": {
56
56
  "@headlessui/react": "^2.1.3",
@@ -58,9 +58,9 @@
58
58
  "react-syntax-highlighter": "^15.5.0",
59
59
  "remark-gfm": "^3.0.1",
60
60
  "remark-math": "^5.1.1",
61
- "@copilotkit/react-core": "1.2.2-feat-runtime-remote-actions.1",
62
- "@copilotkit/runtime-client-gql": "1.2.2-feat-runtime-remote-actions.1",
63
- "@copilotkit/shared": "1.2.2-feat-runtime-remote-actions.1"
61
+ "@copilotkit/react-core": "1.2.2-mme-coagents-final.0",
62
+ "@copilotkit/runtime-client-gql": "1.2.2-mme-coagents-final.0",
63
+ "@copilotkit/shared": "1.2.2-mme-coagents-final.0"
64
64
  },
65
65
  "keywords": [
66
66
  "copilotkit",