Skip to content

Helmor v0.25.0

Choose a tag to compare

@github-actions github-actions released this 24 May 06:13
1494269

Minor Changes

  • #654 bf80653 Thanks @dohooo! - Add Slack as a Context source.

    • Import every workspace straight from your local Slack desktop session — no bot, no admin OAuth approval.
    • Browse a unified mentions + DM activity feed in the sidebar, search any workspace with Slack's native operators (from:@alice, in:#chan, has:link, is:thread), and click through to a full-fidelity thread preview with inline images and video.
    • Add a thread to context and the agent receives the conversation as structured prose plus every shared image as direct vision input — no Read-tool detour.

Patch Changes

  • #652 6fa372f Thanks @natllian! - Fix Codex MCP tool-call approvals showing no Allow button. The empty-schema elicitation with _meta.codex_approval_kind: "mcp_tool_call" now renders Allow / Allow-for-session / Always-allow / Decline, and the persist choice round-trips back so Codex remembers it.

  • #656 a285c65 Thanks @dohooo! - Refresh the new-workspace keyboard shortcuts:

    • Cmd+N opens the start composer directly in worktree mode.
    • Cmd+Shift+N now opens the start composer in Just-chat mode.
    • The previous Cmd+Shift+N "Add repository" binding is unbound by default and can be re-bound in Settings → Shortcuts.
  • #653 c420b83 Thanks @dohooo! - Polish the inspector's Run tab:

    • Manually stopping a script no longer marks the run as failed — the tab icon returns to its idle state.
    • Show the active action's name on the Run tab when a workspace has multiple configured, so users can tell which script's output is on screen.
    • Clicking anywhere on the active Run tab now opens the action menu — no need to aim for the chevron.