fluxflow-cli 2.2.5 → 2.2.7
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 +2 -2
- package/dist/fluxflow.js +221 -178
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -116,9 +116,9 @@ fluxflow [options]
|
|
|
116
116
|
- `--update <check | latest>`: Manually run an update check (`check`) or execute latest update setup (`latest`).
|
|
117
117
|
- `--package <npm | pnpm | yarn | bun>`: Override default package manager to run core application updates.
|
|
118
118
|
- `--auto-del <1d | 7d | 30d>`: Set automated chat log deletion schedule.
|
|
119
|
-
- `--yolo <on | off>`: Toggle autonomous
|
|
119
|
+
- `--yolo <on | off>`: Toggle autonomous execution permission.
|
|
120
120
|
- `--external-access <on | off>`: Toggle permission to let agent read files outside CWD.
|
|
121
|
-
- `--thinking <Fast | Medium | High | xHigh>`: Override thinking level for reasoning depth.
|
|
121
|
+
- `--thinking <Fast | Low | Medium/Standard | High | xHigh>`: Override thinking level for reasoning depth. `Medium` and `Standard` is the same (Deepseek compatibility).
|
|
122
122
|
- `--key <key@google | key@deepseek | key@openrouter>`: Set API key and provider.
|
|
123
123
|
- `--provider <google | deepseek | openrouter>`: Override default provider.
|
|
124
124
|
|