Browse Source

Add users

Alvin Unreal 1 month ago
parent
commit
2ed509c534
4 changed files with 104 additions and 17 deletions
  1. 26 0
      README.ja-JP.md
  2. 24 0
      README.ko-KR.md
  3. 31 17
      README.md
  4. 23 0
      README.zh-CN.md

+ 26 - 0
README.ja-JP.md

@@ -32,6 +32,32 @@ oh-my-opencode-slim は OpenCode 向けのエージェントオーケストレ
 
 各エージェントについて知りたい場合は **[Meet the Pantheon](#meet-the-pantheon)** を参照してください。機能の全体像は下記の **[Features & Workflows](#features-and-workflows)** をご覧ください。
 
+### ユーザーの声
+
+> “タスク管理は 5/10 から簡単に 8〜9/10 まで上がりました。
+> Orchestrator が Fixer や Explorer を送り出してくれて、
+> それでも同じセッションで Orchestrator と会話しながら計画できます。
+> 体験がずっとスムーズになりました。”
+>
+> \- `vipor_idk`
+
+> “この beta 版の omo-slim のために、自分の harness は全部捨てました。
+> 振り返ることも、何かを恋しく思うこともありません。素晴らしい仕事で、
+> 個人的にはすべて正しい方向に進んでいると思います。”
+>
+> \- `stephanschielke`
+
+> “omo-slim が大好きで、これなしで opencode を動かすことは想像できません。
+> いろいろなモデルの Frankenstein を作れるところが気に入っています……
+> セットアップ全体が本当に強力になります。”
+>
+> \- `Capital-One3039`
+
+> “私のワークフローは大きく改善されました……今はとてもスムーズに動いていて、
+> とても気に入っています。”
+>
+> \- `xenstar1`
+
 ### クイックスタート
 
 以下のプロンプトを LLM エージェント(Claude Code、AmpCode、Cursor など)にコピー&ペーストしてください:

+ 24 - 0
README.ko-KR.md

@@ -32,6 +32,30 @@ oh-my-opencode-slim은 OpenCode용 에이전트 오케스트레이션 플러그
 
 에이전트 자체를 살펴보려면 **[판테온 만나보기](#meet-the-pantheon)** 를 참고하세요. 전체 기능 세트는 아래의 **[기능 & 워크플로우](#features-and-workflows)** 에서 확인할 수 있습니다.
 
+### 사용자들의 말
+
+> “작업 관리가 쉽게 5/10에서 8-9/10으로 올라갔습니다.
+> Orchestrator가 Fixer와 Explorer를 보내주고, 저는 여전히 같은 세션에서
+> Orchestrator와 대화하고 계획할 수 있습니다. 이제 경험이 훨씬 더 매끄럽습니다.”
+>
+> \- `vipor_idk`
+
+> “이 beta 버전의 omo-slim을 쓰면서 제가 쓰던 harness들을 전부 버렸고,
+> 뒤돌아보거나 아쉬워하지 않습니다. 훌륭한 작업이고, 제 생각에는 모두 올바른 방향입니다.”
+>
+> \- `stephanschielke`
+
+> “omo-slim을 정말 좋아하고, 이것 없이 opencode를 실행하는 건 상상할 수 없습니다.
+> 여러 모델로 Frankenstein을 만들 수 있다는 점이 좋습니다……
+> 설정 전체를 정말 강력한 괴물로 만들어줍니다.”
+>
+> \- `Capital-One3039`
+
+> “제 워크플로우가 크게 개선되었습니다…… 지금은 매우 매끄럽게 작동하고 있고,
+> 정말 마음에 듭니다.”
+>
+> \- `xenstar1`
+
 ### 빠른 시작
 
 이 프롬프트를 복사해서 LLM 에이전트(Claude Code, AmpCode, Cursor 등)에 붙여넣으세요:

+ 31 - 17
README.md

@@ -30,6 +30,29 @@ The main idea is simple: instead of forcing one model to do everything, the plug
 
 To explore the agents themselves, see **[Meet the Pantheon](#meet-the-pantheon)**. For the full feature set, see **[Features & Workflows](#features-and-workflows)** below.
 
+### What Users Say
+
+> “Task management went from 5/10 to 8-9/10 easily. The Orchestrator sends
+> Fixers and Explorers, and I can still talk and plan with the Orchestrator in
+> the same session. The experience feels way smoother now.”
+>
+> \- `vipor_idk`
+
+> “I ditched all my harnesses for this beta version of omo-slim and don't look
+> back or miss anything. Great work and IMHO all in the right direction.”
+>
+> \- `stephanschielke`
+
+> “I love omo-slim, and can't imagine running opencode without it. I love that I
+> can create a Frankenstein of models... Makes the setup such a beast.”
+>
+> \- `Capital-One3039`
+
+> “It has significantly improved my workflow... Now, it is working very
+> smoothly, and I love it.”
+>
+> \- `xenstar1`
+
 ### Quick Start
 
 Copy and paste this prompt to your LLM agent (Claude Code, AmpCode, Cursor, etc.):
@@ -48,7 +71,9 @@ bunx oh-my-opencode-slim@latest install
 
 ### Getting Started
 
-The installer generates both OpenAI and OpenCode Go presets, with OpenAI active by default. OpenAI uses `openai/gpt-5.5 (medium)` for the workflow manager/scheduler, `openai/gpt-5.5 (high)` for the Oracle, `openai/gpt-5.5 (low)` for the Fixer, and `openai/gpt-5.4-mini` variants for other specialists. To make OpenCode Go active during install, run `bunx oh-my-opencode-slim@latest install --preset=opencode-go` or change the default preset name in `~/.config/opencode/oh-my-opencode-slim.json` after installation.
+The installer generates both OpenAI and OpenCode Go presets, with OpenAI active by default.
+
+To make OpenCode Go active during install, run `bunx oh-my-opencode-slim@latest install --preset=opencode-go` or change the default preset name in `~/.config/opencode/oh-my-opencode-slim.json` after installation.
 
 Then:
 
@@ -63,8 +88,6 @@ Then:
    opencode models --refresh
    ```
 3. **Open your plugin config** at `~/.config/opencode/oh-my-opencode-slim.json`
-   or `$OPENCODE_CONFIG_DIR/oh-my-opencode-slim.json` if you use a custom
-   OpenCode config directory
 
 4. **Update the models you want for each agent**
 
@@ -103,10 +126,6 @@ The default generated configuration includes both `openai` and `opencode-go` pre
 
 To use custom providers or a mixed-provider setup, use **[Configuration](docs/configuration.md)** for the full reference. If you want a ready-made starting point, check the **[Author's Preset](docs/authors-preset.md)** and **[$30 Preset](docs/thirty-dollars-preset.md)** - the `$30` preset is the best cheap setup.
 
-The configuration guide also covers custom subagents via `agents.<name>`, where
-you can define both a normal `prompt` and an `orchestratorPrompt` block for
-delegation.
-
 ### ✅ Verify Your Setup
 
 After installation and authentication, verify all agents are configured and responding:
@@ -502,7 +521,7 @@ rules.
   </tr>
   <tr>
     <td colspan="2">
-      <b>Model Guidance:</b> Choose a fast, reliable coding model for routine, scoped implementation work. Fixer usually receives a concrete plan or bounded instructions from Orchestrator, making it a good place for efficient execution tasks such as tests, test updates, and straightforward code changes.
+      <b>Model Guidance:</b> Choose a reliable coding model for scoped implementation work. Fixer receives a concrete plan or bounded instructions from Orchestrator, making it a good place for efficient execution tasks and straightforward code changes.
     </td>
   </tr>
 </table>
@@ -555,12 +574,6 @@ rules.
 
 Use this section as a map: start with installation, then jump to features, configuration, or example presets depending on what you need.
 
-### 🚀 Start Here
-
-| Doc | What it covers |
-|-----|----------------|
-| **[Installation Guide](docs/installation.md)** | Install the plugin, use CLI flags, reset config, and troubleshoot setup |
-
 <a id="features-and-workflows"></a>
 
 ### ✨ Features & Workflows
@@ -568,12 +581,11 @@ Use this section as a map: start with installation, then jump to features, confi
 | Doc | What it covers |
 |-----|----------------|
 | **[Council](docs/council.md)** | Run multiple models in parallel and synthesize a single answer with `@council` |
-| **[Background Orchestration](docs/background-orchestration.md)** | Scheduler-first orchestrator model built around native background subagents |
-| **[Multiplexer Integration](docs/multiplexer-integration.md)** | Watch agents work live in Tmux or Zellij panes |
-| **[Preset Switching](docs/preset-switching.md)** | Switch agent model presets at runtime with `/preset` |
 | **[Custom Agents](docs/configuration.md#custom-agents)** | Define your own specialists with custom prompts, models, MCP access, and Orchestrator delegation rules |
+| **[Multiplexer Integration](docs/multiplexer-integration.md)** | Watch agents work live in Tmux or Zellij panes |
 | **[Codemap](docs/codemap.md)** | Generate hierarchical codemaps to understand large codebases faster |
 | **[Clonedeps](docs/clonedeps.md)** | Clone selected dependency source into an ignored local workspace for inspection |
+| **[Preset Switching](docs/preset-switching.md)** | Switch agent model presets at runtime with `/preset` |
 | **[Interview](docs/interview.md)** | Turn rough ideas into a structured markdown spec through a browser-based Q&A flow |
 | **[Companion](docs/companion.md)** | Floating window companion for parsing, help, and types |
 
@@ -581,7 +593,9 @@ Use this section as a map: start with installation, then jump to features, confi
 
 | Doc | What it covers |
 |-----|----------------|
+| **[Installation Guide](docs/installation.md)** | Install the plugin, use CLI flags, reset config, and troubleshoot setup |
 | **[Configuration](docs/configuration.md)** | Config file locations, JSONC support, prompt overrides, and full option reference |
+| **[Background Orchestration](docs/background-orchestration.md)** | Scheduler-first orchestrator model built around native background subagents |
 | **[Maintainer Guide](docs/maintainers.md)** | Issue triage rules, label meanings, support routing, and repo maintenance workflow |
 | **[Skills](docs/skills.md)** | Bundled skills such as `simplify`, `codemap`, `clonedeps`, `deepwork`, and `oh-my-opencode-slim` |
 | **[MCPs](docs/mcps.md)** | `websearch`, `context7`, `gh_grep`, and how MCP permissions work per agent |

+ 23 - 0
README.zh-CN.md

@@ -32,6 +32,29 @@ oh-my-opencode-slim 是一个用于 OpenCode 的智能体编排插件。它内
 
 要了解智能体本身,请参阅 **[认识众神殿](#meet-the-pantheon)**。如需了解完整特性集,请参阅下方的 **[特性与工作流](#features-and-workflows)**。
 
+### 用户怎么说
+
+> “任务管理轻松从 5/10 提升到了 8-9/10。Orchestrator 会派出
+> Fixer 和 Explorer,而我仍然可以在同一个会话里继续和 Orchestrator
+> 对话与规划。现在整个体验顺滑多了。”
+>
+> \- `vipor_idk`
+
+> “我已经为了这个 omo-slim beta 版本抛弃了所有自己的 harness,
+> 也完全没有回头或怀念。做得很好,在我看来方向都非常正确。”
+>
+> \- `stephanschielke`
+
+> “我很喜欢 omo-slim,已经无法想象不用它来运行 opencode。
+> 我喜欢可以拼出一个由各种模型组成的 Frankenstein……
+> 这让整个设置变成了一头猛兽。”
+>
+> \- `Capital-One3039`
+
+> “它显著改善了我的工作流……现在运行得非常顺畅,我很喜欢。”
+>
+> \- `xenstar1`
+
 ### 快速开始
 
 将此提示词复制并粘贴到您的 LLM 智能体中(例如 Claude Code、AmpCode、Cursor 等):