Skip to content

Helmor v0.40.0

Choose a tag to compare

@github-actions github-actions released this 14 Jun 17:10
43e3c33

Minor Changes

  • #797 e94d1c4 Thanks @dohooo! - Add Kimi Code as a new agent provider.

    • Run Kimi models over the Agent Client Protocol with streaming responses, tool calls, file diffs, plans, permission prompts, and slash commands
    • Sign in with kimi login from Settings → Providers
    • Manage Kimi's third-party model providers — pick from a curated catalog or add a custom OpenAI-compatible endpoint or registry — and choose which models appear in the composer's picker

Patch Changes

  • #854 62e6a6a Thanks @natllian! - Fix Cursor responses briefly rendering their text twice while a turn is still streaming; the duplicate text now collapses to a single copy as it streams.

  • #852 761599d Thanks @natllian! - Fix a sidecar process leak and refine provider behavior.

    • The sidecar now tears down its provider servers and exits when the parent process goes away, fixing leaked OpenCode serve processes (and their memory) when an app instance dies.
    • Kimi now generates real, model-written session titles and branch names (preferring the configured custom model), consistent with the other agents.
    • OpenCode and MiMo show "Ready" only after an actual sign-in, so the Login action stays available when only environment variables or custom providers are configured.