@copilotkit/react-textarea 1.2.2-feat-runtime-remote-actions.1 → 1.3.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 -17
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,22 +1,13 @@
1
1
  # ui
2
2
 
3
- ## 1.2.2-feat-runtime-remote-actions.1
3
+ ## 1.3.0
4
4
 
5
- ### Patch Changes
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
5
+ ### Minor Changes
12
6
 
13
- ## 1.2.2-feat-runtime-remote-actions.0
7
+ - CoAgents and remote actions
14
8
 
15
9
  ### Patch Changes
16
10
 
17
- - Prerelease
18
- - 0d54450: Include agent state
19
- - 8d32e22: Show agent state in the chat window
20
11
  - 5b63f55: stream intermediate state
21
12
  - b6fd3d8: Better message grouping
22
13
  - 89420c6: Rename hooks and bugfixes
@@ -24,9 +15,8 @@
24
15
  - 91c35b9: useAgentState
25
16
  - 00be203: Remote actions preview
26
17
  - fb15f72: Reduce request size by skipping intermediate state
18
+ - 8ecc3e4: Fix useCoAgent start/stop bug
27
19
  - Updated dependencies
28
- - Updated dependencies [0d54450]
29
- - Updated dependencies [8d32e22]
30
20
  - Updated dependencies [5b63f55]
31
21
  - Updated dependencies [b6fd3d8]
32
22
  - Updated dependencies [89420c6]
@@ -34,9 +24,10 @@
34
24
  - Updated dependencies [91c35b9]
35
25
  - Updated dependencies [00be203]
36
26
  - 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
27
+ - Updated dependencies [8ecc3e4]
28
+ - @copilotkit/react-core@1.3.0
29
+ - @copilotkit/runtime-client-gql@1.3.0
30
+ - @copilotkit/shared@1.3.0
40
31
 
41
32
  ## 1.2.1
42
33
 
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.3.0",
13
13
  "sideEffects": [
14
14
  "**/*.css"
15
15
  ],
@@ -49,9 +49,9 @@
49
49
  "ts-jest": "^29.1.1",
50
50
  "tsup-async-inject-style": "0.0.2",
51
51
  "typescript": "^5.2.3",
52
- "eslint-config-custom": "1.2.2-feat-runtime-remote-actions.1",
53
- "tailwind-config": "1.2.2-feat-runtime-remote-actions.1",
54
- "tsconfig": "1.2.2-feat-runtime-remote-actions.1"
52
+ "eslint-config-custom": "1.3.0",
53
+ "tailwind-config": "1.3.0",
54
+ "tsconfig": "1.3.0"
55
55
  },
56
56
  "dependencies": {
57
57
  "@emotion/css": "^11.11.2",
@@ -73,9 +73,9 @@
73
73
  "slate-history": "^0.93.0",
74
74
  "slate-react": "^0.98.1",
75
75
  "tailwind-merge": "^1.13.2",
76
- "@copilotkit/react-core": "1.2.2-feat-runtime-remote-actions.1",
77
- "@copilotkit/runtime-client-gql": "1.2.2-feat-runtime-remote-actions.1",
78
- "@copilotkit/shared": "1.2.2-feat-runtime-remote-actions.1"
76
+ "@copilotkit/react-core": "1.3.0",
77
+ "@copilotkit/runtime-client-gql": "1.3.0",
78
+ "@copilotkit/shared": "1.3.0"
79
79
  },
80
80
  "keywords": [
81
81
  "copilotkit",