Skip to content

Helmor v0.39.0

Choose a tag to compare

@github-actions github-actions released this 14 Jun 04:58
647343d

Minor Changes

  • #846 533228a Thanks @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 e8dbade Thanks @lncitador! - Fix Intel (x86_64) builds shipping an arm64 helmor-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.