@excitedjs/dreamux 0.26.0-beta.256 → 0.26.0-beta.258
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/README.md +4 -4
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -97,13 +97,13 @@ node common/scripts/install-run-rush.js build
|
|
|
97
97
|
node common/scripts/install-run-rush.js test
|
|
98
98
|
```
|
|
99
99
|
|
|
100
|
-
The bin
|
|
100
|
+
The bin launcher shells out to plain `node` against compiled `dist/` output;
|
|
101
101
|
no `tsx` is needed at runtime.
|
|
102
102
|
|
|
103
103
|
## Run the server
|
|
104
104
|
|
|
105
105
|
```bash
|
|
106
|
-
./bin/dreamux serve
|
|
106
|
+
./packages/dreamux/bin/dreamux serve
|
|
107
107
|
```
|
|
108
108
|
|
|
109
109
|
The launcher works from any cwd and via symlinks.
|
|
@@ -422,8 +422,8 @@ node common/scripts/install-run-rush.js test
|
|
|
422
422
|
per-message turn/start inbound submission, process-local dedupe, MCP
|
|
423
423
|
reply-only outbound, thread resume, app-server restart behavior, and
|
|
424
424
|
approval fail-fast.
|
|
425
|
-
- `tests/bin-launcher.test.ts` — real launcher
|
|
426
|
-
|
|
425
|
+
- `tests/bin-launcher.test.ts` — real launcher behavior from arbitrary cwd and
|
|
426
|
+
through symlinks.
|
|
427
427
|
- `tests/doctor.test.ts` — standalone doctor checks for config, Codex home,
|
|
428
428
|
services, provider-owned runtime binaries, and dispatcher workspace skill
|
|
429
429
|
state.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@excitedjs/dreamux",
|
|
3
|
-
"version": "0.26.0-beta.
|
|
3
|
+
"version": "0.26.0-beta.258",
|
|
4
4
|
"description": "Dreamux core host for multi-dispatcher agent orchestration through provider interfaces.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -26,11 +26,11 @@
|
|
|
26
26
|
"CHANGELOG.json"
|
|
27
27
|
],
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@excitedjs/agent-runtime-claude-code": "0.7.1-beta.
|
|
30
|
-
"@excitedjs/agent-runtime-codex": "0.7.0-beta.
|
|
31
|
-
"@excitedjs/dreamux-types": "0.11.0-beta.
|
|
32
|
-
"@excitedjs/dreamux-utils": "0.6.0-beta.
|
|
33
|
-
"@excitedjs/feishu-channel": "6.3.0-beta.
|
|
29
|
+
"@excitedjs/agent-runtime-claude-code": "0.7.1-beta.258",
|
|
30
|
+
"@excitedjs/agent-runtime-codex": "0.7.0-beta.258",
|
|
31
|
+
"@excitedjs/dreamux-types": "0.11.0-beta.258",
|
|
32
|
+
"@excitedjs/dreamux-utils": "0.6.0-beta.258",
|
|
33
|
+
"@excitedjs/feishu-channel": "6.3.0-beta.258",
|
|
34
34
|
"@modelcontextprotocol/server": "2.0.0",
|
|
35
35
|
"acorn": "^8.16.0",
|
|
36
36
|
"croner": "^10.0.1",
|