mumucc 0.1.4 → 0.1.5
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 +7 -6
- package/shims/globals.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mumucc",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "Open-source AI coding assistant CLI with multi-model support (Anthropic, OpenAI/GPT, DeepSeek, GLM, Ollama, etc.), MCP integration, agent swarms, and out-of-the-box developer experience.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -42,7 +42,6 @@
|
|
|
42
42
|
"@ant/computer-use-mcp": "file:./stubs/@ant/computer-use-mcp",
|
|
43
43
|
"@ant/computer-use-swift": "file:./stubs/@ant/computer-use-swift",
|
|
44
44
|
"@anthropic-ai/bedrock-sdk": "^0.27.0",
|
|
45
|
-
"@anthropic-ai/claude-agent-sdk": "^0.2.90",
|
|
46
45
|
"@anthropic-ai/foundry-sdk": "^0.2.3",
|
|
47
46
|
"@anthropic-ai/mcpb": "file:./stubs/@anthropic-ai/mcpb",
|
|
48
47
|
"@anthropic-ai/sandbox-runtime": "file:./stubs/@anthropic-ai/sandbox-runtime",
|
|
@@ -51,7 +50,7 @@
|
|
|
51
50
|
"@aws-sdk/client-bedrock": "^3",
|
|
52
51
|
"@aws-sdk/client-bedrock-runtime": "^3",
|
|
53
52
|
"@aws-sdk/client-sts": "^3",
|
|
54
|
-
"@azure/identity": "^
|
|
53
|
+
"@azure/identity": "^4",
|
|
55
54
|
"@commander-js/extra-typings": "12",
|
|
56
55
|
"@growthbook/growthbook": "^1",
|
|
57
56
|
"@modelcontextprotocol/sdk": "^1",
|
|
@@ -108,7 +107,6 @@
|
|
|
108
107
|
"qrcode": "^1",
|
|
109
108
|
"react": "^19.2.4",
|
|
110
109
|
"react-compiler-runtime": "^1.0.0",
|
|
111
|
-
"react-devtools-core": "^7.0.1",
|
|
112
110
|
"react-reconciler": "0.33.0",
|
|
113
111
|
"semver": "^7",
|
|
114
112
|
"sharp": "^0.33",
|
|
@@ -131,9 +129,12 @@
|
|
|
131
129
|
"yaml": "^2",
|
|
132
130
|
"zod": "^3.24"
|
|
133
131
|
},
|
|
134
|
-
"
|
|
132
|
+
"peerDependencies": {
|
|
133
|
+
"@anthropic-ai/claude-agent-sdk": ">=0.2.0"
|
|
134
|
+
},
|
|
135
|
+
"peerDependenciesMeta": {
|
|
135
136
|
"@anthropic-ai/claude-agent-sdk": {
|
|
136
|
-
"
|
|
137
|
+
"optional": true
|
|
137
138
|
}
|
|
138
139
|
},
|
|
139
140
|
"devDependencies": {
|