This repository was archived by the owner on Jul 30, 2026. It is now read-only.
Matrix Plugin v2.1.9
Introducing Session Modes
-
Mode Selection on Start - Interactive prompt asks user to select session mode
-
5 Modes Available:
- Ultrathink - Full planning, thorough review, deep research
- Quick - Minimal overhead, skip extras, fast execution
- Docs - Documentation focus, clean context, no injections
- Debug - Investigation focus, past failures + blast radius
- Classic - Uses your config defaults (backward compatible)
-
Mode-aware Behavior - Memory injection, complexity analysis, review suggestions adapt to mode
-
Mid-session Switching - Type mode name or number to switch (e.g., "quick", "2")
-
Session Persistence - Mode stored in
~/.claude/matrix/sessions/with 24h TTL
Changed
Review Skill
- New Verification Agent - Automatically runs build, typecheck, test, lint after review
- Project Auto-Detection - Supports package.json, Cargo.toml, go.mod, pyproject.toml, and more
- Continue on Failure - Reports all command results, doesn't stop on first error
- Output Summary - Table format showing pass/fail status and duration per command