Skip to content

v1.28.0 - Consolidated Rust CLI

Choose a tag to compare

@pyrex41 pyrex41 released this 12 Dec 18:08
· 263 commits to master since this release

What's New

scud view - Interactive HTML Viewer (Rust)

  • Opens task visualization in browser
  • All four tabs: Tasks, Waves, Diagram, Stats
  • Pan/zoom on Mermaid diagrams
  • No Node.js dependency - fully implemented in Rust

Enhanced scud init

  • Auto-installs SCUD agents and slash commands
  • Updates CLAUDE.md with quick start guide
  • Idempotent - safe to run multiple times

Simplified npm Package

  • Pure binary wrapper (no Node.js command handling)
  • Removed "open" dependency
  • Cleaner architecture

Installation

npm (recommended):

npm install -g scud-task

cargo:

cargo install scud-cli

Full Changelog

v1.27.0...v1.28.0