fix(image): route MiniMax vision to VLM

This commit is contained in:
Peter Steinberger
2026-01-12 20:38:11 +00:00
parent b73042500e
commit 36a02b3e67
4 changed files with 338 additions and 22 deletions

View File

@@ -5,6 +5,10 @@
### Changes
- Subagents: add config to set default sub-agent model (`agents.defaults.subagents.model` + per-agent override); still overridden by `sessions_spawn.model`.
### Fixes
- Tools/Models: MiniMax vision now uses the Coding Plan VLM endpoint (`/v1/coding_plan/vlm`) so the `image` tool works with MiniMax keys.
- Gateway/macOS: reduce noisy loopback WS “closed before connect” logs during tests.
## 2026.1.12-1
### Changes