@gencode/web 0.6.4 → 0.6.6

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/web
2
2
 
3
+ ## 0.6.6
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
+ - 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.
9
+ - Updated dependencies [cc36dad]
10
+ - Updated dependencies [0744f2d]
11
+ - @gencode/console@0.6.6
12
+
13
+ ## 0.6.5
14
+
15
+ ### Patch Changes
16
+
17
+ - @gencode/console@0.6.5
18
+
3
19
  ## 0.6.4
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gencode/web",
3
- "version": "0.6.4",
3
+ "version": "0.6.6",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -13,7 +13,7 @@
13
13
  "CHANGELOG.md"
14
14
  ],
15
15
  "dependencies": {
16
- "@gencode/console": "0.6.4",
16
+ "@gencode/console": "0.6.6",
17
17
  "@gencode/shared": "0.6.0"
18
18
  },
19
19
  "devDependencies": {},