@crewx/cli 0.8.6-rc.5 → 0.8.6-rc.7

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.
@@ -54,6 +54,7 @@ async function createCliCrewx(configPath = process.env.CREWX_CONFIG ?? 'crewx.ya
54
54
  remoteFactory: createCliCrewx,
55
55
  });
56
56
  (0, register_builtin_tools_1.registerBuiltinToolsIfNeeded)(crewx);
57
+ await crewx.use(new plugins_1.ConversationPlugin());
57
58
  await crewx.use(new plugins_1.FileLoggerPlugin({ version: version_1.CLI_VERSION, workspaceRoot }));
58
59
  await crewx.use(new plugins_1.SqliteTracingPlugin({ version: version_1.CLI_VERSION }));
59
60
  return crewx;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crewx/cli",
3
- "version": "0.8.6-rc.5",
3
+ "version": "0.8.6-rc.7",
4
4
  "license": "UNLICENSED",
5
5
  "engines": {
6
6
  "node": ">=20.19.0"
@@ -23,21 +23,21 @@
23
23
  "dependencies": {
24
24
  "@crewx/adapter-slack": "0.1.4",
25
25
  "better-sqlite3": "*",
26
- "@crewx/sdk": "0.8.6-rc.6",
27
26
  "@crewx/memory": "0.1.10",
27
+ "@crewx/doc": "0.1.8",
28
+ "@crewx/sdk": "0.8.6-rc.8",
28
29
  "@crewx/search": "0.1.9",
29
30
  "@crewx/wbs": "0.1.9",
30
- "@crewx/doc": "0.1.8",
31
31
  "@crewx/cron": "0.1.8",
32
- "@crewx/workflow": "0.3.18",
33
32
  "@crewx/skill": "0.1.8",
33
+ "@crewx/workflow": "0.3.18",
34
34
  "@crewx/shared": "0.0.5"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/better-sqlite3": "*",
38
38
  "@types/node": "22.0.0",
39
39
  "typescript": "5.9.3",
40
- "vitest": "3.1.1"
40
+ "vitest": "3.2.4"
41
41
  },
42
42
  "scripts": {
43
43
  "build": "tsc -p tsconfig.json",