Helmor v0.39.0
Minor Changes
-
#846
533228aThanks @natllian! - Unify custom AI provider configuration across Claude Code, Codex, OpenCode, and MiMo Code.- Configure multiple custom providers per agent in Settings — pick a built-in preset or add an OpenAI-compatible endpoint; models are auto-fetched from the endpoint with a manual fallback.
- Claude Code custom providers are now multi-slot, matching Codex, OpenCode, and MiMo Code.
- Pick which official and custom models appear in the composer's model picker; deselecting all of a provider hides its section.
Patch Changes
- #844
e8dbadeThanks @lncitador! - Fix Intel (x86_64) builds shipping an arm64helmor-sidecar, which made the app fail to launch its sidecar with "Failed to start sidecar binary" / "bad CPU type in executable" on Intel Macs. The sidecar is now cross-compiled to the release target triple, and the bundle arch check covers it so the mismatch can't ship again.