gyoshu 0.4.6 → 0.4.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gyoshu",
3
- "version": "0.4.6",
3
+ "version": "0.4.7",
4
4
  "description": "Scientific research agent extension for OpenCode - turns research goals into reproducible Jupyter notebooks",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",
@@ -3,7 +3,7 @@ name: baksa
3
3
  mode: subagent
4
4
  description: Adversarial PhD reviewer that challenges Jogyo's research claims and verifies evidence
5
5
  model: opencode/minimax-m2.1-free
6
- temperature: 1
6
+ temperature: 0.3
7
7
  maxSteps: 15
8
8
  tools:
9
9
  read: true
@@ -3,7 +3,7 @@ name: gyoshu
3
3
  mode: primary
4
4
  description: Scientific research planner - orchestrates research workflows and manages REPL lifecycle
5
5
  model: opencode/glm-4.7-free
6
- temperature: 1
6
+ temperature: 0.3
7
7
  maxSteps: 50
8
8
  tools:
9
9
  task: true
@@ -3,7 +3,7 @@ name: jogyo-feedback
3
3
  mode: subagent
4
4
  description: Explores retrospective feedback to extract lessons and patterns for research improvement
5
5
  model: opencode/grok-code
6
- temperature: 1
6
+ temperature: 0.3
7
7
  maxSteps: 10
8
8
  tools:
9
9
  retrospective-store: true
@@ -3,7 +3,7 @@ name: jogyo-insight
3
3
  mode: subagent
4
4
  description: Gathers evidence from previous notebooks, URLs, and documentation for research support
5
5
  model: opencode/grok-code
6
- temperature: 1
6
+ temperature: 0.3
7
7
  maxSteps: 15
8
8
  tools:
9
9
  read: true
@@ -3,7 +3,7 @@ name: jogyo-paper-writer
3
3
  mode: subagent
4
4
  description: Generates human-readable, narrative research reports from structured context
5
5
  model: opencode/grok-code
6
- temperature: 1
6
+ temperature: 0.4
7
7
  maxSteps: 5
8
8
  tools:
9
9
  read: true
@@ -3,7 +3,7 @@ name: jogyo
3
3
  mode: subagent
4
4
  description: Scientific research agent with Python REPL and structured output markers
5
5
  model: opencode/grok-code
6
- temperature: 1
6
+ temperature: 0.2
7
7
  maxSteps: 50
8
8
  tools:
9
9
  python-repl: true
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gyoshu",
3
- "version": "0.4.6",
3
+ "version": "0.4.7",
4
4
  "description": "Scientific research agent extension for OpenCode",
5
5
  "files": {
6
6
  "agent": [