Skip to content

Helmor v0.27.0

Choose a tag to compare

@github-actions github-actions released this 28 May 07:21
871732f

Minor Changes

  • #409 920e57a Thanks @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 2577d43 Thanks @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 43112e3 Thanks @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 b7607d9 Thanks @dohooo! - Three fixes for sending prompts from the CLI and chatting outside a workspace:

    • Fix helmor send failing with Failed to borrow write connection: timed out waiting for connection when 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 git and PR commands.
  • #658 edb8d5b Thanks @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 b7607d9 Thanks @dohooo! - Add a Cleanup button next to Rerun in the Run tab that runs the action's configured stopCommand standalone — lets you tear down lingering side effects (docker containers, daemons) left by supabase start / docker compose up style commands after they exit, so the next Rerun isn't sabotaged by "already running" state.