CHANGELOG

What shipped, and why.

Same feed the app updates from. Every entry names the defect or the decision behind it — a release note without a reason is marketing.

0.1.15LATEST25 August 2026 · 42 MB
ADDED
Browser testing. Write a scenario and Claude drives the running app with a real cursor — clicks, assertions, and a recording of the run. Failures come back with the request that broke.
ADDED
API tab: replay a request the agent made, edit the body, and diff the response against a recorded baseline.
FIXED
Commit generation no longer dies when you switch tabs mid-flight. The rail state moved out of the component into a store keyed by working tree, so leaving the tab no longer unmounts the work.
CHANGED
Settings live in ~/.helmry/config.json and are shared with the CLI. Old browser-stored keys are read once and upgraded in place.
+2 140 −8065441 tests · 330 filessha256 a91f2c…7d40
0.1.1412 August 2026
ADDED
Verification gates. Point Helmry at typecheck, lint, tests or your own script; an agent only reaches “ready for review” once they are green, and a red gate goes back to it with the output attached.
ADDED
Jira work items: pin a ticket to an agent, and the rail shows the ticket next to the branch.
FIXED
Statuses in the rail rendered the same neutral grey for every verdict — a failed verification looked identical to a finished task.
0.1.1329 July 2026
ADDED
WSL execution environments. Pick wsl:ubuntu per repository; terminals, ports and worktrees follow the distribution.
CHANGED
Autonomy is a per-agent dial — full auto, ask first, plan only, read-only — changeable mid-flight instead of at creation.
0.1.1215 July 2026
ADDED
One worktree per agent, created and cleaned up by the cockpit. Five agents can build and test at the same time without touching each other's tree.
FIXED
The diff view kept a stale file list after a commit landed while its tab was closed.