@copilotkit/sdk-js 1.4.8-next.2 → 1.4.8

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 +7 -10
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,18 +1,15 @@
1
1
  # @copilotkit/sdk-js
2
2
 
3
- ## 1.4.8-next.2
3
+ ## 1.4.8
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - e3cce8e: - feat: add temperature parameter support for LLM completions
8
- - Updated dependencies [e3cce8e]
9
- - @copilotkit/shared@1.4.8-next.2
10
-
11
- ## 1.4.8-next.1
12
-
13
- ### Patch Changes
14
-
15
- - @copilotkit/shared@1.4.8-next.1
7
+ - - Better error handling
8
+ - Introduce new "EmptyLLMAdapter" for when using CoAgents
9
+ - Improve dev console help options
10
+ - Allow CopilotKit remote endpoint without agents
11
+ - Updated dependencies
12
+ - @copilotkit/shared@1.4.8
16
13
 
17
14
  ## 1.4.8-next.0
18
15
 
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "version": "1.4.8-next.2",
12
+ "version": "1.4.8",
13
13
  "sideEffects": false,
14
14
  "main": "./dist/index.js",
15
15
  "module": "./dist/index.mjs",
@@ -49,8 +49,8 @@
49
49
  "tsup": "^6.7.0",
50
50
  "typescript": "^5.2.3",
51
51
  "zod-to-json-schema": "^3.23.5",
52
- "eslint-config-custom": "1.4.6",
53
- "tsconfig": "1.4.6"
52
+ "tsconfig": "1.4.6",
53
+ "eslint-config-custom": "1.4.6"
54
54
  },
55
55
  "dependencies": {
56
56
  "@langchain/community": "^0.0.53",
@@ -59,7 +59,7 @@
59
59
  "@langchain/langgraph-sdk": "^0.0.16",
60
60
  "langchain": "^0.3.3",
61
61
  "zod": "^3.23.3",
62
- "@copilotkit/shared": "1.4.8-next.2"
62
+ "@copilotkit/shared": "1.4.8"
63
63
  },
64
64
  "keywords": [
65
65
  "copilotkit",