@copilotkit/react-textarea 1.4.1-pre.6 → 1.4.2-tyler-reset-chat.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 +59 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,64 @@
1
1
  # ui
2
2
 
3
+ ## 1.4.2-tyler-reset-chat.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Add Markus' reset chat changes along with everything in 1.4.1 + a fix for resetting the agent during front-end action calls
8
+ - Updated dependencies
9
+ - @copilotkit/react-core@1.4.2-tyler-reset-chat.0
10
+ - @copilotkit/runtime-client-gql@1.4.2-tyler-reset-chat.0
11
+ - @copilotkit/shared@1.4.2-tyler-reset-chat.0
12
+
13
+ ## 1.4.1
14
+
15
+ ### Patch Changes
16
+
17
+ - 1721cbd: lower case copilotkit property
18
+ - 1721cbd: add zod conversion
19
+ - 8d0144f: bump
20
+ - 8d0144f: bump
21
+ - 8d0144f: bump
22
+ - e16d95e: New prerelease
23
+ - 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
24
+ - CopilotKit Core:
25
+
26
+ - Improved error messages and overall logs
27
+ - `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
28
+ - Improved scrolling behavior. It is now possible to scroll up during LLM response generation
29
+ - Added Azure OpenAI integration
30
+ - Updated interfaces for better developer ergonomics
31
+
32
+ CoAgents:
33
+
34
+ - Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
35
+ - Support for LangGraph Platform in Remote Endpoints
36
+ - LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
37
+ - Improved LangSmith integration - requests made through CoAgents will now surface in LangSmith
38
+ - Enhanced state management and message handling
39
+
40
+ CopilotKid Back-end SDK:
41
+
42
+ - Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
43
+
44
+ - 8d0144f: bump
45
+ - 8d0144f: bump
46
+ - fef1b74: fix assistant message CSS and propagate actions to LG JS
47
+ - Updated dependencies [1721cbd]
48
+ - Updated dependencies [1721cbd]
49
+ - Updated dependencies [8d0144f]
50
+ - Updated dependencies [8d0144f]
51
+ - Updated dependencies [8d0144f]
52
+ - Updated dependencies [e16d95e]
53
+ - Updated dependencies [1721cbd]
54
+ - Updated dependencies
55
+ - Updated dependencies [8d0144f]
56
+ - Updated dependencies [8d0144f]
57
+ - Updated dependencies [fef1b74]
58
+ - @copilotkit/react-core@1.4.1
59
+ - @copilotkit/runtime-client-gql@1.4.1
60
+ - @copilotkit/shared@1.4.1
61
+
3
62
  ## 1.4.1-pre.6
4
63
 
5
64
  ### Patch Changes
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "version": "1.4.1-pre.6",
12
+ "version": "1.4.2-tyler-reset-chat.0",
13
13
  "sideEffects": [
14
14
  "**/*.css"
15
15
  ],
@@ -43,9 +43,9 @@
43
43
  "ts-jest": "^29.1.1",
44
44
  "tsup": "^6.7.0",
45
45
  "typescript": "^5.2.3",
46
- "eslint-config-custom": "1.4.1-pre.6",
47
- "tailwind-config": "1.4.1-pre.6",
48
- "tsconfig": "1.4.1-pre.6"
46
+ "eslint-config-custom": "1.4.1",
47
+ "tailwind-config": "1.4.1",
48
+ "tsconfig": "1.4.1"
49
49
  },
50
50
  "dependencies": {
51
51
  "@emotion/css": "^11.11.2",
@@ -67,9 +67,9 @@
67
67
  "slate-history": "^0.93.0",
68
68
  "slate-react": "^0.98.1",
69
69
  "tailwind-merge": "^1.13.2",
70
- "@copilotkit/react-core": "1.4.1-pre.6",
71
- "@copilotkit/runtime-client-gql": "1.4.1-pre.6",
72
- "@copilotkit/shared": "1.4.1-pre.6"
70
+ "@copilotkit/react-core": "1.4.2-tyler-reset-chat.0",
71
+ "@copilotkit/runtime-client-gql": "1.4.2-tyler-reset-chat.0",
72
+ "@copilotkit/shared": "1.4.2-tyler-reset-chat.0"
73
73
  },
74
74
  "keywords": [
75
75
  "copilotkit",