superclaude-kiro 1.2.2 → 1.2.4

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.
package/README.md CHANGED
@@ -138,7 +138,7 @@ npx superclaude-kiro install --morph-api-key "your-api-key"
138
138
 
139
139
  All agents are configured with:
140
140
  - `"tools": ["*"]` - Access to all tools
141
- - `"allowedTools": ["*", "@context7", "@playwright", "@sequential-thinking", "@serena"]` - All built-in and MCP tools pre-approved
141
+ - `"allowedTools": ["*", "use_subagent", "@context7", "@playwright", "@sequential-thinking", "@serena", "@morphllm-fast-apply/edit_file"]` - All built-in tools, subagents, and MCP tools pre-approved
142
142
  - `"toolsSettings"` - Shell and write operations auto-allowed
143
143
  - `"useLegacyMcpJson": true` - Uses global MCP servers
144
144
 
@@ -9,10 +9,12 @@
9
9
  ],
10
10
  "allowedTools": [
11
11
  "*",
12
+ "use_subagent",
12
13
  "@context7",
13
14
  "@playwright",
14
15
  "@sequential-thinking",
15
- "@serena"
16
+ "@serena",
17
+ "@morphllm-fast-apply/edit_file"
16
18
  ],
17
19
  "resources": [],
18
20
  "hooks": {},
@@ -9,10 +9,12 @@
9
9
  ],
10
10
  "allowedTools": [
11
11
  "*",
12
+ "use_subagent",
12
13
  "@context7",
13
14
  "@playwright",
14
15
  "@sequential-thinking",
15
- "@serena"
16
+ "@serena",
17
+ "@morphllm-fast-apply/edit_file"
16
18
  ],
17
19
  "resources": [],
18
20
  "hooks": {},
@@ -9,10 +9,12 @@
9
9
  ],
10
10
  "allowedTools": [
11
11
  "*",
12
+ "use_subagent",
12
13
  "@context7",
13
14
  "@playwright",
14
15
  "@sequential-thinking",
15
- "@serena"
16
+ "@serena",
17
+ "@morphllm-fast-apply/edit_file"
16
18
  ],
17
19
  "resources": [],
18
20
  "hooks": {},
@@ -9,10 +9,12 @@
9
9
  ],
10
10
  "allowedTools": [
11
11
  "*",
12
+ "use_subagent",
12
13
  "@context7",
13
14
  "@playwright",
14
15
  "@sequential-thinking",
15
- "@serena"
16
+ "@serena",
17
+ "@morphllm-fast-apply/edit_file"
16
18
  ],
17
19
  "resources": [],
18
20
  "hooks": {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "superclaude-kiro",
3
- "version": "1.2.2",
3
+ "version": "1.2.4",
4
4
  "description": "SuperClaude Framework for Kiro CLI - Easy installation for teams",
5
5
  "type": "module",
6
6
  "bin": {