Skip to content

Commit b850c76

Browse files
committed
Update default models and documentation for Balanced mode
Updated the default models for Balanced mode in src/config/models.ts to use 'opencode/big-pickle' for all tasks, reflecting recent changes in Opencode's free model availability. Synchronized documentation in README files (English, Japanese, Korean) to inform users about the new default and removed references to deprecated models. Bumped version to 1.0.7 in package.json and package-lock.json.
1 parent 26c969f commit b850c76

6 files changed

Lines changed: 23 additions & 13 deletions

File tree

README.ja.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ Redstoneインストーラーを起動したら、「Install Redstone」を選
4040
- 一部のサブエージェント[^1]はOpencodeのデフォルト無料モデルを使用し、オーケストレーターおよびオーケストレーターからモデルを継承するエージェント[^2]はユーザーが設定できます。
4141
- このモードは、トークン消費を抑えつつ妥当な品質の結果を提供します。ただし、一部のプロンプトはモデル学習目的で利用される可能性があります。
4242

43+
> [!NOTE]
44+
> Opencodeは一部のモデルを無料で提供しなくなりました。
45+
> その結果、Balancedモードでは、サブエージェントがopencode/big-pickleモデルを使用します。
46+
4347
### 2. Professionalモード
4448
- このモードは、GPTやClaudeなどのクローズドモデルをサブエージェントに使用するため、一貫性や安定性など高い信頼性が求められる作業に最適です。
4549
- オーケストレーターのモデル、およびオーケストレーターからモデルを継承するエージェントは、引き続きユーザーが選択できます。ただし、可能な限り同一プロバイダーのモデルを使用することを推奨します。
@@ -57,9 +61,9 @@ Redstoneインストーラーを起動したら、「Install Redstone」を選
5761
**Orchestrator** » *(スキップ)*
5862
**Document** » *(スキップ)*
5963
**Planner** » *(スキップ)*
60-
**Project Initialization** » `opencode/grok-code` || `openai/gpt-5.1-codex-mini`
64+
**Project Initialization** » `openai/gpt-5.1-codex-mini`
6165
**Explore** » `openai/gpt-5.1-codex-mini`
62-
**API Search** » `openai/gpt-5.2-codex`
66+
**API Search** » `openai/gpt-5.2-codex`
6367

6468
> セットアップ段階では、オーケストレーター、プランナー、ドキュメント用モデルはスキップすることを推奨します。ただし、社内テストではAnthropicのClaudeモデル[^3]が最も優れた性能を示しました。
6569

README.ko.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ Redstone 설치 프로그램을 실행한 후, "Install Redstone"을 선택하
4040
- 일부 하위 에이전트[^1]는 Opencode의 기본 무료 모델을 사용하고, 오케스트레이터와 그로부터 상속받는 에이전트[^2]는 사용자가 설정할 수 있습니다.
4141
- 이 모드는 효율적인 토큰 사용으로 합리적인 품질의 결과를 제공합니다. 단, 일부 프롬프트는 모델 학습 목적으로 사용될 수 있습니다.
4242

43+
> [!NOTE]
44+
> Opencode는 더 이상 일부 모델을 무료로 제공하지 않습니다.
45+
> 따라서 Balanced 모드에서는 하위 에이전트가 opencode/big-pickle 모델을 사용합니다.
46+
4347
### 2. Professional 모드
4448
- 이 모드는 GPT나 Claude와 같은 독점 모델을 하위 에이전트에 사용하여, 일관성과 안정성을 포함한 높은 신뢰성이 요구되는 작업에 가장 적합합니다.
4549
- 오케스트레이터 모델과 그로부터 상속받는 에이전트는 여전히 사용자가 선택할 수 있습니다. 하지만, 가능하면 동일한 제공업체의 모델을 사용하는 것이 권장됩니다.
@@ -57,9 +61,9 @@ Redstone 설치 프로그램을 실행한 후, "Install Redstone"을 선택하
5761
**Orchestrator** » *(건너뛰기)*
5862
**Document** » *(건너뛰기)*
5963
**Planner** » *(건너뛰기)*
60-
**Project Initialization** » `opencode/grok-code` || `openai/gpt-5.1-codex-mini`
64+
**Project Initialization** » `openai/gpt-5.1-codex-mini`
6165
**Explore** » `openai/gpt-5.1-codex-mini`
62-
**API Search** » `openai/gpt-5.2-codex`
66+
**API Search** » `openai/gpt-5.2-codex`
6367

6468
> 설정 단계에서는 Orchestrator, Planner, Document 모델을 건너뛰는 것이 권장됩니다. 내부 테스트 결과, Anthropic의 Claude 모델[^3]이 가장 뛰어난 성능을 보여주었습니다.
6569

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ Once the Redstone installer is launched, select “Install Redstone” and choos
4040
- Some subordinate agents[^1] use Opencode’s default free model, while the Orchestrator and agents that inherit the model from the Orchestrator[^2] can be configured by the user.
4141
- This mode provides results of reasonable quality with efficient token usage. However, some prompts may be used for model training purposes.
4242

43+
> [!NOTE]
44+
> Opencode no longer provides some models for free.
45+
> As a result, in Balanced Mode, subordinate agents use the opencode/big-pickle model.
46+
4347
### 2. Professional Mode
4448
- This mode uses closed models such as GPT or Claude for subordinate agents, making it best suited for tasks that require a high level of reliability, including consistency and stability.
4549
- The Orchestrator model and agents that inherit the model from the Orchestrator can still be selected by the user. However, it is recommended to use models from the same provider whenever possible.
@@ -57,7 +61,7 @@ Once the Redstone installer is launched, select “Install Redstone” and choos
5761
**Orchestrator** » *(Skip)*
5862
**Document** » *(Skip)*
5963
**Planner** » *(Skip)*
60-
**Project Initialization** » `opencode/grok-code` || `openai/gpt-5.1-codex-mini`
64+
**Project Initialization** » `openai/gpt-5.1-codex-mini`
6165
**Explore** » `openai/gpt-5.1-codex-mini`
6266
**API Search** » `openai/gpt-5.2-codex`
6367

package-lock.json

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencode-redstone",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "Redstone : an Opencode agent that simplifies Minecraft plugin development and deployment.",
55
"repository": {
66
"type": "git",

src/config/models.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ export interface ModelConfig {
88
}
99

1010
export const BALANCED_MODELS: ModelConfig = {
11-
projectInit: 'model: opencode/grok-code',
12-
explore: 'model: opencode/grok-code',
13-
apiSearch: 'model: opencode/glm-4.7-free'
11+
projectInit: 'model: opencode/big-pickle',
12+
explore: 'model: opencode/big-pickle',
13+
apiSearch: 'model: opencode/big-pickle'
1414
};
1515

1616
export const PROFESSIONAL_CODEX_MODELS: ModelConfig = {

0 commit comments

Comments
 (0)