claude-ide-bridge 2.42.2 → 2.42.3

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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -17,6 +17,8 @@ Claude Code ──── bridge ──── VS Code extension ──── your
17
17
 
18
18
  > **See it work in 5 minutes:** save a broken file, Claude notices, diagnoses, proposes a fix — no prompt typed. [Self-healing quickstart →](./docs/self-healing-quickstart.md)
19
19
 
20
+ https://github.com/user-attachments/assets/a81a8d11-2cc3-46f3-88ad-6a905a221a2c
21
+
20
22
  ## Quick Start
21
23
 
22
24
  **Prerequisites:** [Claude Code CLI](https://claude.ai/code), Node.js ≥ 20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-ide-bridge",
3
- "version": "2.42.2",
3
+ "version": "2.42.3",
4
4
  "description": "Standalone MCP bridge for Claude Code IDE integration with any editor — 137+ tools for LSP, debugging, terminals, Git, GitHub, and more",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -110,6 +110,7 @@
110
110
  "vitest": "^3.0.0"
111
111
  },
112
112
  "lint-staged": {
113
+ "{src,vscode-extension/src,scripts,deploy}/**/*.{ts,js,mjs,cjs,json}": "biome check --no-errors-on-unmatched",
113
114
  "*.{ts,js,mjs,cjs,json}": "biome check --no-errors-on-unmatched"
114
115
  }
115
116
  }