Helmor v0.40.0
Minor Changes
-
#797
e94d1c4Thanks @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 loginfrom 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
62e6a6aThanks @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
761599dThanks @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
serveprocesses (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.
- The sidecar now tears down its provider servers and exits when the parent process goes away, fixing leaked OpenCode