pi-lens 2.0.43 → 2.0.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -34,7 +34,7 @@ export function initRefactorLoop(pi: ExtensionAPI) {
34
34
  ],
35
35
  continuePrompt: "Continue to next worst offender with /lens-booboo-refactor --loop",
36
36
  });
37
- console.log("[pi-lens] Refactor auto-loop initialized");
37
+ // refactor auto-loop initialized silently
38
38
  }
39
39
  return refactorLoop;
40
40
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-lens",
3
- "version": "2.0.43",
3
+ "version": "2.0.44",
4
4
  "description": "Real-time code quality feedback for pi — TypeScript LSP, Biome, ast-grep, Ruff, complexity metrics, duplicate detection. Includes automated fix loop (/lens-booboo-fix) and interactive architectural refactoring (/lens-booboo-refactor) with browser-based interviews.",
5
5
  "repository": {
6
6
  "type": "git",