fluxflow-cli 2.1.1 → 2.1.3
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/dist/fluxflow.js +192 -201
- package/package.json +64 -64
package/package.json
CHANGED
|
@@ -1,64 +1,64 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "fluxflow-cli",
|
|
3
|
-
"version": "2.1.
|
|
4
|
-
"date": "2026-06-08",
|
|
5
|
-
"description": "A high-fidelity agentic terminal assistant for the Flux Era.",
|
|
6
|
-
"keywords": [
|
|
7
|
-
"ai",
|
|
8
|
-
"agent",
|
|
9
|
-
"terminal",
|
|
10
|
-
"cli",
|
|
11
|
-
"gemini",
|
|
12
|
-
"ink",
|
|
13
|
-
"flux"
|
|
14
|
-
],
|
|
15
|
-
"license": "MIT",
|
|
16
|
-
"repository": {
|
|
17
|
-
"type": "git",
|
|
18
|
-
"url": "git+https://github.com/KushalRoyChowdhury/fluxflow-cli.git"
|
|
19
|
-
},
|
|
20
|
-
"engines": {
|
|
21
|
-
"node": ">=20",
|
|
22
|
-
"vscode": "^1.90.0"
|
|
23
|
-
},
|
|
24
|
-
"files": [
|
|
25
|
-
"dist",
|
|
26
|
-
"README.md",
|
|
27
|
-
"package.json",
|
|
28
|
-
"ARCHITECTURE.md",
|
|
29
|
-
"TOOLS.md",
|
|
30
|
-
"UI_FEATURES.md"
|
|
31
|
-
],
|
|
32
|
-
"type": "module",
|
|
33
|
-
"bin": {
|
|
34
|
-
"fluxflow-cli": "dist/fluxflow.js",
|
|
35
|
-
"fluxflow": "dist/fluxflow.js"
|
|
36
|
-
},
|
|
37
|
-
"scripts": {
|
|
38
|
-
"start": "tsx ./src/cli.jsx",
|
|
39
|
-
"build": "esbuild ./src/cli.jsx --bundle --platform=node --format=esm --outfile=./dist/fluxflow.js --external:react --external:ink --external:chalk --external:fs-extra --external:gradient-string --external:ink-text-input --external:ink-select-input --external:@google/genai --external:zod --external:nanoid --external:puppeteer --external:pdf-lib --external:node-pty --external:html-to-docx --external:typescript --external:ws --minify"
|
|
40
|
-
|
|
41
|
-
},
|
|
42
|
-
"dependencies": {
|
|
43
|
-
"@google/genai": "^1.50.1",
|
|
44
|
-
"chalk": "^5.6.2",
|
|
45
|
-
"fs-extra": "^11.3.4",
|
|
46
|
-
"gradient-string": "^3.0.0",
|
|
47
|
-
"html-to-docx": "^1.8.0",
|
|
48
|
-
"ink": "^7.0.1",
|
|
49
|
-
"ink-select-input": "^6.2.0",
|
|
50
|
-
"ink-text-input": "^6.0.0",
|
|
51
|
-
"nanoid": "^5.1.9",
|
|
52
|
-
"node-pty": "^1.1.0",
|
|
53
|
-
"pdf-lib": "^1.17.1",
|
|
54
|
-
"puppeteer": "24.43.1",
|
|
55
|
-
"react": "^19.2.5",
|
|
56
|
-
"ws": "^8.21.0",
|
|
57
|
-
"zod": "^4.3.6"
|
|
58
|
-
},
|
|
59
|
-
"devDependencies": {
|
|
60
|
-
"@types/react": "^19.2.14",
|
|
61
|
-
"esbuild": "^0.28.0",
|
|
62
|
-
"tsx": "^4.21.0"
|
|
63
|
-
}
|
|
64
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "fluxflow-cli",
|
|
3
|
+
"version": "2.1.3",
|
|
4
|
+
"date": "2026-06-08",
|
|
5
|
+
"description": "A high-fidelity agentic terminal assistant for the Flux Era.",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"ai",
|
|
8
|
+
"agent",
|
|
9
|
+
"terminal",
|
|
10
|
+
"cli",
|
|
11
|
+
"gemini",
|
|
12
|
+
"ink",
|
|
13
|
+
"flux"
|
|
14
|
+
],
|
|
15
|
+
"license": "MIT",
|
|
16
|
+
"repository": {
|
|
17
|
+
"type": "git",
|
|
18
|
+
"url": "git+https://github.com/KushalRoyChowdhury/fluxflow-cli.git"
|
|
19
|
+
},
|
|
20
|
+
"engines": {
|
|
21
|
+
"node": ">=20",
|
|
22
|
+
"vscode": "^1.90.0"
|
|
23
|
+
},
|
|
24
|
+
"files": [
|
|
25
|
+
"dist",
|
|
26
|
+
"README.md",
|
|
27
|
+
"package.json",
|
|
28
|
+
"ARCHITECTURE.md",
|
|
29
|
+
"TOOLS.md",
|
|
30
|
+
"UI_FEATURES.md"
|
|
31
|
+
],
|
|
32
|
+
"type": "module",
|
|
33
|
+
"bin": {
|
|
34
|
+
"fluxflow-cli": "dist/fluxflow.js",
|
|
35
|
+
"fluxflow": "dist/fluxflow.js"
|
|
36
|
+
},
|
|
37
|
+
"scripts": {
|
|
38
|
+
"start": "tsx ./src/cli.jsx",
|
|
39
|
+
"build": "esbuild ./src/cli.jsx --bundle --platform=node --format=esm --outfile=./dist/fluxflow.js --external:react --external:ink --external:chalk --external:fs-extra --external:gradient-string --external:ink-text-input --external:ink-select-input --external:@google/genai --external:zod --external:nanoid --external:puppeteer --external:pdf-lib --external:node-pty --external:html-to-docx --external:typescript --external:ws --minify"
|
|
40
|
+
|
|
41
|
+
},
|
|
42
|
+
"dependencies": {
|
|
43
|
+
"@google/genai": "^1.50.1",
|
|
44
|
+
"chalk": "^5.6.2",
|
|
45
|
+
"fs-extra": "^11.3.4",
|
|
46
|
+
"gradient-string": "^3.0.0",
|
|
47
|
+
"html-to-docx": "^1.8.0",
|
|
48
|
+
"ink": "^7.0.1",
|
|
49
|
+
"ink-select-input": "^6.2.0",
|
|
50
|
+
"ink-text-input": "^6.0.0",
|
|
51
|
+
"nanoid": "^5.1.9",
|
|
52
|
+
"node-pty": "^1.1.0",
|
|
53
|
+
"pdf-lib": "^1.17.1",
|
|
54
|
+
"puppeteer": "24.43.1",
|
|
55
|
+
"react": "^19.2.5",
|
|
56
|
+
"ws": "^8.21.0",
|
|
57
|
+
"zod": "^4.3.6"
|
|
58
|
+
},
|
|
59
|
+
"devDependencies": {
|
|
60
|
+
"@types/react": "^19.2.14",
|
|
61
|
+
"esbuild": "^0.28.0",
|
|
62
|
+
"tsx": "^4.21.0"
|
|
63
|
+
}
|
|
64
|
+
}
|