diff --git a/README.ja.md b/README.ja.md index e2d71b3..c86b94f 100644 --- a/README.ja.md +++ b/README.ja.md @@ -159,8 +159,17 @@ Windows から Linux に初めて乗り換えた時のこと、自分の思い OpenCode は様々なモデルをサポートしており、当プラグインは様々な最先端 LLM の使用を提案しています。そのため、ユーザーに以下の質問をする必要があります: 1. **Claude Pro/Max のサブスクリプションをお持ちですか?** お持ちでない場合、メインオーケストレーターモデルとして 'opencode/big-pickle' (GLM 4.6 として知られる) を使用することになります (非推奨)。 - - ユーザーが**「はい」**と答えた場合、ToDo 追加: "ユーザーの Claude Pro/Max 認証設定" - - ユーザーが**「いいえ」**と答えた場合、`~/.config/opencode/oh-my-opencode.json` に以下を保存: + - ユーザーが**「はい」**と答えた場合、追加質問: **max20 (20x モード) を使用していますか?** + - **「はい」 (max20)**: ToDo 追加: "ユーザーの Claude Pro/Max 認証設定" — librarian に Claude Sonnet 4.5 をフル使用 + - **「いいえ」 (max20 ではない)**: ToDo 追加: "ユーザーの Claude Pro/Max 認証設定"、そして `~/.config/opencode/oh-my-opencode.json` に以下をマージ: + ```json + { + "agents": { + "librarian": { "model": "opencode/big-pickle" } + } + } + ``` + - ユーザーが**「いいえ」** (Claude サブスクリプションなし) と答えた場合、`~/.config/opencode/oh-my-opencode.json` に以下を保存: ```json { "agents": { diff --git a/README.ko.md b/README.ko.md index 6d87ff3..eb45161 100644 --- a/README.ko.md +++ b/README.ko.md @@ -156,12 +156,21 @@ OpenCode 가 낭만이 사라진것같은 오늘날의 시대에, 당신에게 OpenCode는 다양한 모델을 지원하며, 이 플러그인은 다양한 프론티어 LLM 사용을 제안합니다. 따라서 사용자에게 다음 질문을 해야 합니다: 1. **Claude Pro/Max 구독이 있으신가요?** 그렇지 않다면 메인 오케스트레이터 모델로 'opencode/big-pickle'(GLM 4.6으로 알려짐)을 사용하게 됩니다 (권장하지 않음). - - 사용자가 **'예'**라고 답하면, 할 일 추가: "사용자 Claude Pro/Max 인증 설정" - - 사용자가 **'아니오'**라고 답하면, `~/.config/opencode/oh-my-opencode.json`에 다음을 저장: + - 사용자가 **'예'**라고 답하면, 추가 질문: **max20 (20x 모드)를 사용하고 계신가요?** + - **'예' (max20)**: 할 일 추가: "사용자 Claude Pro/Max 인증 설정" — librarian에 Claude Sonnet 4.5 전체 사용 + - **'아니오' (max20 아님)**: 할 일 추가: "사용자 Claude Pro/Max 인증 설정", 그리고 `~/.config/opencode/oh-my-opencode.json`에 다음을 병합: + ```json + { + "agents": { + "librarian": { "model": "opencode/big-pickle" } + } + } + ``` + - 사용자가 **'아니오'** (Claude 구독 없음)라고 답하면, `~/.config/opencode/oh-my-opencode.json`에 다음을 저장: ```json { "agents": { - "sisyphus": { "model": "opencode/big-pickle" }, + "Sisyphus": { "model": "opencode/big-pickle" }, "librarian": { "model": "opencode/big-pickle" } } } diff --git a/README.md b/README.md index c2991fc..00057dc 100644 --- a/README.md +++ b/README.md @@ -184,8 +184,17 @@ follow these steps: Since OpenCode Supports various models, and our plugin suggests various frontier LLMs. Thus, you must ask user, following questions: 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) - - If user said **yes**, add ToDo: "Setup user Claude Pro/Max Auth" - - If user said **no**, merge the following to `~/.config/opencode/oh-my-opencode.json`: + - If user said **yes**, ask follow-up: **Are you on max20 (20x mode)?** + - If **yes (max20)**: Add ToDo: "Setup user Claude Pro/Max Auth" — full Claude Sonnet 4.5 for librarian + - If **no (not max20)**: Add ToDo: "Setup user Claude Pro/Max Auth", then merge the following to `~/.config/opencode/oh-my-opencode.json`: + ```json + { + "agents": { + "librarian": { "model": "opencode/big-pickle" } + } + } + ``` + - If user said **no** (no Claude subscription), merge the following to `~/.config/opencode/oh-my-opencode.json`: ```json { "agents": { diff --git a/README.zh-cn.md b/README.zh-cn.md index 7c4aada..fc29b2c 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -165,8 +165,17 @@ Install and configure by following the instructions here https://raw.githubuserc OpenCode 支持各种模型,我们这个插件也建议用各种前沿 LLM。所以先问清楚: 1. **有 Claude Pro/Max 订阅吗?** 没有的话,主编排模型只能用 'opencode/big-pickle'(也就是 GLM 4.6),这体验可不太好(不推荐)。 - - 用户说**有**,加个待办:"配置用户 Claude Pro/Max 认证" - - 用户说**没有**,把这坨配置写到 `~/.config/opencode/oh-my-opencode.json`: + - 用户说**有**,继续问:**你用的是 max20 (20x 模式) 吗?** + - **是 (max20)**:加个待办:"配置用户 Claude Pro/Max 认证" — librarian 用完整的 Claude Sonnet 4.5 + - **不是 (没有 max20)**:加个待办:"配置用户 Claude Pro/Max 认证",然后把这个合并到 `~/.config/opencode/oh-my-opencode.json`: + ```json + { + "agents": { + "librarian": { "model": "opencode/big-pickle" } + } + } + ``` + - 用户说**没有** (没有 Claude 订阅),把这坨配置写到 `~/.config/opencode/oh-my-opencode.json`: ```json { "agents": {