@gencode/console 0.3.5 → 0.3.7

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 +16 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @gencode/console
2
2
 
3
+ ## 0.3.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Republish the latest topic segmentation diagnostics release with npm package metadata that resolves internal AIMax workspace dependencies to published package versions. This fixes installs from npm for `@gencode/agents`, `@gencode/cli`, `@gencode/plugin-sdk`, `@gencode/console`, and `@gencode/web` by ensuring registry packages depend on concrete `@gencode/*` versions instead of workspace-only dependency specifiers.
8
+ - Updated dependencies
9
+ - @gencode/cli@0.8.7
10
+
11
+ ## 0.3.6
12
+
13
+ ### Patch Changes
14
+
15
+ - 92be501: Topic segmentation diagnostics now include the first 50 characters of each dropped turn's user and assistant messages in both the local diagnostics log and the session `topic-segmentation-log.jsonl` audit file. Operators can map a dropped topic turn back to the original conversation more easily when investigating why history was omitted from a run.
16
+ - Updated dependencies [92be501]
17
+ - @gencode/cli@0.8.6
18
+
3
19
  ## 0.3.5
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gencode/console",
3
- "version": "0.3.5",
3
+ "version": "0.3.7",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "aimax-console": "./dist/server/index.js"
@@ -26,7 +26,7 @@
26
26
  "react": "^18.3.1",
27
27
  "react-dom": "^18.3.1",
28
28
  "ws": "^8.18.0",
29
- "@gencode/cli": "0.8.5",
29
+ "@gencode/cli": "0.8.7",
30
30
  "@gencode/shared": "0.2.1"
31
31
  },
32
32
  "devDependencies": {