@k2works/claude-code-booster 0.12.0 → 0.13.0

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.
@@ -64,6 +64,9 @@ RUN npm install -g @google/gemini-cli
64
64
  # Claude Codeのインストール
65
65
  RUN npm install -g @anthropic-ai/claude-code
66
66
 
67
+ # Copilot CLIのインストール
68
+ RUN nnpm install -g @github/copilot
69
+
67
70
  # すべてのインストールが完了した後、ユーザーのホームディレクトリの所有権を確保
68
71
  RUN chown -R $USERNAME:$USERNAME /home/$USERNAME
69
72
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k2works/claude-code-booster",
3
- "version": "0.12.0",
3
+ "version": "0.13.0",
4
4
  "description": "AI Agent Development Support Tool",
5
5
  "main": "main.js",
6
6
  "bin": {