Renamed SOLO Mode to SmartX Engine
This commit is contained in:
12
README.md
12
README.md
@@ -58,7 +58,7 @@ We recommend starting with **Next-Gen (Option 5)**!
|
||||
| **Visuals** | **Animated Borders**, RGB Pulse, Spinners | Static Text |
|
||||
| **Interactivity**| **Interactive Menus** (Arrow Keys Selection) | Command-based only |
|
||||
| **Computer Use** | **Command Execution** (Runs shell cmds) | Read-only |
|
||||
| **SOLO Mode** | **Autonomous Operation** (Auto-heal, auto-execute) | N/A |
|
||||
| **SmartX Engine** | **Autonomous Operation** (Auto-heal, auto-execute) | N/A |
|
||||
| **Auto-Approve** | **AutoRun Commands** without Y/N prompts | N/A |
|
||||
| **Projects** | **Any Absolute Path** (e.g. E:\MyProject) | Subfolders Only |
|
||||
| **Models** | **Visual Model Selector** (`/model`) | Manual Switch via CLI |
|
||||
@@ -68,22 +68,22 @@ We recommend starting with **Next-Gen (Option 5)**!
|
||||
|
||||
---
|
||||
|
||||
## 🤖 SOLO Mode & Auto-Approve
|
||||
## 🤖 SmartX Engine & Auto-Approve
|
||||
|
||||
OpenQode Gen 5 introduces powerful automation features for hands-free coding:
|
||||
|
||||

|
||||
|
||||
### 🚀 SOLO Mode
|
||||
### 🚀 SmartX Engine
|
||||
When enabled, the AI operates autonomously - executing commands, writing files, and fixing errors without constant prompts.
|
||||
- Toggle via `/solo on` or `/solo off`
|
||||
- Visible in sidebar: `SOLO: ON` (magenta)
|
||||
- Toggle via `/smartx on` or `/smartx off`
|
||||
- Visible in sidebar: `SmartX: ON` (magenta)
|
||||
|
||||
### ⚡ Auto-Approve (AutoRun)
|
||||
Automatically approve and execute AI-suggested commands without Y/N confirmation.
|
||||
- Toggle via `/auto`
|
||||
- Visible in sidebar: `AutoRun: ON` (yellow)
|
||||
- **Best used with SOLO mode** for fully autonomous operation
|
||||
- **Best used with SmartX Engine** for fully autonomous operation
|
||||
|
||||
> 💡 **Tip:** Press `ESC` at any time to abort a running command!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user