Skip to content

Helmor v0.35.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 22:10
fd5b78c

Minor Changes

  • #784 8089596 Thanks @natllian! - Add Terminal Mode — run your prompt in the agent's own terminal UI:

    • Flip the composer toggle (⌘⇧T) to open your prompt in the Claude or Codex TUI, keeping your model, effort, and permission settings. Enable it in Settings → General.
  • #795 0ec0cc0 Thanks @dohooo! - Make workspace switching fast and flicker-free, and tame long content in the chat:

    • ⚡ Faster again — switching between workspaces is now much snappier and flicker-free even for heavy sessions, and code blocks no longer flash or shift.
    • Large pastes sent from the composer now stay as tags in the conversation — hover the chip to preview the full content.
    • Long messages collapse to 20 lines with a Show more control that expands upward, so your reading position never moves.
  • #791 1e29a79 Thanks @dohooo! - Add the quick panel: press ⇧⌥Space (configurable) anywhere to summon a small always-on-top floating window that creates a workspace and chats with an agent without opening the app.

Patch Changes

  • #803 589b90b Thanks @natllian! - Show skipped CI checks in the sidebar with a dedicated skip icon instead of a green checkmark, and drop their misleading 0s duration. Works for both GitHub and GitLab checks.

  • #786 3b8ac9f Thanks @natllian! - Fix the top-right Create PR / MR button getting stuck on "Create" after the pull request is already open:

    • Creating PRs across several workspaces around the same time now reliably syncs each one's PR and CI status and auto-closes its action session, instead of only the last workspace you triggered.
    • A workspace whose branch is already pushed to the remote now detects its open PR even when the local clone is missing the remote-tracking ref.
  • #782 abc7f41 Thanks @natllian! - Fix composer input-history recall stealing arrow keys in multi-line drafts.

    • Arrowing back down through history to a multi-line in-progress draft no longer loses the cursor.
    • ArrowUp on a blank Shift+Enter line now moves the caret up instead of recalling history.
  • #800 a22b78e Thanks @natllian! - Fix the Cursor Fast toggle being ignored so turning it off now runs Composer models (including Composer 2.5) in normal mode instead of fast mode.

  • #783 3c46f0b Thanks @natllian! - Share the bundled-binary download cache across git worktrees and CI jobs so dev and CI builds reuse already-fetched archives instead of re-downloading them.

  • #801 f6d9db1 Thanks @natllian! - Polish Terminal Mode rendering and the start-page flow:

    • The agent TUI now boots at the panel's real size, so its bottom rows no longer render garbled.
    • Opening a terminal from the start page no longer gets stuck on a loading screen until you switch tabs.
    • New terminal sessions get a generated title from your prompt instead of staying named "Terminal".
    • The composer's terminal-mode icon no longer flashes white for a frame while toggling.
    • The terminal cursor stays aligned with the TUI input instead of stranding at the top.