@sylphx/flow 3.14.0 → 3.16.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # @sylphx/flow
2
2
 
3
+ ## 3.16.0 (2026-02-05)
4
+
5
+ ### ✨ Features
6
+
7
+ - **builder:** add Ink and Clack for CLI apps ([e9c3f15](https://github.com/SylphxAI/flow/commit/e9c3f1569f61bf9523c51afee31092584edf0db3))
8
+ - **builder:** add Pino logging to tech stack ([76c9893](https://github.com/SylphxAI/flow/commit/76c98934c0926676e01705bae5ac719cc8bdd3d8))
9
+ - **builder:** expand tech stack with modern React libraries ([af758b0](https://github.com/SylphxAI/flow/commit/af758b0847f450349a192385ccc2d466e0ce1a7f))
10
+
11
+ ### 🐛 Bug Fixes
12
+
13
+ - **builder:** use Pragmatic Drag and Drop over dnd-kit ([75db518](https://github.com/SylphxAI/flow/commit/75db518f392ebebce65fa59739be03a983a0ed95))
14
+
15
+ ### ♻️ Refactoring
16
+
17
+ - **builder:** consolidate tech stack to single best choice per category ([b149175](https://github.com/SylphxAI/flow/commit/b149175889c7838bf8f0a56459c0bd9ca811d01f))
18
+ - **builder:** replace Radix UI with Base UI in tech stack ([a4e81df](https://github.com/SylphxAI/flow/commit/a4e81dfcd382030e99c49fe60082aafe033e3981))
19
+
20
+ ## 3.15.0 (2026-02-05)
21
+
22
+ ### ✨ Features
23
+
24
+ - **builder:** add Pino logging to tech stack ([76c9893](https://github.com/SylphxAI/flow/commit/76c98934c0926676e01705bae5ac719cc8bdd3d8))
25
+ - **builder:** expand tech stack with modern React libraries ([af758b0](https://github.com/SylphxAI/flow/commit/af758b0847f450349a192385ccc2d466e0ce1a7f))
26
+
27
+ ### 🐛 Bug Fixes
28
+
29
+ - **builder:** use Pragmatic Drag and Drop over dnd-kit ([75db518](https://github.com/SylphxAI/flow/commit/75db518f392ebebce65fa59739be03a983a0ed95))
30
+
31
+ ### ♻️ Refactoring
32
+
33
+ - **builder:** consolidate tech stack to single best choice per category ([b149175](https://github.com/SylphxAI/flow/commit/b149175889c7838bf8f0a56459c0bd9ca811d01f))
34
+ - **builder:** replace Radix UI with Base UI in tech stack ([a4e81df](https://github.com/SylphxAI/flow/commit/a4e81dfcd382030e99c49fe60082aafe033e3981))
35
+
3
36
  ## 3.14.0 (2026-02-04)
4
37
 
5
38
  ### ✨ Features
@@ -60,6 +60,10 @@ State-of-the-art industrial standard. Every time. Would you stake your reputatio
60
60
 
61
61
  **File Upload:** Uppy
62
62
 
63
+ **Logging:** Pino
64
+
65
+ **CLI Apps:** Ink (React CLI), Clack (prompts)
66
+
63
67
  **AI:** AI SDK v6+
64
68
 
65
69
  **Auth & Services:** Better Auth, Resend (email)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sylphx/flow",
3
- "version": "3.14.0",
3
+ "version": "3.16.0",
4
4
  "description": "One CLI to rule them all. Unified orchestration layer for AI coding assistants. Auto-detection, auto-installation, auto-upgrade.",
5
5
  "type": "module",
6
6
  "bin": {