diff --git a/README.md b/README.md
index facbc292..a75462f5 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
Maestro is a cross-platform desktop app for orchestrating your fleet of AI coding agents. Built for power users who live on the keyboard and rarely touch the mouse.
-
+
Run multiple agents in parallel with a Linear/Superhuman-level responsive interface. Currently supporting **Claude Code**, **OpenAI Codex**, and **OpenCode** with plans for additional agentic coding tools based on user demand.
@@ -17,28 +17,28 @@ Run multiple agents in parallel with a Linear/Superhuman-level responsive interf
### Auto Run & Playbooks
Batch-process markdown checklists through AI agents. Create task documents with checkboxes, and Maestro works through them automatically—spawning fresh AI sessions for each task with clean context. Save configurations as playbooks for repeatable workflows, run in loops, and track everything in history.
-
+
[Learn more about Auto Run](https://docs.runmaestro.ai/autorun-playbooks)
### Git Worktrees
Run AI agents in parallel on isolated branches. Create worktree sub-agents from the git branch menu, each operating in their own directory. Work interactively in the main repo while sub-agents process tasks independently—then create PRs with one click.
-
+
[Learn more about Git Worktrees](https://docs.runmaestro.ai/git-worktrees)
### Group Chat
Coordinate multiple AI agents in a single conversation. A moderator AI orchestrates discussions, routing questions to the right agents and synthesizing their responses for cross-project questions and architecture discussions.
-
+
[Learn more about Group Chat](https://docs.runmaestro.ai/group-chat)
### Remote Access
Built-in web server with QR code access. Monitor and control all your agents from your phone. Supports local network access and remote tunneling via Cloudflare for access from anywhere—no account required.
-
+
[Learn more about Remote Access](https://docs.runmaestro.ai/remote-access)
@@ -96,13 +96,16 @@ npm run dev
## Screenshots
-
+
+
*Quick Actions palette for rapid navigation*
-
+
+
*Side-by-side diff viewer with syntax highlighting*
-
+
+
*12 beautiful themes to match your style*
[See more...](docs/screenshots/)
diff --git a/docs/screenshots/autorun-1.png b/docs/screenshots/autorun-1.png
index 052f1ca9..b316006e 100644
Binary files a/docs/screenshots/autorun-1.png and b/docs/screenshots/autorun-1.png differ
diff --git a/docs/screenshots/autorun-2.png b/docs/screenshots/autorun-2.png
index 9c26ffb7..052f1ca9 100644
Binary files a/docs/screenshots/autorun-2.png and b/docs/screenshots/autorun-2.png differ