@gencode/console 0.3.12 → 0.3.13

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/console
2
2
 
3
+ ## 0.3.13
4
+
5
+ ### Patch Changes
6
+
7
+ - a8c7e9e: Improve AIMax CLI resilience when multiple containers run against the same NAS-mounted user data directory. If the process stdout or stderr stream reports a write failure while rendering progress output, the CLI now records a local diagnostic under `<dataDir>/.aimax/logs/<messageId>/app.log`, suppresses further writes to that failed stream, and continues the agent run so callback and websocket delivery can still complete. Runtime environments should still mount shared NAS storage with working lock and sync semantics, for example the deployment-required NFS v3 plus `sync` configuration rather than `nolock`.
8
+ - Updated dependencies [a8c7e9e]
9
+ - @gencode/cli@0.8.13
10
+
3
11
  ## 0.3.12
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gencode/console",
3
- "version": "0.3.12",
3
+ "version": "0.3.13",
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.12",
29
+ "@gencode/cli": "0.8.13",
30
30
  "@gencode/shared": "0.2.1"
31
31
  },
32
32
  "devDependencies": {