bluelamp-vscode 2.0.5 → 2.0.6

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.
@@ -154,6 +154,7 @@ inject_knowledge ツールで keyword: "${keyword}" を実行してから開始
154
154
 
155
155
  const child = spawn('claude', claudeArgs, {
156
156
  stdio: 'inherit',
157
+ shell: true, // Windows互換性のため追加
157
158
  env: {
158
159
  ...process.env,
159
160
  BLUELAMP_VSCODE_KEYWORD: keyword
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bluelamp-vscode",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "description": "BlueLamp VSCode Extension MCP Integration - 16 Development Prompts",
5
5
  "main": "lib/mcp-server/index.cjs",
6
6
  "bin": {