Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repos:

- id: mypy
name: Mypy
entry: mypy .
entry: mypy
language: system
pass_filenames: false
types: [ python ]
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [2.0.0b7] - 2026-04-28

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

### 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.

## [2.0.0b6] - 2026-04-28

The global package refactor lands here: the entire runtime moves onto the
Expand Down
6 changes: 6 additions & 0 deletions extensions/vscode-codeclone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.2.5

- pin the packaging toolchain to `@vscode/vsce@2.25.0` to remove the vulnerable transitive `uuid<14` chain from the
extension lockfile
- keep the generated `.vsix` package behavior unchanged after the packaging dependency refresh

## 0.2.4

- restore repo-local `uv run codeclone-mcp` fallback for the refactored MCP server layout
Expand Down
Loading
Loading