@gencode/console 0.3.7 → 0.3.10

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 +24 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @gencode/console
2
2
 
3
+ ## 0.3.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [61997a5]
8
+ - @gencode/cli@0.8.10
9
+
10
+ ## 0.3.9
11
+
12
+ ### Patch Changes
13
+
14
+ - 1a98921: Context-limit errors now fail normally instead of triggering automatic emergency compaction during the same `aimax run`. Operators will no longer receive emergency compaction progress events over stdout, callback, or websocket when a provider reports the prompt is too large; use `/compact`, reduce tool output, or start a new session before retrying long conversations.
15
+ - Updated dependencies [1a98921]
16
+ - @gencode/cli@0.8.9
17
+
18
+ ## 0.3.8
19
+
20
+ ### Patch Changes
21
+
22
+ - ffd2a26: AIMax now records richer diagnostics when an LLM stream or run is terminated. Agent logs include the provider error source, retry metadata, AbortSignal state, stream chunk count, model/provider/api, and flattened error/cause fields such as `streamErrorName`, `streamErrorMessage`, `streamErrorCode`, and `streamErrorCauseCode`. The CLI also logs SIGTERM/SIGINT with uptime, channel, user, messageId, and active/final session IDs so operators can distinguish external container cancellation from upstream model gateway failures.
23
+ - Updated dependencies [ffd2a26]
24
+ - Updated dependencies [78453e4]
25
+ - @gencode/cli@0.8.8
26
+
3
27
  ## 0.3.7
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gencode/console",
3
- "version": "0.3.7",
3
+ "version": "0.3.10",
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.7",
29
+ "@gencode/cli": "0.8.10",
30
30
  "@gencode/shared": "0.2.1"
31
31
  },
32
32
  "devDependencies": {