@excitedjs/dreamux 0.18.0-beta.113 → 0.18.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.
- package/CHANGELOG.json +58 -0
- package/CHANGELOG.md +20 -1
- package/package.json +7 -7
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,64 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@excitedjs/dreamux",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "0.18.0",
|
|
6
|
+
"tag": "@excitedjs/dreamux_v0.18.0",
|
|
7
|
+
"date": "Wed, 15 Jul 2026 02:54:37 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"minor": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "BREAKING: Rename the pre-stable TeamMate, Team, and collaboration-space admin socket methods to product namespaces without compatibility aliases; remove the unsupported public dreamux dispatcher add/remove commands and their admin registry entries; and add persistent admin-only custom skill sources for TeamMate and TeamLeader creation. Dreamux-owned MCP tools keep their existing model-facing surface; direct admin clients must use canonical method names."
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"comment": "Add collaboration-space provisioning, channel lifecycle contracts, and default workspace/binding controls."
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"comment": "Make Dispatcher server boot lazy-start its runtime: ordinary starts prepare channel sessions and input sources without starting the Dispatcher agent, while unbound inbound, Dispatcher cron, and valid restart-notice targets wake the runtime."
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"comment": "BREAKING: Dispatcher runtime recovery now lives in the dispatcher root identity.json. Retired state/<dispatcher>/status.json files are no longer imported, read as fallback, or treated as boot blockers; a dispatcher whose only checkpoint was left in status.json starts a fresh runtime after upgrade unless the operator deliberately seeds a compatible root identity.json session_id. Rebuild: old status.json checkpoints are not automatically resumed. Dispatcher launch now resolves through identity.agent_runtime -> agents[] like TeamLeader and TeamMate, and provider scratch no longer uses state/<dispatcher>/runtime/<name>."
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"comment": "Rebuild: channel MCP descriptors are now rendered only by Dreamux core from provider static tool catalogs. Providers no longer construct descriptor command/admin-socket/caller/team args, inbound delivery hooks are removed, scheduler held-fire cancellation uses AbortSignal, and shared agent identity/turn/runtime-state storage moved to the neutral agent-entity module."
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"patch": [
|
|
27
|
+
{
|
|
28
|
+
"comment": "Normalize admin skill_sources to canonical absolute skill roots and reject collisions before persistence."
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"comment": "Fix Team and TeamMate MCP success reminders so they are visible in structured tool results."
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"comment": "Add success-only MCP reminders for Team and TeamMate prompt submission."
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"comment": "BREAKING: Fix workspace and collaboration route ownership semantics. workspace.enabled is now dispatcher-local; top-level workspace.enabled is no longer accepted, and config must use dispatchers[].workspace.enabled. When a dispatcher disables workspace isolation, no-repo TeamMate/Team creation now runs directly in the dispatcher cwd instead of a per-name child directory. Channel binding state now uses v3 route claim provenance so collaboration-managed routes are not mistaken for explicit binds; v2 channel-binding rows that already have channel_id and target_key are reused as explicit routes with claim_id: null only when they do not overlap open collaboration targets. Rebuild: move any old top-level workspace.enabled setting into each dispatcher entry before restarting; delete and re-bind channel-bindings.json if startup reports binding rows without route keys or ambiguous v2 collaboration overlap."
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"comment": "Fix bundled Dreamux skill injection so Dispatcher and TeamLeader runtimes receive role-specific skill roots. Codex now passes those roots directly to skills/extraRoots/set, and Claude Code materializes only the skills under the selected root, preventing cross-role skill exposure."
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"dependency": [
|
|
44
|
+
{
|
|
45
|
+
"comment": "Updating dependency \"@excitedjs/agent-runtime-claude-code\" to `0.4.0`"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"comment": "Updating dependency \"@excitedjs/agent-runtime-codex\" to `0.3.1`"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"comment": "Updating dependency \"@excitedjs/dreamux-types\" to `0.4.0`"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"comment": "Updating dependency \"@excitedjs/dreamux-utils\" to `0.3.1`"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"comment": "Updating dependency \"@excitedjs/feishu-channel\" to `2.1.0`"
|
|
58
|
+
}
|
|
59
|
+
]
|
|
60
|
+
}
|
|
61
|
+
},
|
|
4
62
|
{
|
|
5
63
|
"version": "0.17.0",
|
|
6
64
|
"tag": "@excitedjs/dreamux_v0.17.0",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,25 @@
|
|
|
1
1
|
# Change Log - @excitedjs/dreamux
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 15 Jul 2026 02:54:37 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 0.18.0
|
|
6
|
+
Wed, 15 Jul 2026 02:54:37 GMT
|
|
7
|
+
|
|
8
|
+
### Minor changes
|
|
9
|
+
|
|
10
|
+
- BREAKING: Rename the pre-stable TeamMate, Team, and collaboration-space admin socket methods to product namespaces without compatibility aliases; remove the unsupported public dreamux dispatcher add/remove commands and their admin registry entries; and add persistent admin-only custom skill sources for TeamMate and TeamLeader creation. Dreamux-owned MCP tools keep their existing model-facing surface; direct admin clients must use canonical method names.
|
|
11
|
+
- Add collaboration-space provisioning, channel lifecycle contracts, and default workspace/binding controls.
|
|
12
|
+
- Make Dispatcher server boot lazy-start its runtime: ordinary starts prepare channel sessions and input sources without starting the Dispatcher agent, while unbound inbound, Dispatcher cron, and valid restart-notice targets wake the runtime.
|
|
13
|
+
- BREAKING: Dispatcher runtime recovery now lives in the dispatcher root identity.json. Retired state/<dispatcher>/status.json files are no longer imported, read as fallback, or treated as boot blockers; a dispatcher whose only checkpoint was left in status.json starts a fresh runtime after upgrade unless the operator deliberately seeds a compatible root identity.json session_id. Rebuild: old status.json checkpoints are not automatically resumed. Dispatcher launch now resolves through identity.agent_runtime -> agents[] like TeamLeader and TeamMate, and provider scratch no longer uses state/<dispatcher>/runtime/<name>.
|
|
14
|
+
- Rebuild: channel MCP descriptors are now rendered only by Dreamux core from provider static tool catalogs. Providers no longer construct descriptor command/admin-socket/caller/team args, inbound delivery hooks are removed, scheduler held-fire cancellation uses AbortSignal, and shared agent identity/turn/runtime-state storage moved to the neutral agent-entity module.
|
|
15
|
+
|
|
16
|
+
### Patches
|
|
17
|
+
|
|
18
|
+
- Normalize admin skill_sources to canonical absolute skill roots and reject collisions before persistence.
|
|
19
|
+
- Fix Team and TeamMate MCP success reminders so they are visible in structured tool results.
|
|
20
|
+
- Add success-only MCP reminders for Team and TeamMate prompt submission.
|
|
21
|
+
- BREAKING: Fix workspace and collaboration route ownership semantics. workspace.enabled is now dispatcher-local; top-level workspace.enabled is no longer accepted, and config must use dispatchers[].workspace.enabled. When a dispatcher disables workspace isolation, no-repo TeamMate/Team creation now runs directly in the dispatcher cwd instead of a per-name child directory. Channel binding state now uses v3 route claim provenance so collaboration-managed routes are not mistaken for explicit binds; v2 channel-binding rows that already have channel_id and target_key are reused as explicit routes with claim_id: null only when they do not overlap open collaboration targets. Rebuild: move any old top-level workspace.enabled setting into each dispatcher entry before restarting; delete and re-bind channel-bindings.json if startup reports binding rows without route keys or ambiguous v2 collaboration overlap.
|
|
22
|
+
- Fix bundled Dreamux skill injection so Dispatcher and TeamLeader runtimes receive role-specific skill roots. Codex now passes those roots directly to skills/extraRoots/set, and Claude Code materializes only the skills under the selected root, preventing cross-role skill exposure.
|
|
4
23
|
|
|
5
24
|
## 0.17.0
|
|
6
25
|
Fri, 03 Jul 2026 04:51:35 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@excitedjs/dreamux",
|
|
3
|
-
"version": "0.18.0
|
|
3
|
+
"version": "0.18.0",
|
|
4
4
|
"description": "Dreamux core host for multi-dispatcher agent orchestration through provider interfaces.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -26,18 +26,18 @@
|
|
|
26
26
|
"CHANGELOG.json"
|
|
27
27
|
],
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@excitedjs/agent-runtime-claude-code": "0.4.0-beta.113",
|
|
30
|
-
"@excitedjs/agent-runtime-codex": "0.3.1-beta.113",
|
|
31
|
-
"@excitedjs/dreamux-types": "0.4.0-beta.113",
|
|
32
|
-
"@excitedjs/dreamux-utils": "0.3.1-beta.113",
|
|
33
|
-
"@excitedjs/feishu-channel": "2.1.0-beta.113",
|
|
34
29
|
"croner": "^10.0.1",
|
|
35
30
|
"smol-toml": "^1.6.1",
|
|
36
31
|
"yargs": "^17.7.2",
|
|
37
32
|
"@clack/prompts": "^1.5.0",
|
|
38
33
|
"execa": "^9.6.1",
|
|
39
34
|
"pino": "^9.5.0",
|
|
40
|
-
"plist": "^5.0.0"
|
|
35
|
+
"plist": "^5.0.0",
|
|
36
|
+
"@excitedjs/dreamux-types": "0.4.0",
|
|
37
|
+
"@excitedjs/agent-runtime-claude-code": "0.4.0",
|
|
38
|
+
"@excitedjs/dreamux-utils": "0.3.1",
|
|
39
|
+
"@excitedjs/feishu-channel": "2.1.0",
|
|
40
|
+
"@excitedjs/agent-runtime-codex": "0.3.1"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/node": "^22.10.0",
|