Skip to content

Releases: pyrex41/scud

Release v1.32.1

12 Jan 21:02

Choose a tag to compare

chore: bump version to 1.32.1

Release v1.32.0

12 Jan 20:52

Choose a tag to compare

chore: bump version to 1.32.0

Major changes in this release:
- Eliminated all npm dependencies - pure Rust CLI
- Removed MCP server and npm publishing infrastructure
- Added embedded agent files (no external dependencies)
- Added scud install command for self-contained installation
- Added separate fast/smart provider/model configuration
- Set up CI/CD for automatic crates.io publishing
- Updated documentation for pure Rust workflow

Release v1.31.0

12 Jan 17:16

Choose a tag to compare

chore: bump version to 1.31.0

- Add scud spawn with TUI monitor for parallel agent orchestration
- Add Ralph mode for autonomous wave execution
- Fix cross-tag dependency handling
- Add scud sessions command

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

Release v1.30.0

10 Jan 03:43

Choose a tag to compare

v1.30.0 - UUID task ID support

v1.29.1

03 Jan 22:08

Choose a tag to compare

Bug Fixes

  • reanalyze-deps: Correctly parse local ID from namespaced task IDs
    • Fixed parse_task_id() function returning the full task ID instead of just the local part
    • Before: parse_task_id("main:9.1")("main", "main:9.1")
    • After: parse_task_id("main:9.1")("main", "9.1")
    • This caused scud reanalyze-deps to fail with "Task 'main:9.1' not found in phase 'main'" when applying cross-phase dependency suggestions for subtasks

Contributors

Release v1.29.0

13 Dec 03:20

Choose a tag to compare

feat: add project guidance support for AI commands

- Add .scud/guidance/ folder for project-specific AI context
- All .md files in guidance folder automatically loaded for parse/expand
- Add --no-guidance flag to skip loading guidance
- Fix legacy README references (serve→view, grok-3-mini→grok-code-fast-1)
- Fix outdated command references (claim/release removed, whois→who-is)
- Update documentation with guidance feature

Closes: guidance context feature request

Release v1.28.1

12 Dec 18:43

Choose a tag to compare

v1.28.1 - Fix npm package missing assets + version sync

v1.28.0 - Consolidated Rust CLI

12 Dec 18:08

Choose a tag to compare

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

Release v1.27.0

12 Dec 08:12

Choose a tag to compare

feat: improve scud view with per-phase diagrams and pan/zoom

- Remove scud serve command (duplicate of scud view)
- Add SCG format parser to scud view (no longer requires JSON)
- Generate per-phase mermaid diagrams with individual pan/zoom controls
- Add simplified view toggle (hides subtasks, on by default)
- Auto-fit zoom to show all nodes in viewport
- Mouse drag to pan, scroll wheel to zoom
- Zoom controls (+, -, reset) in each phase header

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

Release v1.26.0

12 Dec 07:40

Choose a tag to compare

chore: bump version to 1.26.0