@defai.digital/automatosx 13.1.17 → 13.2.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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, Qwen, GLM, Grok
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.1.17",
3
+ "version": "13.2.1",
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.1.17"
23
+ "@defai.digital/cli": "13.2.1"
23
24
  },
24
25
  "keywords": [
25
26
  "ai",