Helmor v0.43.0
Minor Changes
-
#825
4d07a72Thanks @JRBusiness! - Add opt-in support for attaching sessions to plain local folders that are not git repositories.- New "Non-git directories" setting (Settings → General). When enabled, Open project can attach a session to any local folder; these run as local-mode sessions with no branch/worktree actions.
- Harden agent process environment resolution so bundled CLIs find their PATH reliably (Windows PATH is rebuilt from the registry), and resolve git pointer paths correctly for Windows absolute and UNC paths.
Patch Changes
-
#894
e0beec2Thanks @dohooo! - Scrolling up in a chat thread and stopping no longer makes the conversation jump or shake — row heights now settle into place while the scroll is still moving, so your reading position stays put. -
#895
d176c6dThanks @dohooo! - Fix in-review workspaces sometimes opening to an empty "No session selected" panel instead of their conversation. -
#893
c56bb1bThanks @natllian! - Refine non-git directory workspace support:- Non-git folders now work out of the box — removed the opt-in "Non-git directories" setting.
- Non-git workspaces use the chat-style layout (no diff/inspector panel or branch pickers), and their repo settings page shows a "Non-git repository" notice instead of account and git options.