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 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/alpha-minimax-m2` | Adversarial verifier |
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gyoshu",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Scientific research agent extension for OpenCode - turns research goals into reproducible Jupyter notebooks",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  mode: subagent
3
3
  description: Adversarial PhD reviewer that challenges Jogyo's research claims and verifies evidence
4
- model: opencode/alpha-minimax-m2
4
+ model: opencode/minimax-m2.1-free
5
5
  temperature: 0.3
6
6
  maxSteps: 15
7
7
  tools: