fluxflow-cli 2.0.1 β 2.1.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/README.md +6 -4
- package/dist/fluxflow.js +406 -14678
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -48,10 +48,12 @@ Generate gorgeous, high-fidelity images directly from the command line using [Po
|
|
|
48
48
|
|
|
49
49
|
### π **High-Fidelity IDE Companion**
|
|
50
50
|
Flux Flow now pairs with a dedicated VS Code extension to bridge the gap between terminal and editor:
|
|
51
|
-
- **
|
|
52
|
-
- **
|
|
53
|
-
- **
|
|
54
|
-
- **
|
|
51
|
+
- **Surgical Diagnostic Sync**: Proactive background scanning for errors. If your project breaks, a "Magic Wand" icon $(\text{sparkle})$ appears in your editor title bar for an instant AI fix.
|
|
52
|
+
- **Live Status Heartbeat**: The VS Code Status Bar acts as a live feed, showing the agent's current task (*Thinking*, *Web Searching*, *Patching*, etc.).
|
|
53
|
+
- **Clickable Terminal Links**: Jump from the terminal output straight to your code with clickable file:line links.
|
|
54
|
+
- **Right-Click Integration**: "FluxFlow > Chat" is available in the editor, explorer, and tab bars, even when no files are open.
|
|
55
|
+
- **Selection-Driven Reasoning**: Select a block of code and ask "What does this do?"βthe agent receives your selection instantly.
|
|
56
|
+
- **Universal Compatibility**: Works flawlessly with VS Code, Cursor, VSCodium, Trae, and Antigravity.
|
|
55
57
|
|
|
56
58
|
### ποΈ **Native Multimodality**
|
|
57
59
|
Flux Flow can now see! Use the `view_file` tool to analyze images (JPG, PNG) or deep-dive into PDF technical papers. The agent extracts high-fidelity visual context natively, making it a true multimodal companion.
|