@excitedjs/dreamux 0.20.0-beta.134 → 0.20.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 CHANGED
@@ -1,6 +1,35 @@
1
1
  {
2
2
  "name": "@excitedjs/dreamux",
3
3
  "entries": [
4
+ {
5
+ "version": "0.20.0",
6
+ "tag": "@excitedjs/dreamux_v0.20.0",
7
+ "date": "Sun, 26 Jul 2026 02:44:44 GMT",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "comment": "BREAKING: Team MCP create now accepts name_prefix instead of team_name and returns a concrete, never-reused team_name with a 4-8 character random suffix. Rebuild callers to retain the returned team_name for later Team operations. Team names are durably claimed before Team or collaboration-target side effects; generated TeamLeader, TeamMate, and Team-member names also use 4-8 character suffixes. Also publish provider-neutral binding transition events and persist collaboration target metadata across provisioning retries."
12
+ }
13
+ ],
14
+ "dependency": [
15
+ {
16
+ "comment": "Updating dependency \"@excitedjs/agent-runtime-claude-code\" to `0.4.2`"
17
+ },
18
+ {
19
+ "comment": "Updating dependency \"@excitedjs/agent-runtime-codex\" to `0.3.3`"
20
+ },
21
+ {
22
+ "comment": "Updating dependency \"@excitedjs/dreamux-types\" to `0.6.0`"
23
+ },
24
+ {
25
+ "comment": "Updating dependency \"@excitedjs/dreamux-utils\" to `0.3.3`"
26
+ },
27
+ {
28
+ "comment": "Updating dependency \"@excitedjs/feishu-channel\" to `4.1.0`"
29
+ }
30
+ ]
31
+ }
32
+ },
4
33
  {
5
34
  "version": "0.19.4",
6
35
  "tag": "@excitedjs/dreamux_v0.19.4",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Change Log - @excitedjs/dreamux
2
2
 
3
- This log was last generated on Thu, 23 Jul 2026 18:09:54 GMT and should not be manually modified.
3
+ This log was last generated on Sun, 26 Jul 2026 02:44:44 GMT and should not be manually modified.
4
+
5
+ ## 0.20.0
6
+ Sun, 26 Jul 2026 02:44:44 GMT
7
+
8
+ ### Minor changes
9
+
10
+ - BREAKING: Team MCP create now accepts name_prefix instead of team_name and returns a concrete, never-reused team_name with a 4-8 character random suffix. Rebuild callers to retain the returned team_name for later Team operations. Team names are durably claimed before Team or collaboration-target side effects; generated TeamLeader, TeamMate, and Team-member names also use 4-8 character suffixes. Also publish provider-neutral binding transition events and persist collaboration target metadata across provisioning retries.
4
11
 
5
12
  ## 0.19.4
6
13
  Thu, 23 Jul 2026 18:09:54 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@excitedjs/dreamux",
3
- "version": "0.20.0-beta.134",
3
+ "version": "0.20.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.2-beta.134",
30
- "@excitedjs/agent-runtime-codex": "0.3.3-beta.134",
31
- "@excitedjs/dreamux-types": "0.6.0-beta.134",
32
- "@excitedjs/dreamux-utils": "0.3.3-beta.134",
33
- "@excitedjs/feishu-channel": "4.1.0-beta.134",
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/agent-runtime-claude-code": "0.4.2",
37
+ "@excitedjs/agent-runtime-codex": "0.3.3",
38
+ "@excitedjs/dreamux-types": "0.6.0",
39
+ "@excitedjs/feishu-channel": "4.1.0",
40
+ "@excitedjs/dreamux-utils": "0.3.3"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/node": "^22.10.0",