Skip to content

Releases: Martian-Engineering/volt

v0.6.2

27 Feb 17:19

Choose a tag to compare

What

Hotfix release for compiled LCM prompt resolution.

Fixes

  • Bake summarize/condense LCM prompt templates into runtime defaults (no external prompt files required in compiled binaries).
  • Add optional per-key overrides via voltcode.json under lcm.prompts.
  • Keep safe fallback behavior: unset/empty overrides use built-in defaults.

Why

v0.6.1 compiled binaries could fail with:
Missing LCM prompt file for key upward:summarize:d1.
This release removes that runtime file dependency for core LCM compaction prompts.

v0.6.1

27 Feb 05:30

Choose a tag to compare

What

Initial GitHub-hosted Volt release for Martian-Engineering/volt, including cross-platform CLI binaries and the new repo-local installer flow.

Includes

  • macOS: arm64, x64, x64-baseline
  • Linux: arm64, arm64-musl, x64, x64-baseline, x64-musl, x64-baseline-musl
  • Windows: x64, x64-baseline

Install

curl -fsSL https://raw.githubusercontent.com/Martian-Engineering/volt/v0.6.1/install | bash