Skip to content

Commit 0261652

Browse files
committed
Add concrete oh-my-opencode.json configuration examples to LLM installation guide
- When user lacks Claude Pro/Max: Shows opencode/big-pickle fallback for OmO and librarian - When user lacks ChatGPT: Shows anthropic/claude-opus-4-5 fallback for oracle - When Gemini not integrated: Shows anthropic/claude-opus-4-5 fallback for frontend-ui-ux-engineer, document-writer, multimodal-looker Updates all three README files (English, Korean, Japanese) with improved Step 0 setup guidance. 🤖 Generated with assistance of OhMyOpenCode (https://github.com/code-yeongyu/oh-my-opencode)
1 parent 9cef9d1 commit 0261652

File tree

3 files changed

+108
-27
lines changed

3 files changed

+108
-27
lines changed

README.ja.md

Lines changed: 36 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -150,15 +150,42 @@ Windows から Linux に初めて乗り換えた時のこと、自分の思い
150150
### ステップ 0: セットアップについてユーザーに尋ねる
151151

152152
OpenCode は様々なモデルをサポートしており、当プラグインは様々な最先端 LLM の使用を提案しています。そのため、ユーザーに以下の質問をする必要があります:
153-
1. Claude Pro/Max のサブスクリプションをお持ちですか?お持ちでない場合、メインオーケストレーターモデルとして 'opencode/big-pickle' (glm 4.6 として知られる) を使用することになります (非推奨)。
154-
-> ユーザーが「はい」と答えた場合、ToDo 追加: "ユーザーの Claude Pro/Max 認証設定"
155-
-> ユーザーが「いいえ」と答えた場合、ToDo 追加: "oh-my-opencode.json の OmO エージェントモデルを opencode/big-pickle にオーバーライド"
156-
2. ChatGPT のサブスクリプションをお持ちですか?お持ちでない場合、oracle エージェントに 32k thinking オプション付きの 'claude-opus-4-5' を使用することになります。
157-
-> ユーザーが「はい」と答えた場合、ToDo 追加: "ユーザーの ChatGPT 認証設定"
158-
-> ユーザーが「いいえ」と答えた場合、ToDo 追加: "oh-my-opencode.json の oracle エージェントモデルを 32k thinking 付きの claude-opus-4-5 にオーバーライド"
159-
3. Gemini モデルを統合しますか?統合しない場合、美しいデザインを享受できません。
160-
-> ユーザーが「はい」と答えた場合、ToDo 追加: "Google OAuth 設定"
161-
-> ユーザーが「いいえ」と答えた場合、ToDo 追加: "oh-my-opencode.json の frontend-ui-ux-engineer エージェントモデルを 32k thinking 付きの claude-opus-4-5 にオーバーライド"
153+
154+
1. **Claude Pro/Max のサブスクリプションをお持ちですか?** お持ちでない場合、メインオーケストレーターモデルとして 'opencode/big-pickle' (GLM 4.6 として知られる) を使用することになります (非推奨)。
155+
- ユーザーが**「はい」**と答えた場合、ToDo 追加: "ユーザーの Claude Pro/Max 認証設定"
156+
- ユーザーが**「いいえ」**と答えた場合、`~/.config/opencode/oh-my-opencode.json` に以下を保存:
157+
```json
158+
{
159+
"agents": {
160+
"OmO": { "model": "opencode/big-pickle" },
161+
"librarian": { "model": "opencode/big-pickle" }
162+
}
163+
}
164+
```
165+
166+
2. **ChatGPT のサブスクリプションをお持ちですか?** お持ちでない場合、oracle エージェントに 'anthropic/claude-opus-4-5' を使用することになります。
167+
- ユーザーが**「はい」**と答えた場合、ToDo 追加: "ユーザーの ChatGPT 認証設定"
168+
- ユーザーが**「いいえ」**と答えた場合、`oh-my-opencode.json` に以下をマージ:
169+
```json
170+
{
171+
"agents": {
172+
"oracle": { "model": "anthropic/claude-opus-4-5" }
173+
}
174+
}
175+
```
176+
177+
3. **Gemini モデルを統合しますか?** 統合しない場合、美しいデザインを享受できません。
178+
- ユーザーが**「はい」**と答えた場合、ToDo 追加: "Google OAuth 設定"
179+
- ユーザーが**「いいえ」**と答えた場合、`oh-my-opencode.json` に以下をマージ:
180+
```json
181+
{
182+
"agents": {
183+
"frontend-ui-ux-engineer": { "model": "anthropic/claude-opus-4-5" },
184+
"document-writer": { "model": "anthropic/claude-opus-4-5" },
185+
"multimodal-looker": { "model": "anthropic/claude-opus-4-5" }
186+
}
187+
}
188+
```
162189

163190
### ステップ 1: OpenCode インストール確認
164191

README.ko.md

Lines changed: 36 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -147,15 +147,42 @@ OpenCode 가 낭만이 사라진것같은 오늘날의 시대에, 당신에게
147147
### 0단계: 사용자에게 설정에 대해 물어보세요.
148148

149149
OpenCode는 다양한 모델을 지원하며, 이 플러그인은 다양한 프론티어 LLM 사용을 제안합니다. 따라서 사용자에게 다음 질문을 해야 합니다:
150-
1. Claude Pro/Max 구독이 있으신가요? 그렇지 않다면 메인 오케스트레이터 모델로 'opencode/big-pickle'(glm 4.6으로 알려짐)을 사용하게 됩니다 (권장하지 않음).
151-
-> 사용자가 '예'라고 답하면, 할 일 추가: "사용자 Claude Pro/Max 인증 설정"
152-
-> 사용자가 '아니오'라고 답하면, 할 일 추가: "oh-my-opencode.json의 OmO 에이전트 모델을 opencode/big-pickle로 재정의"
153-
2. ChatGPT 구독이 있으신가요? 그렇지 않다면 oracle 에이전트에 32k thinking 옵션이 있는 'claude-opus-4-5'를 사용하게 됩니다.
154-
-> 사용자가 '예'라고 답하면, 할 일 추가: "사용자 ChatGPT 인증 설정"
155-
-> 사용자가 '아니오'라고 답하면, 할 일 추가: "oh-my-opencode.json의 oracle 에이전트 모델을 32k thinking이 있는 claude-opus-4-5로 재정의"
156-
3. Gemini 모델을 통합하시겠습니까? 그렇지 않다면 아름다운 디자인을 즐길 수 없습니다.
157-
-> 사용자가 '예'라고 답하면, 할 일 추가: "Google OAuth 설정"
158-
-> 사용자가 '아니오'라고 답하면, 할 일 추가: "oh-my-opencode.json의 frontend-ui-ux-engineer 에이전트 모델을 32k thinking이 있는 claude-opus-4-5로 재정의"
150+
151+
1. **Claude Pro/Max 구독이 있으신가요?** 그렇지 않다면 메인 오케스트레이터 모델로 'opencode/big-pickle'(GLM 4.6으로 알려짐)을 사용하게 됩니다 (권장하지 않음).
152+
- 사용자가 **'예'**라고 답하면, 할 일 추가: "사용자 Claude Pro/Max 인증 설정"
153+
- 사용자가 **'아니오'**라고 답하면, `~/.config/opencode/oh-my-opencode.json`에 다음을 저장:
154+
```json
155+
{
156+
"agents": {
157+
"OmO": { "model": "opencode/big-pickle" },
158+
"librarian": { "model": "opencode/big-pickle" }
159+
}
160+
}
161+
```
162+
163+
2. **ChatGPT 구독이 있으신가요?** 그렇지 않다면 oracle 에이전트에 'anthropic/claude-opus-4-5'를 사용하게 됩니다.
164+
- 사용자가 **'예'**라고 답하면, 할 일 추가: "사용자 ChatGPT 인증 설정"
165+
- 사용자가 **'아니오'**라고 답하면, `oh-my-opencode.json`에 다음을 병합:
166+
```json
167+
{
168+
"agents": {
169+
"oracle": { "model": "anthropic/claude-opus-4-5" }
170+
}
171+
}
172+
```
173+
174+
3. **Gemini 모델을 통합하시겠습니까?** 그렇지 않다면 아름다운 디자인을 즐길 수 없습니다.
175+
- 사용자가 **'예'**라고 답하면, 할 일 추가: "Google OAuth 설정"
176+
- 사용자가 **'아니오'**라고 답하면, `oh-my-opencode.json`에 다음을 병합:
177+
```json
178+
{
179+
"agents": {
180+
"frontend-ui-ux-engineer": { "model": "anthropic/claude-opus-4-5" },
181+
"document-writer": { "model": "anthropic/claude-opus-4-5" },
182+
"multimodal-looker": { "model": "anthropic/claude-opus-4-5" }
183+
}
184+
}
185+
```
159186

160187
### 1단계: OpenCode 설치 확인
161188

README.md

Lines changed: 36 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -172,15 +172,42 @@ follow these steps:
172172
### Step 0: Ask user about the setup.
173173

174174
Since OpenCode Supports various models, and our plugin suggests various frontier LLMs. Thus, you must ask user, following questions:
175-
1. Do you have a Claude Pro/Max Subscription? Otherwise, we'll use 'opencode/big-pickle' (known for glm 4.6) as a main orchestrator model (not recommended)
176-
-> If user said yes, add ToDo: "Setup user Claude Pro/Max Auth"
177-
-> If user said no, add ToDo: "Override OmO agent model on oh-my-opencode.json as opencode/big-pickle"
178-
2. Do you have a ChatGPT Subscription? Otherwise, we'll use 'claude-opus-4-5' with 32k thinking option for oracle agent.
179-
-> If user said yes, add ToDo: "Setup user ChatGPT Auth"
180-
-> If user said no, add ToDo: "Override oracle agent model on oh-my-opencode.json as claude-opus-4-5 with 32k thinking"
181-
3. Will you integrate Gemini models? Otherwise, you cannot enjoy the beautiful design.
182-
-> If user said yes, add ToDo: "Setup Google OAuth"
183-
-> If user said no, add ToDo: "Override frontend-ui-ux-engineer agent model on oh-my-opencode.json as claude-opus-4-5 with 32k thinking"
175+
176+
1. **Do you have a Claude Pro/Max Subscription?** Otherwise, we'll use 'opencode/big-pickle' (known for GLM 4.6) as a main orchestrator model (not recommended)
177+
- If user said **yes**, add ToDo: "Setup user Claude Pro/Max Auth"
178+
- If user said **no**, merge the following to `~/.config/opencode/oh-my-opencode.json`:
179+
```json
180+
{
181+
"agents": {
182+
"OmO": { "model": "opencode/big-pickle" },
183+
"librarian": { "model": "opencode/big-pickle" }
184+
}
185+
}
186+
```
187+
188+
2. **Do you have a ChatGPT Subscription?** Otherwise, we'll use 'anthropic/claude-opus-4-5' with 32k thinking option for oracle agent.
189+
- If user said **yes**, add ToDo: "Setup user ChatGPT Auth"
190+
- If user said **no**, merge the following to `oh-my-opencode.json`:
191+
```json
192+
{
193+
"agents": {
194+
"oracle": { "model": "anthropic/claude-opus-4-5" }
195+
}
196+
}
197+
```
198+
199+
3. **Will you integrate Gemini models?** Otherwise, you cannot enjoy the beautiful design.
200+
- If user said **yes**, add ToDo: "Setup Google OAuth"
201+
- If user said **no**, merge the following to `oh-my-opencode.json`:
202+
```json
203+
{
204+
"agents": {
205+
"frontend-ui-ux-engineer": { "model": "anthropic/claude-opus-4-5" },
206+
"document-writer": { "model": "anthropic/claude-opus-4-5" },
207+
"multimodal-looker": { "model": "anthropic/claude-opus-4-5" }
208+
}
209+
}
210+
```
184211

185212
### Step 1: Install OpenCode, if not
186213

0 commit comments

Comments
 (0)