superclaude-kiro 1.2.3 → 1.2.7

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,9 +138,10 @@ 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
+ - `"model": "claude-opus-4.5"` - Uses Claude Opus 4.5 by default (subagents inherit this when spawned with superclaude agent)
144
145
 
145
146
  **Note**: No default model is set - Kiro CLI remembers your model choice.
146
147
 
@@ -9,10 +9,13 @@
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",
18
+ "@morphllm-fast-apply/warpgrep_codebase_search"
16
19
  ],
17
20
  "resources": [],
18
21
  "hooks": {},
@@ -24,5 +27,6 @@
24
27
  "autoAllow": true
25
28
  }
26
29
  },
27
- "useLegacyMcpJson": true
30
+ "useLegacyMcpJson": true,
31
+ "model": "claude-opus-4.5"
28
32
  }
@@ -9,10 +9,13 @@
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",
18
+ "@morphllm-fast-apply/warpgrep_codebase_search"
16
19
  ],
17
20
  "resources": [],
18
21
  "hooks": {},
@@ -24,5 +27,6 @@
24
27
  "autoAllow": true
25
28
  }
26
29
  },
27
- "useLegacyMcpJson": true
30
+ "useLegacyMcpJson": true,
31
+ "model": "claude-opus-4.5"
28
32
  }
@@ -9,10 +9,13 @@
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",
18
+ "@morphllm-fast-apply/warpgrep_codebase_search"
16
19
  ],
17
20
  "resources": [],
18
21
  "hooks": {},
@@ -24,5 +27,6 @@
24
27
  "autoAllow": true
25
28
  }
26
29
  },
27
- "useLegacyMcpJson": true
30
+ "useLegacyMcpJson": true,
31
+ "model": "claude-opus-4.5"
28
32
  }
@@ -9,10 +9,13 @@
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",
18
+ "@morphllm-fast-apply/warpgrep_codebase_search"
16
19
  ],
17
20
  "resources": [],
18
21
  "hooks": {},
@@ -24,5 +27,6 @@
24
27
  "autoAllow": true
25
28
  }
26
29
  },
27
- "useLegacyMcpJson": true
30
+ "useLegacyMcpJson": true,
31
+ "model": "claude-opus-4.5"
28
32
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "superclaude-kiro",
3
- "version": "1.2.3",
3
+ "version": "1.2.7",
4
4
  "description": "SuperClaude Framework for Kiro CLI - Easy installation for teams",
5
5
  "type": "module",
6
6
  "bin": {