@devflow-tools/cli 0.17.6 → 0.17.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.
- package/README.md +2 -2
- package/package.json +27 -27
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @devflow-tools/cli
|
|
2
2
|
|
|
3
|
-
> 初始化项目、安装插件、连接 Agent 并管理 DevFlow 服务的命令行工具。(v0.17.
|
|
3
|
+
> 初始化项目、安装插件、连接 Agent 并管理 DevFlow 服务的命令行工具。(v0.17.7)
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@devflow-tools/cli)
|
|
6
6
|
|
|
@@ -30,7 +30,7 @@ devflow --help
|
|
|
30
30
|
|
|
31
31
|
## 版本与兼容性
|
|
32
32
|
|
|
33
|
-
- 当前包版本:`0.17.
|
|
33
|
+
- 当前包版本:`0.17.7`
|
|
34
34
|
- Node.js:未在 package manifest 声明更高版本时,使用 Node.js 18+;原生 SQLite/Playwright 能力请按对应依赖安装
|
|
35
35
|
- workspace 内部包应使用同一 DevFlow minor/patch 版本,避免类型和数据库 schema 不一致
|
|
36
36
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devflow-tools/cli",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -12,31 +12,31 @@
|
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
14
|
"@colbymchenry/codegraph": "^1.1.1",
|
|
15
|
-
"@devflow-tools/adapters": "0.17.
|
|
16
|
-
"@devflow-tools/benchmark": "0.17.
|
|
17
|
-
"@devflow-tools/context-engine": "0.17.
|
|
18
|
-
"@devflow-tools/database": "0.17.
|
|
19
|
-
"@devflow-tools/knowledge-engine": "0.17.
|
|
20
|
-
"@devflow-tools/mcp-server": "0.17.
|
|
21
|
-
"@devflow-tools/memory-engine": "0.17.
|
|
22
|
-
"@devflow-tools/plugin-animation": "0.17.
|
|
23
|
-
"@devflow-tools/plugin-css": "0.17.
|
|
24
|
-
"@devflow-tools/plugin-docker": "0.17.
|
|
25
|
-
"@devflow-tools/plugin-electron": "0.17.
|
|
26
|
-
"@devflow-tools/plugin-git": "0.17.
|
|
27
|
-
"@devflow-tools/plugin-graphql": "0.17.
|
|
28
|
-
"@devflow-tools/plugin-nest": "0.17.
|
|
29
|
-
"@devflow-tools/plugin-nextjs": "0.17.
|
|
30
|
-
"@devflow-tools/plugin-performance": "0.17.
|
|
31
|
-
"@devflow-tools/plugin-react": "0.17.
|
|
32
|
-
"@devflow-tools/plugin-tailwind": "0.17.
|
|
33
|
-
"@devflow-tools/plugin-taro": "0.17.
|
|
34
|
-
"@devflow-tools/plugin-ui-layout": "0.17.
|
|
35
|
-
"@devflow-tools/plugin-vue": "0.17.
|
|
36
|
-
"@devflow-tools/sdk": "0.17.
|
|
37
|
-
"@devflow-tools/server": "0.17.
|
|
38
|
-
"@devflow-tools/telemetry": "0.17.
|
|
39
|
-
"@devflow-tools/workflow-engine": "0.17.
|
|
15
|
+
"@devflow-tools/adapters": "0.17.7",
|
|
16
|
+
"@devflow-tools/benchmark": "0.17.7",
|
|
17
|
+
"@devflow-tools/context-engine": "0.17.7",
|
|
18
|
+
"@devflow-tools/database": "0.17.7",
|
|
19
|
+
"@devflow-tools/knowledge-engine": "0.17.7",
|
|
20
|
+
"@devflow-tools/mcp-server": "0.17.7",
|
|
21
|
+
"@devflow-tools/memory-engine": "0.17.7",
|
|
22
|
+
"@devflow-tools/plugin-animation": "0.17.7",
|
|
23
|
+
"@devflow-tools/plugin-css": "0.17.7",
|
|
24
|
+
"@devflow-tools/plugin-docker": "0.17.7",
|
|
25
|
+
"@devflow-tools/plugin-electron": "0.17.7",
|
|
26
|
+
"@devflow-tools/plugin-git": "0.17.7",
|
|
27
|
+
"@devflow-tools/plugin-graphql": "0.17.7",
|
|
28
|
+
"@devflow-tools/plugin-nest": "0.17.7",
|
|
29
|
+
"@devflow-tools/plugin-nextjs": "0.17.7",
|
|
30
|
+
"@devflow-tools/plugin-performance": "0.17.7",
|
|
31
|
+
"@devflow-tools/plugin-react": "0.17.7",
|
|
32
|
+
"@devflow-tools/plugin-tailwind": "0.17.7",
|
|
33
|
+
"@devflow-tools/plugin-taro": "0.17.7",
|
|
34
|
+
"@devflow-tools/plugin-ui-layout": "0.17.7",
|
|
35
|
+
"@devflow-tools/plugin-vue": "0.17.7",
|
|
36
|
+
"@devflow-tools/sdk": "0.17.7",
|
|
37
|
+
"@devflow-tools/server": "0.17.7",
|
|
38
|
+
"@devflow-tools/telemetry": "0.17.7",
|
|
39
|
+
"@devflow-tools/workflow-engine": "0.17.7",
|
|
40
40
|
"@inquirer/prompts": "^7.10.1",
|
|
41
41
|
"chalk": "^5.3.0",
|
|
42
42
|
"commander": "^12.0.0"
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"dist",
|
|
50
50
|
"bin"
|
|
51
51
|
],
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "560fe8a097aa9d398fdcfec409134cc94d26f92f"
|
|
53
53
|
}
|