@k2works/claude-code-booster 0.15.0 → 0.16.1

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.
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "permissions": {
3
+ "defaultMode": "plan",
3
4
  "allow": [],
4
5
  "deny": [],
5
6
  "ask": []
@@ -85,6 +85,9 @@ RUN npm install -g @anthropic-ai/claude-code
85
85
  # Copilot CLIのインストール
86
86
  RUN npm install -g @github/copilot
87
87
 
88
+ # Codex CLIのインストール
89
+ RUN npm install -g @openai/codex
90
+
88
91
  # すべてのインストールが完了した後、ユーザーのホームディレクトリの所有権を確保
89
92
  RUN chown -R $USERNAME:$USERNAME /home/$USERNAME
90
93
 
@@ -20,7 +20,7 @@
20
20
 
21
21
  ## 詳細
22
22
 
23
- ### Qick Start
23
+ ### Quick Start
24
24
 
25
25
  ```bash
26
26
  npm install
@@ -9,7 +9,8 @@
9
9
  "docs:stop": "gulp mkdocs:stop",
10
10
  "docs:build": "gulp mkdocs:build",
11
11
  "claude:yol": "claude --dangerously-skip-permissions",
12
- "copilot:yol": "copilot --allow-all-tools"
12
+ "copilot:yol": "copilot --allow-all-tools",
13
+ "codex:yol": "codex --yolo"
13
14
  },
14
15
  "repository": {
15
16
  "type": "git",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k2works/claude-code-booster",
3
- "version": "0.15.0",
3
+ "version": "0.16.1",
4
4
  "description": "AI Agent Development Support Tool",
5
5
  "main": "main.js",
6
6
  "bin": {