You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,13 @@ All notable changes to this project are documented here.
4
4
5
5
Format based on [Keep a Changelog](https://keepachangelog.com/).
6
6
7
+
## [0.3.2] - 2026-06-24
8
+
9
+
### Fixed
10
+
11
+
-**Confirmed supervisor auto-detect endpoints + model ids** against the live OpenCode provider registry (`/config/providers`): OpenCode Zen (`opencode` / `opencode-go`) → `https://opencode.ai/zen/v1` with the free `deepseek-v4-flash-free` model; Google → `gemini-2.5-flash`. Prefer the free Zen model first.
12
+
- Updated the stale OpenAI default model (`gpt-4o-mini` → `gpt-5.4-mini`) in the supervisor default and all docs/examples.
export RALPH_SUPERVISOR_MODEL="gpt-4o-mini"# + RALPH_SUPERVISOR_BASE_URL for non-OpenAI endpoints
98
+
export RALPH_SUPERVISOR_MODEL="gpt-5.4-mini"# + RALPH_SUPERVISOR_BASE_URL for non-OpenAI endpoints
99
99
```
100
100
101
101
Or `.opencode/ralph-provider.json` — see [`.opencode/ralph-provider.example.json`](.opencode/ralph-provider.example.json). Check what resolved with `curl http://127.0.0.1:8787/api/health` (`supervisor.ready` / `model` / `source`).
0 commit comments