@copilotkit/react-core 1.5.12-next.7 → 1.5.12

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 +15 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # ui
2
2
 
3
+ ## 1.5.12
4
+
5
+ ### Patch Changes
6
+
7
+ - 926499b: - Load the previous state of an agent if `threadId` is provided to CopilotKit, including all messages
8
+ - 6136a57: - fix(errors): add custom error classes to better describe library errors
9
+ - fix(errors): use new errors in error handling
10
+ - chore: add documentation and links to respective errors
11
+ - cb43c05: - fix: set up managed LLM retries and report error to render method
12
+ - Updated dependencies [fb87bcf]
13
+ - Updated dependencies [926499b]
14
+ - Updated dependencies [6136a57]
15
+ - @copilotkit/runtime-client-gql@1.5.12
16
+ - @copilotkit/shared@1.5.12
17
+
3
18
  ## 1.5.12-next.7
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "version": "1.5.12-next.7",
12
+ "version": "1.5.12",
13
13
  "sideEffects": false,
14
14
  "main": "./dist/index.js",
15
15
  "module": "./dist/index.mjs",
@@ -43,8 +43,8 @@
43
43
  "@scarf/scarf": "^1.3.0",
44
44
  "react-markdown": "^8.0.7",
45
45
  "untruncate-json": "^0.0.1",
46
- "@copilotkit/runtime-client-gql": "1.5.12-next.7",
47
- "@copilotkit/shared": "1.5.12-next.7"
46
+ "@copilotkit/runtime-client-gql": "1.5.12",
47
+ "@copilotkit/shared": "1.5.12"
48
48
  },
49
49
  "keywords": [
50
50
  "copilotkit",