@defai.digital/automatosx 12.1.0 → 12.1.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.
- package/README.md +1 -1
- package/dist/index.js +1 -61
- package/dist/mcp/index.js +1 -61
- package/package.json +6 -1
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
[](https://ubuntu.com)
|
|
13
13
|
[](LICENSE)
|
|
14
14
|
|
|
15
|
-
**Status**: ✅ **Production Ready** | v12.1.
|
|
15
|
+
**Status**: ✅ **Production Ready** | v12.1.1 | MCP-First Architecture & ax-cli Removal
|
|
16
16
|
|
|
17
17
|
> 🎯 **What AutomatosX Does**: Adds 20+ specialized agents, persistent memory, workflow automation, and 80% cost savings to Claude Code/Codex - **without changing how you work**.
|
|
18
18
|
|
package/dist/index.js
CHANGED
|
@@ -5862,58 +5862,6 @@ var PRECOMPILED_CONFIG = {
|
|
|
5862
5862
|
"window": "daily",
|
|
5863
5863
|
"resetHourUtc": 0
|
|
5864
5864
|
}
|
|
5865
|
-
},
|
|
5866
|
-
"glm": {
|
|
5867
|
-
"enabled": true,
|
|
5868
|
-
"priority": 4,
|
|
5869
|
-
"timeout": 12e4,
|
|
5870
|
-
"command": "ax-glm",
|
|
5871
|
-
"model": "glm-4",
|
|
5872
|
-
"healthCheck": {
|
|
5873
|
-
"enabled": true,
|
|
5874
|
-
"interval": 3e5,
|
|
5875
|
-
"timeout": 5e3
|
|
5876
|
-
},
|
|
5877
|
-
"circuitBreaker": {
|
|
5878
|
-
"enabled": true,
|
|
5879
|
-
"failureThreshold": 3,
|
|
5880
|
-
"recoveryTimeout": 6e4
|
|
5881
|
-
},
|
|
5882
|
-
"processManagement": {
|
|
5883
|
-
"gracefulShutdownTimeout": 5e3,
|
|
5884
|
-
"forceKillDelay": 1e3
|
|
5885
|
-
},
|
|
5886
|
-
"versionDetection": {
|
|
5887
|
-
"timeout": 5e3,
|
|
5888
|
-
"forceKillDelay": 1e3,
|
|
5889
|
-
"cacheEnabled": true
|
|
5890
|
-
}
|
|
5891
|
-
},
|
|
5892
|
-
"grok": {
|
|
5893
|
-
"enabled": true,
|
|
5894
|
-
"priority": 5,
|
|
5895
|
-
"timeout": 12e4,
|
|
5896
|
-
"command": "ax-grok",
|
|
5897
|
-
"model": "grok-3",
|
|
5898
|
-
"healthCheck": {
|
|
5899
|
-
"enabled": true,
|
|
5900
|
-
"interval": 3e5,
|
|
5901
|
-
"timeout": 5e3
|
|
5902
|
-
},
|
|
5903
|
-
"circuitBreaker": {
|
|
5904
|
-
"enabled": true,
|
|
5905
|
-
"failureThreshold": 3,
|
|
5906
|
-
"recoveryTimeout": 6e4
|
|
5907
|
-
},
|
|
5908
|
-
"processManagement": {
|
|
5909
|
-
"gracefulShutdownTimeout": 5e3,
|
|
5910
|
-
"forceKillDelay": 1e3
|
|
5911
|
-
},
|
|
5912
|
-
"versionDetection": {
|
|
5913
|
-
"timeout": 5e3,
|
|
5914
|
-
"forceKillDelay": 1e3,
|
|
5915
|
-
"cacheEnabled": true
|
|
5916
|
-
}
|
|
5917
5865
|
}
|
|
5918
5866
|
},
|
|
5919
5867
|
"execution": {
|
|
@@ -6125,15 +6073,7 @@ var PRECOMPILED_CONFIG = {
|
|
|
6125
6073
|
"enableFreeTierPrioritization": true,
|
|
6126
6074
|
"enableWorkloadAwareRouting": true
|
|
6127
6075
|
},
|
|
6128
|
-
"
|
|
6129
|
-
"sdkFirstMode": false,
|
|
6130
|
-
"mcpBidirectional": false,
|
|
6131
|
-
"autoInjectMCPConfig": false,
|
|
6132
|
-
"sdkFallbackEnabled": true,
|
|
6133
|
-
"deprecationWarnings": true,
|
|
6134
|
-
"providerMetrics": true
|
|
6135
|
-
},
|
|
6136
|
-
"version": "12.1.0"
|
|
6076
|
+
"version": "12.1.1"
|
|
6137
6077
|
};
|
|
6138
6078
|
|
|
6139
6079
|
// src/core/config/schemas.ts
|
package/dist/mcp/index.js
CHANGED
|
@@ -5156,58 +5156,6 @@ var PRECOMPILED_CONFIG = {
|
|
|
5156
5156
|
"window": "daily",
|
|
5157
5157
|
"resetHourUtc": 0
|
|
5158
5158
|
}
|
|
5159
|
-
},
|
|
5160
|
-
"glm": {
|
|
5161
|
-
"enabled": true,
|
|
5162
|
-
"priority": 4,
|
|
5163
|
-
"timeout": 12e4,
|
|
5164
|
-
"command": "ax-glm",
|
|
5165
|
-
"model": "glm-4",
|
|
5166
|
-
"healthCheck": {
|
|
5167
|
-
"enabled": true,
|
|
5168
|
-
"interval": 3e5,
|
|
5169
|
-
"timeout": 5e3
|
|
5170
|
-
},
|
|
5171
|
-
"circuitBreaker": {
|
|
5172
|
-
"enabled": true,
|
|
5173
|
-
"failureThreshold": 3,
|
|
5174
|
-
"recoveryTimeout": 6e4
|
|
5175
|
-
},
|
|
5176
|
-
"processManagement": {
|
|
5177
|
-
"gracefulShutdownTimeout": 5e3,
|
|
5178
|
-
"forceKillDelay": 1e3
|
|
5179
|
-
},
|
|
5180
|
-
"versionDetection": {
|
|
5181
|
-
"timeout": 5e3,
|
|
5182
|
-
"forceKillDelay": 1e3,
|
|
5183
|
-
"cacheEnabled": true
|
|
5184
|
-
}
|
|
5185
|
-
},
|
|
5186
|
-
"grok": {
|
|
5187
|
-
"enabled": true,
|
|
5188
|
-
"priority": 5,
|
|
5189
|
-
"timeout": 12e4,
|
|
5190
|
-
"command": "ax-grok",
|
|
5191
|
-
"model": "grok-3",
|
|
5192
|
-
"healthCheck": {
|
|
5193
|
-
"enabled": true,
|
|
5194
|
-
"interval": 3e5,
|
|
5195
|
-
"timeout": 5e3
|
|
5196
|
-
},
|
|
5197
|
-
"circuitBreaker": {
|
|
5198
|
-
"enabled": true,
|
|
5199
|
-
"failureThreshold": 3,
|
|
5200
|
-
"recoveryTimeout": 6e4
|
|
5201
|
-
},
|
|
5202
|
-
"processManagement": {
|
|
5203
|
-
"gracefulShutdownTimeout": 5e3,
|
|
5204
|
-
"forceKillDelay": 1e3
|
|
5205
|
-
},
|
|
5206
|
-
"versionDetection": {
|
|
5207
|
-
"timeout": 5e3,
|
|
5208
|
-
"forceKillDelay": 1e3,
|
|
5209
|
-
"cacheEnabled": true
|
|
5210
|
-
}
|
|
5211
5159
|
}
|
|
5212
5160
|
},
|
|
5213
5161
|
"execution": {
|
|
@@ -5419,15 +5367,7 @@ var PRECOMPILED_CONFIG = {
|
|
|
5419
5367
|
"enableFreeTierPrioritization": true,
|
|
5420
5368
|
"enableWorkloadAwareRouting": true
|
|
5421
5369
|
},
|
|
5422
|
-
"
|
|
5423
|
-
"sdkFirstMode": false,
|
|
5424
|
-
"mcpBidirectional": false,
|
|
5425
|
-
"autoInjectMCPConfig": false,
|
|
5426
|
-
"sdkFallbackEnabled": true,
|
|
5427
|
-
"deprecationWarnings": true,
|
|
5428
|
-
"providerMetrics": true
|
|
5429
|
-
},
|
|
5430
|
-
"version": "12.1.0"
|
|
5370
|
+
"version": "12.1.1"
|
|
5431
5371
|
};
|
|
5432
5372
|
|
|
5433
5373
|
// src/core/config/schemas.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@defai.digital/automatosx",
|
|
3
|
-
"version": "12.1.
|
|
3
|
+
"version": "12.1.1",
|
|
4
4
|
"description": "Provider-agnostic AI orchestration platform with 20+ specialized agents, persistent memory, and multi-provider routing for Claude Code, Gemini CLI, Codex CLI, GLM, and Grok",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"publishConfig": {
|
|
@@ -157,6 +157,11 @@
|
|
|
157
157
|
"@ax-cli/schemas": "zod@^3.23.8",
|
|
158
158
|
"@modelcontextprotocol/sdk": "^1.24.0"
|
|
159
159
|
},
|
|
160
|
+
"pnpm": {
|
|
161
|
+
"overrides": {
|
|
162
|
+
"tmp": "^0.2.4"
|
|
163
|
+
}
|
|
164
|
+
},
|
|
160
165
|
"config": {
|
|
161
166
|
"commitizen": {
|
|
162
167
|
"path": "cz-conventional-changelog"
|