CodeClone 2.0.0b7: is a beta hotfix for packaging-only issues found after the 2.0.0b6 publish.
Pre-release
Pre-release
Packaging
- Constrain the optional MCP extra to
httpx>=0.27.1,<1so prerelease install flows such as
uv tool install --pre "codeclone[mcp]"do not resolve incompatiblehttpx 1.0.dev*builds through the upstream MCP
dependency graph. - Pin the preview VS Code extension packaging tool to
@vscode/vsce@2.25.0, removing the vulnerable transitive
uuid<14chain frompackage-lock.jsonwhile preserving.vsixpackaging. - Keep local pre-commit runs stable after package builds by letting mypy use the configured source roots and ignoring
generatedbuild/andsite/artifacts.