Browse Source

Updating docs

Alvin Unreal 3 months ago
parent
commit
2e1f0aa74b
2 changed files with 11 additions and 1 deletions
  1. 7 1
      README.md
  2. 4 0
      docs/multiplexer-integration.md

+ 7 - 1
README.md

@@ -19,6 +19,8 @@ oh-my-opencode-slim is an agent orchestration plugin for OpenCode. It includes a
 
 The main idea is simple: instead of forcing one model to do everything, the plugin routes each part of the job to the agent best suited for it, balancing **quality, speed and cost**.
 
+To explore the agents themselves, see **[Meet the Pantheon](#meet-the-pantheon)**. For the full feature set, see **[Features & Workflows](#features-and-workflows)** below.
+
 ### Quick Start
 
 ```bash
@@ -93,6 +95,8 @@ If any agent fails to respond, check your provider authentication and config fil
 
 ---
 
+<a id="meet-the-pantheon"></a>
+
 ## 🏛️ Meet the Pantheon
 
 ### 01. Orchestrator: The Embodiment Of Order
@@ -353,7 +357,7 @@ If any agent fails to respond, check your provider authentication and config fil
 ### 07. Observer: The Silent Witness
 
 > [!NOTE]
-> **Why a separate agent?** If your Orchestrator model is not multimodal, you can enable this agent. Observer which is diabled by default, can be used by Orchestrator for multimodal file reading. Enable via setting `disabled_agents: []` in your config.
+> **Why a separate agent?** If your Orchestrator model is not multimodal, enable Observer to handle images, screenshots, PDFs, and other visual files. Observer is disabled by default and gives the Orchestrator a dedicated multimodal reader without forcing you to change your main reasoning model. Set `disabled_agents: []` and an `observer` model in your configuration.
 
 <table>
   <tr>
@@ -396,6 +400,8 @@ Use this section as a map: start with installation, then jump to features, confi
 | **[Installation Guide](docs/installation.md)** | Install the plugin, use CLI flags, reset config, and troubleshoot setup |
 | **[Provider Configurations](docs/provider-configurations.md)** | Configure OpenAI, Kimi, GitHub Copilot, ZAI, Fireworks AI, or mixed-provider presets |
 
+<a id="features-and-workflows"></a>
+
 ### ✨ Features & Workflows
 
 | Doc | What it covers |

+ 4 - 0
docs/multiplexer-integration.md

@@ -19,6 +19,10 @@ Complete guide for using terminal multiplexer integration (Tmux or Zellij) with
 
 **Watch your agents work in real-time.** When the Orchestrator launches sub-agents or initiates background tasks, new panes automatically spawn in a dedicated tab showing each agent's live progress. No more waiting in the dark.
 
+![Tmux multiplexer view](../img/tmux.png)
+
+*OpenCode running in tmux with live subagent panes.*
+
 ### Key Benefits
 
 - **Real-time visibility** into agent activities