CodeClone 2.0.0 is the first stable 2.x release: a baseline-aware structural review platform for Python with CLI, MCP, VS Code, Claude Desktop, Codex, and GitHub Action surfaces built on one canonical report contract.
Highlights
- Canonical package layout — global architecture refactor completed in 2.0.0b6; the entire runtime now lives in stable, directly importable modules.
- Stable CLI, report, MCP, and baseline contracts for the full 2.x line.
- Adaptive dependency-depth scoring — project-relative model replacing the old fixed threshold; avg/p95/max chain metrics surface in reports and CLI.
- Security Surfaces — report-only trust-boundary inventory: subprocess, filesystem mutations, crypto, dynamic loading. No vulnerability claims, no score impact.
- Coverage Join — fuse external Cobertura XML into the structural review to surface hotspots against real pytest coverage.
- Native client surfaces — VS Code extension, Claude Desktop bundle, Codex plugin, and composite GitHub Action, all over the same
codeclone-mcpcontract. - Dedicated PyPI README and refreshed CodeClone branding.
Install
uv tool install codeclone
uv tool install "codeclone[mcp]"See CHANGELOG.md for the full contract and migration details.