You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(mcp,vscode): clarify repository health and triage focus semantics
- add compact MCP interpretation fields for health_scope, focus, and new_by_source_kind across summary, production triage, and changed-scope projections
- make the VS Code extension explain repository-wide health, production focus, outside-focus debt, and new-finding source-kind attribution more clearly without widening the review flow
- bump the preview VS Code extension to 0.2.2 and record the UX clarification pass in its changelog
Copy file name to clipboardExpand all lines: extensions/claude-desktop-codeclone/manifest.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"manifest_version": "0.3",
3
3
"name": "codeclone",
4
4
"display_name": "CodeClone",
5
-
"version": "2.0.0-b4.0",
5
+
"version": "2.0.0-b5.0",
6
6
"description": "Baseline-aware structural review for Claude Desktop through a local CodeClone MCP launcher.",
7
7
"long_description": "CodeClone for Claude Desktop wraps the local codeclone-mcp launcher as an MCP bundle. It keeps Claude on the same canonical MCP surface used by the CLI, HTML report, VS Code extension, and Codex plugin — read-only, baseline-aware, local stdio only.",
0 commit comments