Renamed SOLO Mode to SmartX Engine

This commit is contained in:
Gemini AI
2025-12-14 12:32:10 +04:00
Unverified
parent 48dbf79879
commit 956b177200
2 changed files with 24 additions and 23 deletions

View File

@@ -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:
![Features Panel](assets/features-panel.png)
### 🚀 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!