Skip to content

CodeClone 2.0.0b7: is a beta hotfix for packaging-only issues found after the 2.0.0b6 publish.

Pre-release
Pre-release

Choose a tag to compare

@orenlab orenlab released this 28 Apr 17:50
2d36da6

Packaging

  • Constrain the optional MCP extra to httpx>=0.27.1,<1 so prerelease install flows such as
    uv tool install --pre "codeclone[mcp]" do not resolve incompatible httpx 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<14 chain from package-lock.json while preserving .vsix packaging.
  • Keep local pre-commit runs stable after package builds by letting mypy use the configured source roots and ignoring
    generated build/ and site/ artifacts.