@gencode/cli 0.8.15 → 0.8.16

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 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @gencode/cli
2
2
 
3
+ ## 0.8.16
4
+
5
+ ### Patch Changes
6
+
7
+ - 1c947fd: Smart topic segmentation now degrades to the normal history path when its optional local embedding or topic-selection path throws at runtime. `aimax run` and `aimax resume` continue the request with the existing session history instead of failing with errors such as `undefined is not an object (evaluating 'config.embeddingModelDir')`; deployments without `models/Xenova/bge-small-zh-v1.5/` still keep the documented non-embedding fallback behavior.
8
+ - Updated dependencies [1c947fd]
9
+ - @gencode/agents@0.10.14
10
+
3
11
  ## 0.8.15
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gencode/cli",
3
- "version": "0.8.15",
3
+ "version": "0.8.16",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "aimax": "./dist/bin.js"
@@ -23,7 +23,7 @@
23
23
  "commander": "^14.0.3",
24
24
  "gensign-node": "latest",
25
25
  "log4js": "^6.9.1",
26
- "@gencode/agents": "0.10.13",
26
+ "@gencode/agents": "0.10.14",
27
27
  "@gencode/shared": "0.2.1"
28
28
  },
29
29
  "devDependencies": {