Skip to content

0.1.0 - 2026-08-07

Choose a tag to compare

@github-actions github-actions released this 07 Aug 17:10

Release Notes

Initial release.

Added

  • Markdown task file parser with contextual notes and description sections
  • Linter and formatter with 28 validation rules, auto-fix, and interactive mode
  • SQLite-backed indexing engine (lash index, lash check-index)
  • Query commands: lash list, lash search, lash show, lash graph
  • Task mutation commands: lash add, lash complete, lash waive, lash update
  • Cross-file dependency resolution with cycle detection and lash check-links
  • Terminal UI (lash tui) with 300+ Gogh color schemes and task creation
  • Agent integration: lash agent-prompt and lash skill for coding-agent setups
  • Project scaffolding: lash init and the PixelQuest lash playground
  • Configuration management, shell completions, and lash explain error catalog

Install lash 0.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/fixture-dev/lash/releases/download/v0.1.0/lash-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/fixture-dev/lash/releases/download/v0.1.0/lash-installer.ps1 | iex"

Download lash 0.1.0

File Platform Checksum
lash-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
lash-x86_64-apple-darwin.tar.xz Intel macOS checksum
lash-x86_64-pc-windows-msvc.zip x64 Windows checksum
lash-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
lash-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum