@excitedjs/dreamux 0.19.0-beta.119 → 0.19.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 +37 -0
- package/CHANGELOG.md +13 -1
- package/package.json +7 -7
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,43 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@excitedjs/dreamux",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "0.19.0",
|
|
6
|
+
"tag": "@excitedjs/dreamux_v0.19.0",
|
|
7
|
+
"date": "Sun, 19 Jul 2026 03:45:02 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Fix Feishu topic-group collaboration spaces so first topic inbound provisions a Team and later messages route and reply within the same topic."
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"comment": "Preserve active group bindings as a fallback for non-collaboration topic groups and authorize group-bound TeamLeader replies to observed topic messages."
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"minor": [
|
|
18
|
+
{
|
|
19
|
+
"comment": "Add provider-neutral strict collaboration routing and live core event capabilities."
|
|
20
|
+
}
|
|
21
|
+
],
|
|
22
|
+
"dependency": [
|
|
23
|
+
{
|
|
24
|
+
"comment": "Updating dependency \"@excitedjs/agent-runtime-claude-code\" to `0.4.1`"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"comment": "Updating dependency \"@excitedjs/agent-runtime-codex\" to `0.3.2`"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"comment": "Updating dependency \"@excitedjs/dreamux-types\" to `0.5.0`"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"comment": "Updating dependency \"@excitedjs/dreamux-utils\" to `0.3.2`"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"comment": "Updating dependency \"@excitedjs/feishu-channel\" to `3.0.0`"
|
|
37
|
+
}
|
|
38
|
+
]
|
|
39
|
+
}
|
|
40
|
+
},
|
|
4
41
|
{
|
|
5
42
|
"version": "0.18.0",
|
|
6
43
|
"tag": "@excitedjs/dreamux_v0.18.0",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
# Change Log - @excitedjs/dreamux
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Sun, 19 Jul 2026 03:45:02 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 0.19.0
|
|
6
|
+
Sun, 19 Jul 2026 03:45:02 GMT
|
|
7
|
+
|
|
8
|
+
### Minor changes
|
|
9
|
+
|
|
10
|
+
- Add provider-neutral strict collaboration routing and live core event capabilities.
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- Fix Feishu topic-group collaboration spaces so first topic inbound provisions a Team and later messages route and reply within the same topic.
|
|
15
|
+
- Preserve active group bindings as a fallback for non-collaboration topic groups and authorize group-bound TeamLeader replies to observed topic messages.
|
|
4
16
|
|
|
5
17
|
## 0.18.0
|
|
6
18
|
Wed, 15 Jul 2026 02:54:37 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@excitedjs/dreamux",
|
|
3
|
-
"version": "0.19.0
|
|
3
|
+
"version": "0.19.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.1-beta.119",
|
|
30
|
-
"@excitedjs/agent-runtime-codex": "0.3.2-beta.119",
|
|
31
|
-
"@excitedjs/dreamux-types": "0.5.0-beta.119",
|
|
32
|
-
"@excitedjs/dreamux-utils": "0.3.2-beta.119",
|
|
33
|
-
"@excitedjs/feishu-channel": "3.0.0-beta.119",
|
|
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.1",
|
|
37
|
+
"@excitedjs/agent-runtime-codex": "0.3.2",
|
|
38
|
+
"@excitedjs/dreamux-types": "0.5.0",
|
|
39
|
+
"@excitedjs/dreamux-utils": "0.3.2",
|
|
40
|
+
"@excitedjs/feishu-channel": "3.0.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/node": "^22.10.0",
|