Browse Source

Merge pull request #716 from alvinunreal/sol

docs: update README for OpenAI GPT-5.6 spotlight
Alvin 1 month ago
parent
commit
2f81c7e4c7
5 changed files with 34 additions and 1 deletions
  1. 8 0
      README.ja-JP.md
  2. 8 0
      README.ko-KR.md
  3. 10 1
      README.md
  4. 8 0
      README.zh-CN.md
  5. BIN
      img/openai-gpt-5-6-pantheon.jpeg

+ 8 - 0
README.ja-JP.md

@@ -32,6 +32,14 @@ oh-my-opencode-slim は OpenCode 向けのエージェントオーケストレ
 
 各エージェントについて知りたい場合は **[Meet the Pantheon](#meet-the-pantheon)** を参照してください。機能の全体像は下記の **[Features & Workflows](#features-and-workflows)** をご覧ください。
 
+### OpenAI GPT-5.6
+
+<p align="center">
+  <img src="img/openai-gpt-5-6-pantheon.jpeg" alt="OpenAI GPT-5.6 パンテオン:Terra、Sol、Luna" width="720">
+</p>
+
+デフォルトの [OpenAI プリセット](docs/openai-preset.md) は、Terra を Orchestrator、Sol を Oracle、Luna を高速な専門レーンに割り当てます。
+
 ### LazySkills でエージェントスキルを管理
 
 <p align="center">

+ 8 - 0
README.ko-KR.md

@@ -32,6 +32,14 @@ oh-my-opencode-slim은 OpenCode용 에이전트 오케스트레이션 플러그
 
 에이전트 자체를 살펴보려면 **[판테온 만나보기](#meet-the-pantheon)** 를 참고하세요. 전체 기능 세트는 아래의 **[기능 & 워크플로우](#features-and-workflows)** 에서 확인할 수 있습니다.
 
+### OpenAI GPT-5.6
+
+<p align="center">
+  <img src="img/openai-gpt-5-6-pantheon.jpeg" alt="OpenAI GPT-5.6 판테온: Terra, Sol, Luna" width="720">
+</p>
+
+기본 [OpenAI 프리셋](docs/openai-preset.md)은 Terra를 Orchestrator에, Sol을 Oracle에, Luna를 빠른 전문 레인에 매핑합니다.
+
 ### LazySkills로 에이전트 스킬 관리하기
 
 <p align="center">

+ 10 - 1
README.md

@@ -30,6 +30,15 @@ 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.
 
+### OpenAI GPT-5.6
+
+<p align="center">
+  <img src="img/openai-gpt-5-6-pantheon.jpeg" alt="OpenAI GPT-5.6 Pantheon: Terra, Sol, and Luna" width="720">
+</p>
+
+The default [OpenAI preset](docs/openai-preset.md) maps Terra to Orchestrator,
+Sol to Oracle, and Luna to the fast specialist lanes.
+
 ### Manage Agent Skills with LazySkills
 
 <p align="center">
@@ -228,7 +237,7 @@ V2 makes background specialists the default mental model: the Orchestrator plans
 the work graph, launches the right agents, avoids overlapping write ownership,
 and waits for terminal task results before acting on them.
 
-See **[Background Orchestration](docs/v2-background-orchestration.md)** for the
+See **[Background Orchestration](docs/background-orchestration.md)** for the
 full scheduler model.
 
 #### Companion

+ 8 - 0
README.zh-CN.md

@@ -32,6 +32,14 @@ oh-my-opencode-slim 是一个用于 OpenCode 的智能体编排插件。它内
 
 要了解智能体本身,请参阅 **[认识众神殿](#meet-the-pantheon)**。如需了解完整特性集,请参阅下方的 **[特性与工作流](#features-and-workflows)**。
 
+### OpenAI GPT-5.6
+
+<p align="center">
+  <img src="img/openai-gpt-5-6-pantheon.jpeg" alt="OpenAI GPT-5.6 众神殿:Terra、Sol 和 Luna" width="720">
+</p>
+
+默认的 [OpenAI 预设](docs/openai-preset.md) 将 Terra 映射为 Orchestrator、Sol 映射为 Oracle、Luna 映射为快速专家通道。
+
 ### 用 LazySkills 管理智能体技能
 
 <p align="center">

BIN
img/openai-gpt-5-6-pantheon.jpeg