@copilotkit/react-core 1.10.5-next.9 → 1.10.5

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 +19 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # ui
2
2
 
3
+ ## 1.10.5
4
+
5
+ ### Patch Changes
6
+
7
+ - b7bc3a0: - feat: pass copilot readable context to agui agents
8
+ - f3fdd7a: - fix: stop chat from contacting agent that has errored
9
+ - 32c163e: - inspector visibility toggle in ConsoleTrigger component
10
+ - 6112a67: - fix: consider edge cases when regenerate button is used
11
+ - @copilotkit/runtime-client-gql@1.10.5
12
+ - @copilotkit/shared@1.10.5
13
+
14
+ ## 1.10.5-next.10
15
+
16
+ ### Patch Changes
17
+
18
+ - b79ed5c: - fix: prevent double action calls on none render copilot actions
19
+ - @copilotkit/runtime-client-gql@1.10.5-next.10
20
+ - @copilotkit/shared@1.10.5-next.10
21
+
3
22
  ## 1.10.5-next.9
4
23
 
5
24
  ### Patch Changes
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "version": "1.10.5-next.9",
12
+ "version": "1.10.5",
13
13
  "sideEffects": false,
14
14
  "main": "./dist/index.js",
15
15
  "module": "./dist/index.mjs",
@@ -40,15 +40,15 @@
40
40
  "ts-jest": "^29.1.1",
41
41
  "tsup": "^6.7.0",
42
42
  "typescript": "^5.2.3",
43
- "eslint-config-custom": "1.4.6",
44
- "tsconfig": "1.4.6"
43
+ "tsconfig": "1.4.6",
44
+ "eslint-config-custom": "1.4.6"
45
45
  },
46
46
  "dependencies": {
47
47
  "@scarf/scarf": "^1.3.0",
48
48
  "react-markdown": "^8.0.7",
49
49
  "untruncate-json": "^0.0.1",
50
- "@copilotkit/runtime-client-gql": "1.10.5-next.9",
51
- "@copilotkit/shared": "1.10.5-next.9"
50
+ "@copilotkit/runtime-client-gql": "1.10.5",
51
+ "@copilotkit/shared": "1.10.5"
52
52
  },
53
53
  "keywords": [
54
54
  "copilotkit",