@gencode/web 0.6.10 → 0.7.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 +18 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  # @gencode/web
2
2
 
3
- ## 0.6.10
3
+ ## 0.7.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 0f9d5da: Agent Team 的协调提示词现使用英文,并要求协调 Agent 将成员职责可覆盖的实质性工作优先委派给团队成员;运行时会在 SubAgent 工具中提示精确成员选择和并行/串行协作方式。直接完成仅适用于简单答复、没有匹配成员或委派不可用的情况。
8
+ - c562e03: CRON 定时任务现在支持通过 `--parent-session-id <主会话ID>` 关联来源会话。调度器省略 `--session-id` 后,每次触发都会在 `.aimax/crons/<执行会话ID>/` 创建独立 transcript 和日志;callback 与 websocket 的 `sessionId` 表示本次执行,`parentSessionId` 表示来源主会话。生产调度配置需停止把主会话 ID 作为 `--session-id` 传入。
9
+ - Updated dependencies [0f9d5da]
10
+ - Updated dependencies [c562e03]
11
+ - @gencode/console@0.7.1
12
+ - @gencode/shared@0.7.1
13
+
14
+ ## 0.7.0
15
+
16
+ ### Minor Changes
17
+
18
+ - 82f4ca0: 支持通过 `aimax run --team <name>`(或 server `run.team`)使用 Agent 团队:团队的可选 `mainAgent` 负责协调,未配置时使用默认 Agent;团队 `members` 会按名称和描述注入协调 Agent 的系统提示词,并限制 SubAgent 调用范围;可通过 `--system-agent-teams-dir` 或 `AIMAX_SYSTEM_AGENT_TEAMS_DIR` 指定系统团队配置目录。
4
19
 
5
20
  ### Patch Changes
6
21
 
@@ -14,11 +29,12 @@
14
29
 
15
30
  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
31
 
32
+ - Updated dependencies [82f4ca0]
17
33
  - Updated dependencies [08214df]
18
34
  - Updated dependencies [12db0bf]
19
35
  - Updated dependencies [221dd2f]
20
36
  - Updated dependencies [766962b]
21
- - @gencode/console@0.6.10
37
+ - @gencode/console@0.7.0
22
38
 
23
39
  ## 0.6.9
24
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gencode/web",
3
- "version": "0.6.10",
3
+ "version": "0.7.1",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -13,8 +13,8 @@
13
13
  "CHANGELOG.md"
14
14
  ],
15
15
  "dependencies": {
16
- "@gencode/console": "0.6.10",
17
- "@gencode/shared": "0.7.0"
16
+ "@gencode/console": "0.7.1",
17
+ "@gencode/shared": "0.7.1"
18
18
  },
19
19
  "devDependencies": {},
20
20
  "scripts": {