Helmor v0.27.0
Minor Changes
- #409
920e57aThanks @aidxun! - Add a macOS proxy setting for Claude Code and Codex connections, with system and custom proxy options while leaving non-macOS behavior unchanged.
Patch Changes
-
#674
2577d43Thanks @natllian! - Fix the Clone from URL dialog rejecting destinations that don't exist yet — Helmor now creates the folder for you instead of forcing a manual mkdir. -
#675
43112e3Thanks @natllian! - Add an Edit button on queued messages so you can pull a single queued message back into the composer to revise without touching the other queued items. -
#666
b7607d9Thanks @dohooo! - Three fixes for sending prompts from the CLI and chatting outside a workspace:- Fix
helmor sendfailing withFailed to borrow write connection: timed out waiting for connectionwhen an agent dispatches prompts to running workspaces. - Fix concurrent CLI sends silently dropping every prompt past the first one — the App now picks up each queued prompt in turn instead of discarding the rest while only dispatching the oldest.
- Fix "Just Chat" sessions being told they were bound to a workspace with a working directory and a target branch, which previously led the agent into nonsensical
gitand PR commands.
- Fix
-
#658
edb8d5bThanks @natllian! - Add Smart Triage — an opt-in Local LLM feature under Experimental that periodically scans Slack / Lark / GitLab / GitHub for actionable items and spins up AI-prepared workspaces with referenced images attached. -
#666
b7607d9Thanks @dohooo! - Add a Cleanup button next to Rerun in the Run tab that runs the action's configuredstopCommandstandalone — lets you tear down lingering side effects (docker containers, daemons) left bysupabase start/docker compose upstyle commands after they exit, so the next Rerun isn't sabotaged by "already running" state.