@iflow-ai/iflow-cli 0.2.7 → 0.2.8-beta.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 +7 -8
- package/bundle/iflow-cli-vscode-ide-companion-0.2.4.vsix +0 -0
- package/bundle/iflow.js +972 -877
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ iFlow CLI is a powerful AI assistant that runs directly in your terminal. It sea
|
|
|
21
21
|
- Network: Internet connection required for authentication and AI processing
|
|
22
22
|
- Shell: Works best in Bash, Zsh or Fish
|
|
23
23
|
|
|
24
|
-
###
|
|
24
|
+
### Install Command
|
|
25
25
|
```shell
|
|
26
26
|
bash -c "$(curl -fsSL https://cloud.iflow.cn/iflow-cli/install.sh)"
|
|
27
27
|
```
|
|
@@ -45,7 +45,6 @@ If you are in China Mainland, you can use the following command to install iFlow
|
|
|
45
45
|
7. Run `npm install -g @iflow-ai/iflow-cli` to install iFlow CLI
|
|
46
46
|
8. Run `iflow` to start iFlow CLI
|
|
47
47
|
|
|
48
|
-
|
|
49
48
|
## 🔑 Authentication
|
|
50
49
|
|
|
51
50
|
iFlow offers two authentication options:
|
|
@@ -95,7 +94,7 @@ iflow
|
|
|
95
94
|
|
|
96
95
|
The `/init` command scans your codebase, learns its structure, and creates an IFLOW.md file with comprehensive documentation.
|
|
97
96
|
|
|
98
|
-
For a complete list of slash commands and usage instructions, see [here](./
|
|
97
|
+
For a complete list of slash commands and usage instructions, see [here](./docs/cli/commands.md).
|
|
99
98
|
|
|
100
99
|
## 💡 Common Use Cases
|
|
101
100
|
|
|
@@ -153,7 +152,7 @@ iFlow CLI extends beyond coding to handle a wide range of tasks:
|
|
|
153
152
|
|
|
154
153
|
*Note: Advanced automation tasks can leverage MCP servers to integrate your local system tools with enterprise collaboration suites.*
|
|
155
154
|
|
|
156
|
-
## 🔧 Switch to
|
|
155
|
+
## 🔧 Switch to Custom Model
|
|
157
156
|
|
|
158
157
|
iFlow CLI can connect to any OpenAI-compatible API. Edit the settings file in `~/.iflow/settings.json` to change the model you use.
|
|
159
158
|
|
|
@@ -174,9 +173,9 @@ Here is a settings demo file:
|
|
|
174
173
|
You can also use iFlow CLI in your GitHub Actions workflows with the community-maintained action: [iflow-cli-action](https://github.com/vibe-ideas/iflow-cli-action)
|
|
175
174
|
|
|
176
175
|
## Community Communication
|
|
177
|
-
If you encounter problems
|
|
176
|
+
If you encounter problems during use, you can directly raise Issues on the GitHub page.
|
|
178
177
|
|
|
179
|
-
You can also scan the following
|
|
178
|
+
You can also scan the following WeChat group to join the community group for communication and discussion.
|
|
180
179
|
|
|
181
|
-
###
|
|
182
|
-

|
|
Binary file
|