Releases: pyrex41/scud
Releases · pyrex41/scud
Release v1.32.1
chore: bump version to 1.32.1
Release v1.32.0
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
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
v1.30.0 - UUID task ID support
v1.29.1
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-depsto fail with "Task 'main:9.1' not found in phase 'main'" when applying cross-phase dependency suggestions for subtasks
- Fixed
Contributors
Release v1.29.0
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
v1.28.1 - Fix npm package missing assets + version sync
v1.28.0 - Consolidated Rust CLI
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-taskcargo:
cargo install scud-cliFull Changelog
Release v1.27.0
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
chore: bump version to 1.26.0