@gencode/web 0.6.10 → 0.7.0

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 +7 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # @gencode/web
2
2
 
3
- ## 0.6.10
3
+ ## 0.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 82f4ca0: 支持通过 `aimax run --team <name>`(或 server `run.team`)使用 Agent 团队:团队的可选 `mainAgent` 负责协调,未配置时使用默认 Agent;团队 `members` 会按名称和描述注入协调 Agent 的系统提示词,并限制 SubAgent 调用范围;可通过 `--system-agent-teams-dir` 或 `AIMAX_SYSTEM_AGENT_TEAMS_DIR` 指定系统团队配置目录。
4
8
 
5
9
  ### Patch Changes
6
10
 
@@ -14,11 +18,12 @@
14
18
 
15
19
  Fresh SQLite projection and filesystem fallback both return that locator for structured hits, so tools no longer depend on guessing a heading from the snippet. Reordering sections or changing only metadata keeps the locator stable when the path and heading are unchanged; renaming a heading or file yields a new locator. Daily and session notes continue to use line-based ids.
16
20
 
21
+ - Updated dependencies [82f4ca0]
17
22
  - Updated dependencies [08214df]
18
23
  - Updated dependencies [12db0bf]
19
24
  - Updated dependencies [221dd2f]
20
25
  - Updated dependencies [766962b]
21
- - @gencode/console@0.6.10
26
+ - @gencode/console@0.7.0
22
27
 
23
28
  ## 0.6.9
24
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gencode/web",
3
- "version": "0.6.10",
3
+ "version": "0.7.0",
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.10",
16
+ "@gencode/console": "0.7.0",
17
17
  "@gencode/shared": "0.7.0"
18
18
  },
19
19
  "devDependencies": {},