@gencode/cli 0.17.0 → 0.17.1

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 +11 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @gencode/cli
2
2
 
3
+ ## 0.17.1
4
+
5
+ ### Patch Changes
6
+
7
+ - cc36dad: Improve URL artifact reporting for online documents and shared resources. When an agent creates or publishes a user-openable online resource and shows a link such as a document link, view link, share link, or download link in the final response, the runtime prompt now more explicitly instructs the model to include the same URL in the `<aimax_artifacts>` declaration so backend `done` payloads and transcript artifact metadata can surface it reliably.
8
+ - 18fd7a1: Make `aimax generate` independent from `--data-dir` / `AIMAX_DATA_DIR`. The command now works with only LLM configuration and `--input`; `--data-dir` remains optional for callers that want CLI logs written under a data directory.
9
+ - 0744f2d: When `aimax run` or `aimax resume` receives `--project-dir <path>`, AIMax now automatically loads `<path>/AGENTS.md` when that file exists and injects it into the runtime system prompt as a separate project instructions section. The project file applies only to work in the current repository and does not replace the user-level `.aimax/AGENTS.md` identity and collaboration rules.
10
+ - Updated dependencies [cc36dad]
11
+ - Updated dependencies [0744f2d]
12
+ - @gencode/agents@0.19.1
13
+
3
14
  ## 0.17.0
4
15
 
5
16
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gencode/cli",
3
- "version": "0.17.0",
3
+ "version": "0.17.1",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "aimax": "./dist/bin.js"
@@ -32,7 +32,7 @@
32
32
  "commander": "^14.0.3",
33
33
  "gensign-node": "latest",
34
34
  "log4js": "^6.9.1",
35
- "@gencode/agents": "0.19.0",
35
+ "@gencode/agents": "0.19.1",
36
36
  "@gencode/shared": "0.6.0"
37
37
  },
38
38
  "devDependencies": {