Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microclaw/microclaw
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.35
Choose a base ref
...
head repository: microclaw/microclaw
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.36
Choose a head ref
  • 4 commits
  • 10 files changed
  • 2 contributors

Commits on Apr 1, 2026

  1. feat: support --full flag in installer and Homebrew tap

    - install.sh: add --full flag and MICROCLAW_VARIANT env var to download
      the full variant (microclaw-full) with Matrix + MCP support
    - release_finalize.sh: generate microclaw-full.rb Homebrew Formula
      alongside the default formula, with correct SHA256 from CI assets
    - README.md: document --full installer flag and brew install microclaw-full
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
    everettjf and claude committed Apr 1, 2026
    Configuration menu
    Copy the full SHA
    911a058 View commit details
    Browse the repository at this point in the history
  2. feat: add --full / -Full flag to Windows installer

    - install.ps1: add -Full switch and MICROCLAW_VARIANT env var
    - README: document Windows full variant install command
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
    everettjf and claude committed Apr 1, 2026
    Configuration menu
    Copy the full SHA
    9df4a15 View commit details
    Browse the repository at this point in the history
  3. feat: move MCP back to default build, full = Matrix only

    MCP is a commonly used feature and should be available in the default
    build. Only Matrix SDK remains optional behind --features full.
    
    - Cargo.toml: rmcp is no longer optional, full = ["channel-matrix"]
    - src/mcp.rs: remove mod enabled/disabled wrapper, restore flat structure
    - src/acp.rs, src/runtime.rs, src/tools/mod.rs: remove #[cfg(feature = "mcp")] guards
    - README: update feature descriptions
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
    everettjf and claude committed Apr 1, 2026
    Configuration menu
    Copy the full SHA
    b6cbc0d View commit details
    Browse the repository at this point in the history
  4. bump version to 0.1.36

    everettjf committed Apr 1, 2026
    Configuration menu
    Copy the full SHA
    95ee342 View commit details
    Browse the repository at this point in the history
Loading