subagent-cli 0.2.2 → 0.2.3
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/package.json +11 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "subagent-cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "sa — Morph Code CLI (Claude Code fork with multi-provider LLM, WarpGrep, and subagent support)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -98,7 +98,16 @@
|
|
|
98
98
|
"@ant/computer-use-input": "file:./stubs/@ant/computer-use-input",
|
|
99
99
|
"@anthropic-ai/claude-agent-sdk": "file:./stubs/@anthropic-ai/claude-agent-sdk",
|
|
100
100
|
"@anthropic-ai/mcpb": "file:./stubs/@anthropic-ai/mcpb",
|
|
101
|
-
"@anthropic-ai/sandbox-runtime": "file:./stubs/@anthropic-ai/sandbox-runtime"
|
|
101
|
+
"@anthropic-ai/sandbox-runtime": "file:./stubs/@anthropic-ai/sandbox-runtime",
|
|
102
|
+
"supports-hyperlinks": "*",
|
|
103
|
+
"auto-bind": "*",
|
|
104
|
+
"code-excerpt": "*",
|
|
105
|
+
"emoji-regex": "*",
|
|
106
|
+
"indent-string": "*",
|
|
107
|
+
"ws": "*",
|
|
108
|
+
"undici": "*",
|
|
109
|
+
"stack-utils": "*",
|
|
110
|
+
"cli-boxes": "*"
|
|
102
111
|
},
|
|
103
112
|
"devDependencies": {
|
|
104
113
|
"@types/diff": "^7.0.2",
|