@defai.digital/automatosx 13.1.17 → 13.2.0
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/package.json +4 -3
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ ax doctor
|
|
|
19
19
|
|
|
20
20
|
## Why AutomatosX
|
|
21
21
|
|
|
22
|
-
- **Multi-provider routing** - Claude, Gemini, Codex,
|
|
22
|
+
- **Multi-provider routing** - Claude, Gemini, Codex, Grok
|
|
23
23
|
- **Governed automation** - Policy-driven guardrails and audit-ready traces
|
|
24
24
|
- **Contract-first** - Zod schemas keep workflows and agents type-safe
|
|
25
25
|
- **MCP-native** - Ships with MCP server for IDE assistant integration
|
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@defai.digital/automatosx",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.2.0",
|
|
4
4
|
"description": "AutomatosX CLI - AI-powered workflow automation (wrapper for @defai.digital/cli)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
8
8
|
"bin": {
|
|
9
|
-
"automatosx": "./dist/bin.js"
|
|
9
|
+
"automatosx": "./dist/bin.js",
|
|
10
|
+
"ax": "./dist/bin.js"
|
|
10
11
|
},
|
|
11
12
|
"exports": {
|
|
12
13
|
".": {
|
|
@@ -19,7 +20,7 @@
|
|
|
19
20
|
"LICENSE"
|
|
20
21
|
],
|
|
21
22
|
"dependencies": {
|
|
22
|
-
"@defai.digital/cli": "13.
|
|
23
|
+
"@defai.digital/cli": "13.2.0"
|
|
23
24
|
},
|
|
24
25
|
"keywords": [
|
|
25
26
|
"ai",
|