Skip to content

Commit 18d1710

Browse files
chore(release): @sylphx/flow@3.25.0 (#141)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 02bd051 commit 18d1710

File tree

2 files changed

+88
-78
lines changed

2 files changed

+88
-78
lines changed

packages/flow/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @sylphx/flow
22

3+
## 3.25.0 (2026-02-17)
4+
5+
### ✨ Features
6+
7+
- **flow:** smart --resume with auto-detection and sessions command ([ce6a3f8](https://github.com/SylphxAI/flow/commit/ce6a3f820c99fe47cb5c6701fc219bd599583470))
8+
9+
### 🔧 Chores
10+
11+
- fix biome formatting in settings.json and package.json ([02bd051](https://github.com/SylphxAI/flow/commit/02bd051b88d29b645786c8812610400960adbcfe))
12+
313
## 3.24.2 (2026-02-17)
414

515
### 🐛 Bug Fixes

packages/flow/package.json

Lines changed: 78 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -1,80 +1,80 @@
11
{
2-
"name": "@sylphx/flow",
3-
"version": "3.24.2",
4-
"description": "One CLI to rule them all. Unified orchestration layer for AI coding assistants. Auto-detection, auto-installation, auto-upgrade.",
5-
"type": "module",
6-
"bin": {
7-
"sylphx-flow": "./src/index.ts",
8-
"flow": "./src/index.ts"
9-
},
10-
"exports": {
11-
".": {
12-
"import": "./src/index.ts",
13-
"types": "./src/index.ts"
14-
}
15-
},
16-
"engines": {
17-
"node": ">=18.0.0"
18-
},
19-
"scripts": {
20-
"dev": "bun src/index.ts",
21-
"start": "bun src/index.ts",
22-
"test": "bun test",
23-
"test:watch": "bun test --watch",
24-
"type-check": "tsc --noEmit",
25-
"prepublishOnly": "echo 'Using assets from packages/flow/assets'"
26-
},
27-
"dependencies": {
28-
"@clack/prompts": "^0.9.0",
29-
"chalk": "^5.6.2",
30-
"commander": "^14.0.2",
31-
"debug": "^4.4.3",
32-
"gray-matter": "^4.0.3",
33-
"pino": "^9.0.0",
34-
"pino-pretty": "^11.0.0",
35-
"yaml": "^2.8.1",
36-
"zod": "^4.1.12"
37-
},
38-
"devDependencies": {
39-
"@types/node": "^24.9.2",
40-
"typescript": "^5.9.3"
41-
},
42-
"publishConfig": {
43-
"access": "public"
44-
},
45-
"files": [
46-
"src",
47-
"assets",
48-
"README.md",
49-
"CHANGELOG.md",
50-
"LOOP_MODE.md",
51-
"UPGRADE.md",
52-
"package.json"
53-
],
54-
"keywords": [
55-
"ai",
56-
"automation",
57-
"workflow",
58-
"claude-code",
59-
"opencode",
60-
"cursor",
61-
"cli",
62-
"orchestration",
63-
"unified",
64-
"meta-layer",
65-
"developer-tools",
66-
"auto-install",
67-
"auto-upgrade"
68-
],
69-
"repository": {
70-
"type": "git",
71-
"url": "https://github.com/sylphxltd/flow.git",
72-
"directory": "packages/flow"
73-
},
74-
"bugs": {
75-
"url": "https://github.com/sylphxltd/flow/issues"
76-
},
77-
"homepage": "https://github.com/sylphxltd/flow#readme",
78-
"license": "MIT",
79-
"author": "sylphxltd"
2+
"name": "@sylphx/flow",
3+
"version": "3.25.0",
4+
"description": "One CLI to rule them all. Unified orchestration layer for AI coding assistants. Auto-detection, auto-installation, auto-upgrade.",
5+
"type": "module",
6+
"bin": {
7+
"sylphx-flow": "./src/index.ts",
8+
"flow": "./src/index.ts"
9+
},
10+
"exports": {
11+
".": {
12+
"import": "./src/index.ts",
13+
"types": "./src/index.ts"
14+
}
15+
},
16+
"engines": {
17+
"node": ">=18.0.0"
18+
},
19+
"scripts": {
20+
"dev": "bun src/index.ts",
21+
"start": "bun src/index.ts",
22+
"test": "bun test",
23+
"test:watch": "bun test --watch",
24+
"type-check": "tsc --noEmit",
25+
"prepublishOnly": "echo 'Using assets from packages/flow/assets'"
26+
},
27+
"dependencies": {
28+
"@clack/prompts": "^0.9.0",
29+
"chalk": "^5.6.2",
30+
"commander": "^14.0.2",
31+
"debug": "^4.4.3",
32+
"gray-matter": "^4.0.3",
33+
"pino": "^9.0.0",
34+
"pino-pretty": "^11.0.0",
35+
"yaml": "^2.8.1",
36+
"zod": "^4.1.12"
37+
},
38+
"devDependencies": {
39+
"@types/node": "^24.9.2",
40+
"typescript": "^5.9.3"
41+
},
42+
"publishConfig": {
43+
"access": "public"
44+
},
45+
"files": [
46+
"src",
47+
"assets",
48+
"README.md",
49+
"CHANGELOG.md",
50+
"LOOP_MODE.md",
51+
"UPGRADE.md",
52+
"package.json"
53+
],
54+
"keywords": [
55+
"ai",
56+
"automation",
57+
"workflow",
58+
"claude-code",
59+
"opencode",
60+
"cursor",
61+
"cli",
62+
"orchestration",
63+
"unified",
64+
"meta-layer",
65+
"developer-tools",
66+
"auto-install",
67+
"auto-upgrade"
68+
],
69+
"repository": {
70+
"type": "git",
71+
"url": "https://github.com/sylphxltd/flow.git",
72+
"directory": "packages/flow"
73+
},
74+
"bugs": {
75+
"url": "https://github.com/sylphxltd/flow/issues"
76+
},
77+
"homepage": "https://github.com/sylphxltd/flow#readme",
78+
"license": "MIT",
79+
"author": "sylphxltd"
8080
}

0 commit comments

Comments
 (0)