fluxflow-cli 1.15.3 → 1.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.
Files changed (3) hide show
  1. package/README.md +4 -2
  2. package/dist/fluxflow.js +555 -255
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -70,6 +70,8 @@ Zero setup means zero setup. On first run, Flux Flow performs an integrity check
70
70
 
71
71
  ### 🛡️ **Digital Fortress Governance**
72
72
  Security isn't an afterthought; it's a boundary.
73
+ - **Sandbox Presets**: Choose from **Strict**, **Balanced**, **Autonomous**, or **Custom** security profiles to control agent autonomy.
74
+ - **Granular Command Policies**: Configure Auto-Approve (`Auto` / `Read-Only` / `None`), Auto-Disallow (`Auto` / `Destructive` / `None`), Network Access toggle, and Auto-Approve Git Commits independently.
73
75
  - **External Path Hardlock**: Restricts the agent to your Current Working Directory (CWD) unless you explicitly unlock it.
74
76
  - **Human-in-the-Loop (HITL)**: Every file write and terminal command requires your high-fidelity approval.
75
77
  - **XOR Vaulting**: All local session histories, memories, and API keys are obfuscated and encrypted at rest.
@@ -111,8 +113,8 @@ fluxflow [options]
111
113
  ## ⚙️ Configuration
112
114
  Type `/settings` in-app to live-configure:
113
115
  - **Thinking Level**: Fast (No Reasoning), Low, Medium, High, xHigh (Extended Reasoning).
114
- - **Auto-Execution**: For ultimate high-speed flow (Advanced users only).
115
- - **Security Perimeter**: Toggle External Workspace access.
116
+ - **Sandbox Preset**: Strict, Balanced, Autonomous, or Custom security profiles.
117
+ - **Security Perimeter**: Toggle External Workspace access, Network Access, and Git Commit auto-approval.
116
118
 
117
119
  ---
118
120