Skip to content

0.15.0 — 2026-07-10

Choose a tag to compare

@github-actions github-actions released this 10 Jul 15:58

Release Notes

Added

  • Studio Recents tab: plan previews rendered by load plan render are
    recorded in a per-machine registry (~/.local/state/loadout/recents.json)
    and listed in a new always-visible Recents tab — repo, age, task counts,
    staleness badge, per-row remove, and a list-only Clear. Clicking an entry
    opens the render in a new browser tab, served by studio under an
    origin-isolating Content-Security-Policy: sandbox response header.
  • Every workflow's plan stage now produces the visual plan preview. The
    generated plan-slot command (/loadout:plan, whatever the workflow names
    the stage) tells the agent to also emit plan.json, validate it with
    load plan check, and open the review page with load plan render
    including the sibling-file recipe when plan.json already holds a
    different pending plan. Previously this flow lived only in the
    loadout-plan-preview skill, and silently disappeared in sessions where
    the skill didn't surface. The always-on workflow section adds a one-line
    offer covering plans written outside the workflow commands.
  • The plan page's Copy-feedback button now surfaces a manual-copy panel when
    every clipboard path is blocked, so the paste-back loop never dead-ends.
  • The plan page carries a slim brand strip — the loadout mark, Loadout,
    and a muted "Viewer" — naming the surface in every serving context.

Fixed

  • Relative FILE and --out arguments to load plan check/render resolved
    against the process working directory instead of the invocation directory —
    under --cwd, a relative --out silently wrote into whatever directory the
    process happened to run from. They now anchor to the invocation directory
    (the explicit --cwd value, else the shell's cwd).

Changed

  • Generated overlays re-render once on the first refresh after upgrading (a
    header-version bump), deploying the reworded ## Workflow section.

Install loadout 0.15.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/elleryfamilia/loadout/releases/download/v0.15.0/loadout-installer.sh | sh

Download loadout 0.15.0

File Platform Checksum
loadout-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
loadout-x86_64-apple-darwin.tar.xz Intel macOS checksum
loadout-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
loadout-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum