mirror of
https://github.com/jlengrand/Maestro.git
synced 2026-03-10 08:31:19 +00:00
## CHANGES
- Added Settings Overview with tab breakdown and quick-access shortcuts ⚙️ - Introduced manual update checking plus configurable startup update checks 🔄 - Expanded File Preview with search, line numbers, and markdown toggle 🔍 - Added breadcrumb navigation to quickly jump between recently viewed files 🧭 - Enabled in-preview file editing with automatic save-on-navigate behavior ✍️ - Clarified `@` file mentions workflow with autocomplete context injection 🧩 - Added Onboarding Wizard to auto-configure agents and Auto Run setup 🪄 - Added optional Introductory Tour launchable anytime from Quick Actions 🧠 - Documented System Log Viewer with filtering, search, and log levels 📜 - Added Process Monitor to inspect PIDs and kill stuck processes 🛠️ - Improved tab context menus: hide impossible actions, keep Close active 🧷
This commit is contained in:
@@ -10,9 +10,31 @@ This guide gets you from install to a first productive session with Maestro.
|
||||
|
||||
Follow the [Installation](./installation) instructions for your platform, then launch Maestro.
|
||||
|
||||
## 2. Create an agent
|
||||
## 2. Create an agent (or use the Wizard)
|
||||
|
||||
Maestro supports **Claude Code**, **OpenAI Codex**, and **OpenCode** as providers. Make sure at least one is installed and authenticated, then create your first agent in the sidebar.
|
||||
Maestro supports **Claude Code**, **OpenAI Codex**, and **OpenCode** as providers. Make sure at least one is installed and authenticated.
|
||||
|
||||
**Option A: Quick Setup**
|
||||
Create your first agent manually using the **+** button in the sidebar.
|
||||
|
||||
**Option B: Onboarding Wizard** (Recommended for new users)
|
||||
Press `Cmd+Shift+N` / `Ctrl+Shift+N` to launch the **Onboarding Wizard**, which guides you through:
|
||||
1. Selecting an AI provider
|
||||
2. Choosing your project directory
|
||||
3. Having a discovery conversation where the AI learns about your project
|
||||
4. Generating an initial Auto Run document with tasks
|
||||
|
||||
The Wizard creates a fully configured agent with an Auto Run document folder ready to go.
|
||||
|
||||
### Introductory Tour
|
||||
|
||||
After completing the Wizard, you'll be offered an **Introductory Tour** that highlights key UI elements:
|
||||
- The AI Terminal and how to interact with it
|
||||
- The Auto Run panel and how batch processing works
|
||||
- File Explorer and preview features
|
||||
- Keyboard shortcuts for power users
|
||||
|
||||
You can skip the tour and access it later via **Quick Actions** (`Cmd+K` / `Ctrl+K`) → "Start Tour".
|
||||
|
||||
## 3. Open a project
|
||||
|
||||
|
||||
Reference in New Issue
Block a user