• v0.10.1 Stable

    dave released this 2026-04-14 16:03:59 +00:00 | 301 commits to master since this release

    What's Changed

    Focus: Multi-model agents, bot commands, MCP tools

    Features

    • Accept spike state machine transition skips merge and goes directly to done
    • Multi project gateway that proxies mcp calls to per project docker containers
    • Matrix bot can run on the gateway to manage multiple projects from one chat
    • Make merge agent work return results like run tests instead of polling
    • Build agent join mechanism agents register with the gateway via token
    • Gateway web ui shell with project switcher

    Bug Fixes

    • Agent permission prompts flood matrix chat instead of being auto denied
    • Stale filesystem shadows in 1 backlog cause auto assign to promote archived stories
    • Mcp tools matching mcp huskies allowlist still trigger permission prompts

    Refactors

    • Remove all filesystem fallback paths crdt is the only source of truth

    Other Changes

    • Removing example code
    • chore: switch mergemaster to opus and add cargo fmt guidance
    • chore: switch mergemaster to opus and add cargo fmt guidance
    • fix: simplify boolean in validate_working_dir to satisfy clippy nonminimal_bool
    • fix: cargo fmt the merge_workspace validation code
    • fix: allow MCP tools to access merge_workspace so mergemaster can fix conflicts
    • fix: remove filesystem fallback from scan_stage_items to unblock 557 merge
    • Noting the existence of chat transports in README
    • fix: suppress Vite chunk size warning that clutters test output
    • fix: set git default branch to master in Dockerfile to suppress hint spam
    • fix: capture test output with background pipe draining instead of Stdio::inherit
    • fix: add --all to cargo fmt in script/test and autoformat codebase
    • feat: add get_version MCP tool returning version and build hash
    • chore: log version on startup and gitignore build_hash
    • docs: add deployment modes to README — standard, headless, and gateway
    • fix: isolate frontend node_modules in Docker volume to prevent cross-platform conflicts
    • fix: add Read, Glob, Grep to agent settings.json allowlist
    • fix: dropdown hover gap and z-index so menu is clickable on desktop and mobile
    • fix: simplify nav with Start dropdown and move Get in touch to footer
    • fix: wrap nav links on mobile to prevent horizontal overflow

    Full diff: https://code.crashlabs.io/crashlabs/huskies/compare/v0.10.0...v0.10.1

    Downloads