crewx 0.8.2-rc.4 → 0.8.2-rc.6
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.
|
@@ -15,7 +15,7 @@ const crewx_pool_service_js_1 = require("./crewx-pool.service.js");
|
|
|
15
15
|
*
|
|
16
16
|
* Provides:
|
|
17
17
|
* - CrewxPoolService: per-workspace Crewx instance pool (MSG/TSK/MCP use this)
|
|
18
|
-
* - Crewx token: boot-time default workspace instance
|
|
18
|
+
* - Crewx token: boot-time default workspace instance for legacy consumers
|
|
19
19
|
*
|
|
20
20
|
* Resolution order (delegated to CrewxPoolService):
|
|
21
21
|
* 1. CREWX_CONFIG env var (full file path) → single shared instance
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "crewx",
|
|
3
|
-
"version": "0.8.2-rc.
|
|
3
|
+
"version": "0.8.2-rc.6",
|
|
4
4
|
"description": "CrewX — AI agent team dashboard with Electron UI and CLI (Web + Electron + Global CLI)",
|
|
5
5
|
"main": "server.js",
|
|
6
6
|
"bin": {
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"license": "UNLICENSED",
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@ccusage/codex": "^0.0.1",
|
|
31
|
-
"@crewx/sdk": "0.8.2-rc.
|
|
31
|
+
"@crewx/sdk": "0.8.2-rc.6",
|
|
32
32
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
33
33
|
"@nestjs/common": "^11.0.0",
|
|
34
34
|
"@nestjs/config": "^4.0.3",
|
|
@@ -98,15 +98,15 @@
|
|
|
98
98
|
"yargs": "^17.7.0",
|
|
99
99
|
"zod": "^3.22.0",
|
|
100
100
|
"zustand": "^4.5.0",
|
|
101
|
-
"@crewx/cli": "0.8.2-rc.4",
|
|
102
|
-
"@crewx/doc": "0.1.7",
|
|
103
|
-
"@crewx/cron": "0.1.7",
|
|
104
101
|
"@crewx/memory": "0.1.9",
|
|
105
|
-
"@crewx/
|
|
102
|
+
"@crewx/cron": "0.1.7",
|
|
103
|
+
"@crewx/skill": "0.1.7",
|
|
104
|
+
"@crewx/cli": "0.8.2-rc.6",
|
|
105
|
+
"@crewx/doc": "0.1.7",
|
|
106
106
|
"@crewx/search": "0.1.8",
|
|
107
|
+
"@crewx/knowledge-core": "0.1.5",
|
|
107
108
|
"@crewx/shared": "0.0.4",
|
|
108
|
-
"@crewx/
|
|
109
|
-
"@crewx/workflow": "0.3.10",
|
|
109
|
+
"@crewx/workflow": "0.3.13",
|
|
110
110
|
"@crewx/wbs": "0.1.8"
|
|
111
111
|
},
|
|
112
112
|
"devDependencies": {
|