Skip to content

Releases: dayartcrew-web/masday-workflow-rust

Masday CLI v0.3.71

15 Jun 16:14

Choose a tag to compare

Masday CLI v0.3.71

Self-contained binary with embedded agents, skills, and hooks.
No source code required — just download and run.

Full Changelog: https://github.com/dayartcrew-web/masday-workflow-rust/blob/master/CHANGELOG.md


What's Changed

Fixed

  • fix(clippy): unwrap single-element loop in build.rs + drop needless borrows in state-transition test

Changed

  • chore: bump version to 0.3.71
  • style: apply rustfmt to workflow route, state-transition test, and direct.rs search tests
  • docs(claude): correct stale release process — CI is active, not disabled

Install (one-liner)

curl -fsSL https://raw.githubusercontent.com/dayartcrew-web/masday-workflow-rust/master/scripts/install-masday.sh | bash

Manual download

Platform CLI MCP Server
Linux x86_64 masday-linux-x86_64 masday-mcp-linux-x86_64
macOS Apple Silicon masday-macos-aarch64 masday-mcp-macos-aarch64
Windows x86_64 masday-windows-x86_64.exe masday-mcp-windows-x86_64.exe

Quick start

masday quickstart                              # Interactive setup wizard
masday install --remote <url> --api-key <key>  # Remote mode
masday status                                  # Check system health

Notes

  • Linux: Includes ONNX runtime for local embeddings
  • macOS / Windows: Uses remote embedding provider (Ollama or OpenAI)
  • masday-mcp: Standalone MCP server for lightweight deployments
  • Config stored at ~/.masday/config.toml

Masday CLI v0.3.70

15 Jun 13:16

Choose a tag to compare

Masday CLI v0.3.70

Self-contained binary with embedded agents, skills, and hooks.
No source code required — just download and run.

Full Changelog: https://github.com/dayartcrew-web/masday-workflow-rust/blob/master/CHANGELOG.md


What's Changed

Fixed

  • fix(installer): avoid (deleted) MCP path + correct opencode agent dir (#36)

Changed

  • chore: bump version to 0.3.70

Install (one-liner)

curl -fsSL https://raw.githubusercontent.com/dayartcrew-web/masday-workflow-rust/master/scripts/install-masday.sh | bash

Manual download

Platform CLI MCP Server
Linux x86_64 masday-linux-x86_64 masday-mcp-linux-x86_64
macOS Apple Silicon masday-macos-aarch64 masday-mcp-macos-aarch64
Windows x86_64 masday-windows-x86_64.exe masday-mcp-windows-x86_64.exe

Quick start

masday quickstart                              # Interactive setup wizard
masday install --remote <url> --api-key <key>  # Remote mode
masday status                                  # Check system health

Notes

  • Linux: Includes ONNX runtime for local embeddings
  • macOS / Windows: Uses remote embedding provider (Ollama or OpenAI)
  • masday-mcp: Standalone MCP server for lightweight deployments
  • Config stored at ~/.masday/config.toml

Masday CLI v0.3.69

12 Jun 12:15

Choose a tag to compare

Masday CLI v0.3.69

Self-contained binary with embedded agents, skills, and hooks.
No source code required — just download and run.

Full Changelog: https://github.com/dayartcrew-web/masday-workflow-rust/blob/master/CHANGELOG.md


What's Changed

Fixed

  • state transition validation bypass + semantic-search panic + code_index cfg gate

Changed

  • chore: update Cargo.lock

Install (one-liner)

curl -fsSL https://raw.githubusercontent.com/dayartcrew-web/masday-workflow-rust/master/scripts/install-masday.sh | bash

Manual download

Platform CLI MCP Server
Linux x86_64 masday-linux-x86_64 masday-mcp-linux-x86_64
macOS Apple Silicon masday-macos-aarch64 masday-mcp-macos-aarch64
Windows x86_64 masday-windows-x86_64.exe masday-mcp-windows-x86_64.exe

Quick start

masday quickstart                              # Interactive setup wizard
masday install --remote <url> --api-key <key>  # Remote mode
masday status                                  # Check system health

Notes

  • Linux: Includes ONNX runtime for local embeddings
  • macOS / Windows: Uses remote embedding provider (Ollama or OpenAI)
  • masday-mcp: Standalone MCP server for lightweight deployments
  • Config stored at ~/.masday/config.toml

Masday CLI v0.3.68

12 Jun 10:02

Choose a tag to compare

Masday CLI v0.3.68

Self-contained binary with embedded agents, skills, and hooks.
No source code required — just download and run.

Full Changelog: https://github.com/dayartcrew-web/masday-workflow-rust/blob/master/CHANGELOG.md


What's Changed

Fixed

  • context monitor threshold 75/90 + token breakdown, load_registry global first

Changed

  • chore: bump version to 0.3.68

Install (one-liner)

curl -fsSL https://raw.githubusercontent.com/dayartcrew-web/masday-workflow-rust/master/scripts/install-masday.sh | bash

Manual download

Platform CLI MCP Server
Linux x86_64 masday-linux-x86_64 masday-mcp-linux-x86_64
macOS Apple Silicon masday-macos-aarch64 masday-mcp-macos-aarch64
Windows x86_64 masday-windows-x86_64.exe masday-mcp-windows-x86_64.exe

Quick start

masday quickstart                              # Interactive setup wizard
masday install --remote <url> --api-key <key>  # Remote mode
masday status                                  # Check system health

Notes

  • Linux: Includes ONNX runtime for local embeddings
  • macOS / Windows: Uses remote embedding provider (Ollama or OpenAI)
  • masday-mcp: Standalone MCP server for lightweight deployments
  • Config stored at ~/.masday/config.toml

Masday CLI v0.3.67

11 Jun 17:49

Choose a tag to compare

Masday CLI v0.3.67

Self-contained binary with embedded agents, skills, and hooks.
No source code required — just download and run.

Full Changelog: https://github.com/dayartcrew-web/masday-workflow-rust/blob/master/CHANGELOG.md


What's Changed

Fixed

  • load_registry priority — global first, masday home second, project last

Install (one-liner)

curl -fsSL https://raw.githubusercontent.com/dayartcrew-web/masday-workflow-rust/master/scripts/install-masday.sh | bash

Manual download

Platform CLI MCP Server
Linux x86_64 masday-linux-x86_64 masday-mcp-linux-x86_64
macOS Apple Silicon masday-macos-aarch64 masday-mcp-macos-aarch64
Windows x86_64 masday-windows-x86_64.exe masday-mcp-windows-x86_64.exe

Quick start

masday quickstart                              # Interactive setup wizard
masday install --remote <url> --api-key <key>  # Remote mode
masday status                                  # Check system health

Notes

  • Linux: Includes ONNX runtime for local embeddings
  • macOS / Windows: Uses remote embedding provider (Ollama or OpenAI)
  • masday-mcp: Standalone MCP server for lightweight deployments
  • Config stored at ~/.masday/config.toml

Masday CLI v0.3.66

11 Jun 17:04

Choose a tag to compare

Masday CLI v0.3.66

Self-contained binary with embedded agents, skills, and hooks.
No source code required — just download and run.

Full Changelog: https://github.com/dayartcrew-web/masday-workflow-rust/blob/master/CHANGELOG.md


What's Changed

Fixed

  • disable SQLite foreign_keys pragma in MCP server
  • init_sqlite backs up existing DB before schema operations
  • add migration 004 to drop FK constraints on task_id
  • make PostgreSQL migration 001 idempotent with IF NOT EXISTS
  • remove FK constraints on task_id from PG migration
  • remove all FK constraints on task_id across 6 tables (review_decisions, session_states, parallel_branches, etc)

Changed

  • chore: bump version to 0.3.66
  • chore: bump version to 0.3.65
  • style: cargo fmt
  • chore: bump version to 0.3.64

Install (one-liner)

curl -fsSL https://raw.githubusercontent.com/dayartcrew-web/masday-workflow-rust/master/scripts/install-masday.sh | bash

Manual download

Platform CLI MCP Server
Linux x86_64 masday-linux-x86_64 masday-mcp-linux-x86_64
macOS Apple Silicon masday-macos-aarch64 masday-mcp-macos-aarch64
Windows x86_64 masday-windows-x86_64.exe masday-mcp-windows-x86_64.exe

Quick start

masday quickstart                              # Interactive setup wizard
masday install --remote <url> --api-key <key>  # Remote mode
masday status                                  # Check system health

Notes

  • Linux: Includes ONNX runtime for local embeddings
  • macOS / Windows: Uses remote embedding provider (Ollama or OpenAI)
  • masday-mcp: Standalone MCP server for lightweight deployments
  • Config stored at ~/.masday/config.toml

Masday CLI v0.3.63

11 Jun 14:42

Choose a tag to compare

Masday CLI v0.3.63

Self-contained binary with embedded agents, skills, and hooks.
No source code required — just download and run.

Full Changelog: https://github.com/dayartcrew-web/masday-workflow-rust/blob/master/CHANGELOG.md


What's Changed

Added

  • add masday-worktree to orchestrator agent routing table
  • add masday-worktree skill — per-task git worktree isolation

Fixed

  • remove FK constraint on parallel_branches.task_id — allows custom branch identifiers

Changed

  • chore: bump version to 0.3.63

Install (one-liner)

curl -fsSL https://raw.githubusercontent.com/dayartcrew-web/masday-workflow-rust/master/scripts/install-masday.sh | bash

Manual download

Platform CLI MCP Server
Linux x86_64 masday-linux-x86_64 masday-mcp-linux-x86_64
macOS Apple Silicon masday-macos-aarch64 masday-mcp-macos-aarch64
Windows x86_64 masday-windows-x86_64.exe masday-mcp-windows-x86_64.exe

Quick start

masday quickstart                              # Interactive setup wizard
masday install --remote <url> --api-key <key>  # Remote mode
masday status                                  # Check system health

Notes

  • Linux: Includes ONNX runtime for local embeddings
  • macOS / Windows: Uses remote embedding provider (Ollama or OpenAI)
  • masday-mcp: Standalone MCP server for lightweight deployments
  • Config stored at ~/.masday/config.toml

Masday CLI v0.3.62

11 Jun 12:20

Choose a tag to compare

Masday CLI v0.3.62

Self-contained binary with embedded agents, skills, and hooks.
No source code required — just download and run.

Full Changelog: https://github.com/dayartcrew-web/masday-workflow-rust/blob/master/CHANGELOG.md


What's Changed

Changed

  • chore: bump version to 0.3.62
  • chore: remove pre-push hook (too slow, heavy resource usage)

Install (one-liner)

curl -fsSL https://raw.githubusercontent.com/dayartcrew-web/masday-workflow-rust/master/scripts/install-masday.sh | bash

Manual download

Platform CLI MCP Server
Linux x86_64 masday-linux-x86_64 masday-mcp-linux-x86_64
macOS Apple Silicon masday-macos-aarch64 masday-mcp-macos-aarch64
Windows x86_64 masday-windows-x86_64.exe masday-mcp-windows-x86_64.exe

Quick start

masday quickstart                              # Interactive setup wizard
masday install --remote <url> --api-key <key>  # Remote mode
masday status                                  # Check system health

Notes

  • Linux: Includes ONNX runtime for local embeddings
  • macOS / Windows: Uses remote embedding provider (Ollama or OpenAI)
  • masday-mcp: Standalone MCP server for lightweight deployments
  • Config stored at ~/.masday/config.toml

Masday CLI v0.3.61

11 Jun 11:25

Choose a tag to compare

Masday CLI v0.3.61

Self-contained binary with embedded agents, skills, and hooks.
No source code required — just download and run.

Full Changelog: https://github.com/dayartcrew-web/masday-workflow-rust/blob/master/CHANGELOG.md


What's Changed

Added

  • embed git-hooks in binary, install to ~/.masday/scripts/git-hooks/ + .git/hooks/

Fixed

  • skip pre-commit-docs on Windows (bash-only hook)
  • pre-push hook skips build when binary version matches + no stale sources

Changed

  • chore: bump version to 0.3.61

Install (one-liner)

curl -fsSL https://raw.githubusercontent.com/dayartcrew-web/masday-workflow-rust/master/scripts/install-masday.sh | bash

Manual download

Platform CLI MCP Server
Linux x86_64 masday-linux-x86_64 masday-mcp-linux-x86_64
macOS Apple Silicon masday-macos-aarch64 masday-mcp-macos-aarch64
Windows x86_64 masday-windows-x86_64.exe masday-mcp-windows-x86_64.exe

Quick start

masday quickstart                              # Interactive setup wizard
masday install --remote <url> --api-key <key>  # Remote mode
masday status                                  # Check system health

Notes

  • Linux: Includes ONNX runtime for local embeddings
  • macOS / Windows: Uses remote embedding provider (Ollama or OpenAI)
  • masday-mcp: Standalone MCP server for lightweight deployments
  • Config stored at ~/.masday/config.toml

Masday CLI v0.3.60

11 Jun 09:55

Choose a tag to compare

Masday CLI v0.3.60

Self-contained binary with embedded agents, skills, and hooks.
No source code required — just download and run.

Full Changelog: https://github.com/dayartcrew-web/masday-workflow-rust/blob/master/CHANGELOG.md


What's Changed

Added

  • add registry-sync to session start hook — auto-syncs agents/skills on every session
  • add registry-sync script + register frontend skill/agent entries
  • add msd-frontend-review skill + agent, add help guide to visual-frontend
  • add masday-visual-frontend skill — unified browser agent + visual analysis + design tokens

Fixed

  • load_registry falls back to ~/.claude/registry.json when project-level missing
  • masday update --force re-syncs templates + remove all hardcoded paths from hooks
  • rewrite masday-frontend-reviewer agent — remove invalid tools list, add explicit execution steps with JS snippets
  • replace abstract dispatch pattern with explicit execution steps in frontend-review skill
  • add min-h-[44px] to login form inputs and buttons for WCAG touch target compliance
  • masday-frontend-review smart mode detection — auto-fallback when args empty
  • add mode validation to masday-frontend-review — reject unknown modes with help text
  • masday-frontend-review now dispatches to masday-frontend-reviewer agent
  • rename msd-frontend-review to masday-frontend-review, register agent

Changed

  • chore: bump version to 0.3.60
  • chore: cargo fmt

Install (one-liner)

curl -fsSL https://raw.githubusercontent.com/dayartcrew-web/masday-workflow-rust/master/scripts/install-masday.sh | bash

Manual download

Platform CLI MCP Server
Linux x86_64 masday-linux-x86_64 masday-mcp-linux-x86_64
macOS Apple Silicon masday-macos-aarch64 masday-mcp-macos-aarch64
Windows x86_64 masday-windows-x86_64.exe masday-mcp-windows-x86_64.exe

Quick start

masday quickstart                              # Interactive setup wizard
masday install --remote <url> --api-key <key>  # Remote mode
masday status                                  # Check system health

Notes

  • Linux: Includes ONNX runtime for local embeddings
  • macOS / Windows: Uses remote embedding provider (Ollama or OpenAI)
  • masday-mcp: Standalone MCP server for lightweight deployments
  • Config stored at ~/.masday/config.toml