fluxflow-cli 1.13.6 → 1.14.1

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.
Files changed (3) hide show
  1. package/README.md +6 -0
  2. package/dist/fluxflow.js +1275 -916
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -52,6 +52,12 @@ Need a report or a presentation? Just ask. Flux Flow features a high-fidelity "P
52
52
  - **DOCX**: Native Word documents with multi-page support and automatic numbering.
53
53
  - **PPTX**: High-fidelity PowerPoint presentations using native elements (selectable text, shapes) translated directly from HTML.
54
54
 
55
+ ### ⏱️ **Codebase Time Travel (Git-less Reversion)**
56
+ Refactor and build with absolute fearlessness. Flux Flow maintains transaction-based secure snapshots of files before they are generated or edited:
57
+ - **Instant Rollback**: Revert your workspace files (source code, generated documents, images) to their exact state prior to any selected prompt in the history.
58
+ - **Double-ESC Shortcut**: Press `ESC` twice while idle to pop open a sleek selection modal.
59
+ - **`/revert` Command**: Run the `/revert` command directly in the chat to open the checkpoint viewer.
60
+
55
61
  ### 🚑 **Self-Healing Infrastructure**
56
62
  Zero setup means zero setup. On first run, Flux Flow performs an integrity check and autonomously installs its own Chromium engine if needed, ensuring features like PDF generation work 100% of the time without manual intervention.
57
63