Releases: AraneaDev/Momus-MCP
Releases · AraneaDev/Momus-MCP
Release list
v0.0.11
v0.0.10
0.0.10 (2026-08-19)
Features
- server: add audit_workspace and doctor_status (agent tool surface, phase 2) (da991c6)
- server: add audit_workspace and doctor_status (agent tool surface, phase 2) (739660b)
- server: add preview_issue_fix and apply_issue_fix (agent tool surface, phase 3) (74b6850)
- server: add preview_issue_fix and apply_issue_fix (phase 3, write surface) (592ef58)
- server: add resources and change notifications (agent tool surface, phase 4) (228be7f)
- server: add resources and change notifications (phase 4, final) (bbdf0ac)
Bug Fixes
- server: detect a monorepo's tsconfig in doctor_status (a9bc952)
v0.0.9
v0.0.8
v0.0.7
v0.0.6
0.0.6 (2026-08-17)
Features
- derive mock-of-self subject per language (71b53ee)
- four-language parity (pyright inference + cross-language rules + 4-language synthesis) (843b694)
- parser-python: pyright type inference for unannotated signatures (fff1e5e)
- parser-rust: trace wrapper re-bindings and by-value mock consumption (dbb7c39)
- PHP TAUT-006 for unconfigured Mockery spies (75853a9)
- Python DRIFT-005 for patch of a missing module attribute (70b891f)
- Python TAUT-006 for unconfigured assert_called mocks (16de8bf)
- synthesize pytest/unittest and mockall/mockito/wiremock contracts (657c6d9)
Bug Fixes
- include rs in watcher and ignore Python/Rust build dirs (20c9cc8)
v0.0.5
0.0.5 (2026-08-17)
Features
- core: register rust language + mockall/mockito/wiremock IR members (882f8db)
- parser-rust: assertions + provenance (415e382)
- parser-rust: crate-wide use/mod path resolution (7dd1211)
- parser-rust: mockall automock/mock! detection with expect_ configs (5340fb8)
- parser-rust: mockito/wiremock HTTP mock detection (91f66bd)
- parser-rust: rustReturnAssignable + DRIFT-001/003 wiring (f85738d)
- parser-rust: symbols, imports, and structural test detection (dd2e8e5)
- parser-rust: syn->wasm32 wrapper and synchronous loader (d5c5372)
- Rust language support (syn → WASM) (4722773)
- wire Rust parser into CLI/server/doctor + golden/MCP tests (17649c5)
Bug Fixes
- parser-rust: eliminate mockall dogfood false positives (c4867e3)
v0.0.4
0.0.4 (2026-08-17)
Features
- parser-python: annotated DRIFT-001/003 drift detection (130dd2e)
- parser-python: assertions, provenance, and reachability (941443f)
- parser-python: scaffold package with validated tree-sitter helpers (05f86c9)
- parser-python: symbols, imports, and test detection (e847c77)
- parser-python: unittest.mock / pytest-mock / monkeypatch detection (5c3349d)
- Python language support (tree-sitter-python + annotations-first drift) (88add30)
- wire python language support through CLI, server, doctor, and release tooling (afe97f8)
Bug Fixes
- parser-python: make assertion extraction linear, not quadratic (524c9f2)