@gencode/cli 0.8.14 → 0.8.15

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.15
4
+
5
+ ### Patch Changes
6
+
7
+ - 37b2031: Fix session creation when `aimax run --session-id <id>` is called for a new session whose directory already exists because run logs were initialized first. AIMax now treats `session.json` as the session metadata contract, so sessions with pre-created `logs/<messageId>/` directories still get a proper `session.json` written under `<dataDir>/.aimax/<sessionStore>/<sessionId>/`.
8
+ - Updated dependencies [37b2031]
9
+ - @gencode/agents@0.10.13
10
+
3
11
  ## 0.8.14
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.14",
3
+ "version": "0.8.15",
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.12",
26
+ "@gencode/agents": "0.10.13",
27
27
  "@gencode/shared": "0.2.1"
28
28
  },
29
29
  "devDependencies": {