gyoshu 0.2.2 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AGENTS.md +1 -1
- package/package.json +1 -1
- package/src/agent/baksa.md +1 -1
package/AGENTS.md
CHANGED
|
@@ -25,7 +25,7 @@ Gyoshu uses free OpenCode models by default for zero-configuration setup:
|
|
|
25
25
|
| Agent | Default Model | Role |
|
|
26
26
|
|-------|---------------|------|
|
|
27
27
|
| **Gyoshu** | `opencode/glm-4.7-free` | Research planner |
|
|
28
|
-
| **Baksa** | `opencode/
|
|
28
|
+
| **Baksa** | `opencode/minimax-m2.1-free` | Adversarial verifier |
|
|
29
29
|
| **Jogyo** | `opencode/grok-code` | Research executor |
|
|
30
30
|
| **Jogyo Paper Writer** | `opencode/grok-code` | Report writer |
|
|
31
31
|
| **Jogyo Feedback** | `opencode/grok-code` | Feedback explorer |
|
package/package.json
CHANGED
package/src/agent/baksa.md
CHANGED